COLOR #DE9DD9

HEX: #DE9DD9 RGB: (222,157,217)

Color info

#DE9DD9 contains mainly red and blue colors. Web safe color of #DE9DD9 is #CC99CC (or #C9C).

RGB color model

#DE9DD9 color RGB value is (222,157,217).

RGB: (222,157,217) (87%, 62%, 85%)

RGB channels and saturation

R 222 of 255 = 87%
G 157 of 255 = 62%
B 217 of 255 = 85%

222
157
217

R + G + B ~ 78%. #DE9DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 157 + 217 = 596 (100%)
R 222 of 596 ~ 37.25%
G 157 of 596 ~ 26.34%
B 217 of 596 ~ 36.41'%

%37.25
%26.34
%36.41

CMYK color model

#DE9DD9 color CMYK value is (0,29,2,13).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 2.25%
  • key color value is 12.94%

CMYK: (0,29,2,13)
C0M29Y2K13 (0%, 29%, 2%, 13%)
(0.00 / 0.29 / 0.02 / 0.13)

CMYK percentages

%0
%29.28
%2.25
%12.94

Codes

Color #DE9DD9 in popluar color models

DE 9D D9
RGB 222 157 217
HSL 305° 49.62% 74.31%
HSB/HSV 305° 29.28% 87.06%
CMYK 0.00% 29.28% 2.25%
12.94%

Color #DE9DD9 in popluar number systems.

HEX DE 9D D9
Decimal 222 157 217
Binary 11011110 10011101 11011001
Octal 336 235 331

Shades and tints

Shades of #DE9DD9

#DE9DD9
(222,157,217)
#CA8FC6
(202,143,198)
#B681B3
(182,129,179)
#A273A0
(162,115,160)
#8E658D
(142,101,141)
#7A577A
(122,87,122)
#664967
(102,73,103)
#523B54
(82,59,84)
#3E2D41
(62,45,65)
#2A1F2E
(42,31,46)
#16111B
(22,17,27)
#000000
(0,0,0)

Tints of #DE9DD9

#DE9DD9
(222,157,217)
#E1A5DC
(225,165,220)
#E4ADDF
(228,173,223)
#E7B5E2
(231,181,226)
#EABDE5
(234,189,229)
#EDC5E8
(237,197,232)
#F0CDEB
(240,205,235)
#F3D5EE
(243,213,238)
#F6DDF1
(246,221,241)
#F9E5F4
(249,229,244)
#FCEDF7
(252,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE9DD9 color. Also use rgb(222,157,217) instead hex code.

Text Font Color

.myTextColor { color: #DE9DD9; }

<p style="color:#DE9DD9">This sample text font color is #DE9DD9.</p>

This text font color is #DE9DD9.

Background Color

.myBgColor { background-color: #DE9DD9; }

<div style="background-color:#DE9DD9">Inner text</div>

This div background color is #DE9DD9.

Border color

.myBorderColor { border: 1px solid #DE9DD9; }

<div style="border:3px solid #DE9DD9">Div</div>

This div border color is #DE9DD9.

Opacity

.myOpacity80 { color: #DE9DD9; opacity: 0.8; }

<p style="color:#DE9DD9;opacity:0.8;">80%</p>

Text with #DE9DD9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DE9DD9;}

<p style="text-shadow: 3px 3px 1px #DE9DD9">Text here.</p>

This text has shadow with #DE9DD9 color.


.textShadow {text-shadow: 3px 3px 1px #DE9DD9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DE9DD9, 5px 5px 20px red">Text here.</p>

This text has shadow with #DE9DD9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DE9DD9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DE9DD9, Direction=45, Strength=4)">Text</p>

This text has shadow with #DE9DD9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DE9DD9;
-webkit-box-shadow: 1px 1px 3px 2px #DE9DD9;
box-shadow: 1px 1px 3px 2px #DE9DD9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DE9DD9; -webkit-box-shadow: 1px 1px 3px 2px #DE9DD9; box-shadow:1px 1px 3px 2px #DE9DD9;">
Div content here
</div>

This div box has shadow with color #DE9DD9.

Preview

Color preview on black background

This text has color #DE9DD9 on black background.


Color preview on white background

This text has color #DE9DD9 on white background.


Black color preview on #DE9DD9 background

This text has black color on #DE9DD9 background.


White color preview on #DE9DD9 background

This text has white color on #DE9DD9 background.


Related colors

Complementary color

Complementary color for #hex is #216226.


I love getcolorcode.com

Triadic colors

1 #D9DE9D and #9DD9DE with #DE9DD9 are triadic colors.

2 #D99DDE and #9DDED9 with #DE9DD9 are triadic colors.