crispedge.com

Color picker

Loading...

#dd9cde hex color - Violet - Warm color - Information

#dd9cde hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dd9cde Color code in RGB color code model is created after adding 86.67% red color, 61.18% green color and 87.06% blue color. Hex #dd9cde Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 0% yellow and 13% black.

Hex #dd9cde color code is between #cc99dd web safe hex color code and #eeaaee web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #dd9cde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codedd9cde#dd9cde
RGB Decimal221, 156, 222rgb(221, 156, 222)
RGB Percent87%, 61%, 87%rgb(87%, 61%, 87%)
CSS RGBa221, 156, 222,1rgba(221,156,222,1)
CMYK Modelcmyk(0%,30%,0%,13%)
HSL Color Space299,50% ,74%hsl(299,50% ,74%)
HSV Color Space299°, 30%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111011001110011011110
Octal335234336
Decimal221156222
Hexdd9cde

Different shades of #dd9cde color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #dd9cde
#eac2eb
Dark Shade of #dd9cde
#d076d1
Saturated Shade of #dd9cde
#e395e5
Desaturated Shade of #dd9cde
#d7a3d7
Grey scale Shade of #dd9cde
#bdbdbd
Brighten Shade
#f6b5f7
Most Readable Shade
#000000

Shades of #dd9cde color code

Generate more color scales with scales (color stack) generator.

#dd9cde
#c48ac5
#ab79ac
#936894
#7a567b
#624562
#49344a
#312231
#181118
#000000

Similar Color like #dd9cde color

Find visually similar hex color codes nearing to #dd9cde hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#de9ddf
#df9ee0
#e09fe1
#e1a0e2
#e2a1e3
#e3a2e4
#e4a3e5
#e5a4e6
#e6a5e7
#e7a6e8
#e8a7e9
#e9a8ea
#eaa9eb
#ebaaec
#dc9bdd
#db9adc
#da99db
#d998da
#d897d9
#d796d8
#d695d7
#d594d6
#d493d5
#d392d4
#d291d3
#d190d2
#d08fd1
#cf8ed0

Monochromatic Color with #dd9cde

#dd9cde
#090709
#342534
#5e425e
#886089
#b37eb3

Tints of #dd9cde Color

#dd9cde
#e0a7e1
#e4b2e5
#e8bde9
#ecc8ec
#efd3f0
#f3def4
#f7e9f7
#fbf4fb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#dd9cde
#9dde9c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#dd9cde
#bede9c
#9cdebc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c39cde
#d09cde
#dd9cde
#de9cd2
#de9cc5

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#dd9cde
#dedd9c
#9cdedd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#dd9cde
#debc9c
#9dde9c
#9cbede

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dd9cde
#9dde9c
#9cdebc
#de9cbe

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #dd9cde Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#dd9cde Color Code Preview on Black Background Color

This is how #dd9cde Color will look on black background color. Color contrast ratio is 9.88

#dd9cde in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#dd9cde">Your Example Paragraph content text in with font color #dd9cde </p>

Your Example Paragraph content text in with font color #dd9cde

HTML with inline CSS

<div style="color:#dd9cde">Your Paragraph text in with font color #dd9cde </div>

Your Example Paragraph content text in with font color #dd9cde

#dd9cde color code is use for CSS Background Color

Background color for the above div is #dd9cde

HTML with inline CSS

<div style="background-color:#dd9cde;"></div>

#dd9cde color code is use for CSS Border Color

CSS Border color for the above div is #dd9cde

HTML with inline CSS

<div style="border:5px solid #dd9cde;"></div>

CSS Border Left color for the above div is #dd9cde

HTML with inline CSS

<div style="border-left:5px solid #dd9cde;"></div>

CSS Border Right color for the above div is #dd9cde

HTML with inline CSS

<div style="border-right:5px solid #dd9cde;"></div>

CSS Border Bottom color for the above div is #dd9cde

HTML with inline CSS

<div style="border-bottom:5px solid #dd9cde;"></div>

CSS Border Top color for the above div is #dd9cde

HTML with inline CSS

<div style="border-top:5px solid #dd9cde;"></div>

#dd9cde hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#dd9cde; } .examplecolorclass {color:#dd9cde; } .examplebordercolor {border:3px solid #dd9cde; }

#dd9cde Color code Preview on White Background

This is how #dd9cde Color code will look on white background color. Color contrast ratio is 2.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #dd9cde; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dd9cde; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(221,156,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,222,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(221,156,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.