COLOR #DE9DD5

HEX: #DE9DD5
RGB: (222,157,213)

Color info

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

RGB color model

#DE9DD5 color RGB value is (222,157,213).

  • red value is 222;
  • green value is 157;
  • blue value is 213.
RGB:
(222,157,213)
(87%,62%,84%)

RGB channels and saturation

R 222 of 255 = 87%
G 157 of 255 = 62%
B 213 of 255 = 84%

222
157
213

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

Portions of RGB colors in percentages

R + G + B =
222 + 157 + 213 = 592 (100%)
R 222 of 592 ~ 37.5%
G 157 of 592 ~ 26.52%
B 213 of 592 ~ 35.98%

%37.5
%26.52
%35.98

CMYK color model

#DE9DD5 color CMYK value is (0,29,4,13).

  • cyan value is 0.00%
  • magenta value is 29.28%
  • yellow value is 4.05%
  • key color value is 12.94%
CMYK:
(0,29,4,13)
C0M29Y4K13 
(0%,29%,4%,13%)
(0.00/0.29/0.04/0.13)	

CMYK percentages

%0
%29.28
%4.05
%12.94

Codes

Color #DE9DD5 in popluar color models

DE9DD5
RGB222157213
HSL308°49.62%74.31%
HSB/HSV308°29.28%87.06%
CMYK0.00%29.28%4.05%
12.94%

Color #DE9DD5 in popluar number systems.

HEXDE9DD5
Decimal222157213
Binary110111101001110111010101
Octal336235325

Shades and tints

Shades of #DE9DD5

#DE9DD5
(222,157,213)
#CA8FC2
(202,143,194)
#B681AF
(182,129,175)
#A2739C
(162,115,156)
#8E6589
(142,101,137)
#7A5776
(122,87,118)
#664963
(102,73,99)
#523B50
(82,59,80)
#3E2D3D
(62,45,61)
#2A1F2A
(42,31,42)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #DE9DD5

#DE9DD5
(222,157,213)
#E1A5D8
(225,165,216)
#E4ADDB
(228,173,219)
#E7B5DE
(231,181,222)
#EABDE1
(234,189,225)
#EDC5E4
(237,197,228)
#F0CDE7
(240,205,231)
#F3D5EA
(243,213,234)
#F6DDED
(246,221,237)
#F9E5F0
(249,229,240)
#FCEDF3
(252,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE9DD5; }

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

This text font color is #DE9DD5.


Background Color

.myBgColor { background-color: #DE9DD5; }

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

This div background color is #DE9DD5.


Border color

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

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

This div border color is #DE9DD5.


Opacity

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

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

Text with #DE9DD5 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 #DE9DD5;}

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

This text has shadow with #DE9DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE9DD5 on black background.


Color preview on white background

This text has color #DE9DD5 on white background.



Black color preview on #DE9DD5 background

This text has black color on #DE9DD5 background.


White color preview on #DE9DD5 background

This text has white color on #DE9DD5 background.