COLOR #DE8DC9

HEX: #DE8DC9
RGB: (222,141,201)

Color info

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

RGB color model

#DE8DC9 color RGB value is (222,141,201).

  • red value is 222;
  • green value is 141;
  • blue value is 201.
RGB:
(222,141,201)
(87%,55%,79%)

RGB channels and saturation

R 222 of 255 = 87%
G 141 of 255 = 55%
B 201 of 255 = 79%

222
141
201

R + G + B ~ 74%. #DE8DC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 141 + 201 = 564 (100%)
R 222 of 564 ~ 39.36%
G 141 of 564 ~ 25%
B 201 of 564 ~ 35.64%

%39.36
%25
%35.64

CMYK color model

#DE8DC9 color CMYK value is (0,36,9,13).

  • cyan value is 0.00%
  • magenta value is 36.49%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(0,36,9,13)
C0M36Y9K13 
(0%,36%,9%,13%)
(0.00/0.36/0.09/0.13)	

CMYK percentages

%0
%36.49
%9.46
%12.94

Codes

Color #DE8DC9 in popluar color models

DE8DC9
RGB222141201
HSL316°55.10%71.18%
HSB/HSV316°36.49%87.06%
CMYK0.00%36.49%9.46%
12.94%

Color #DE8DC9 in popluar number systems.

HEXDE8DC9
Decimal222141201
Binary110111101000110111001001
Octal336215311

Shades and tints

Shades of #DE8DC9

#DE8DC9
(222,141,201)
#CA81B7
(202,129,183)
#B675A5
(182,117,165)
#A26993
(162,105,147)
#8E5D81
(142,93,129)
#7A516F
(122,81,111)
#66455D
(102,69,93)
#52394B
(82,57,75)
#3E2D39
(62,45,57)
#2A2127
(42,33,39)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #DE8DC9

#DE8DC9
(222,141,201)
#E197CD
(225,151,205)
#E4A1D1
(228,161,209)
#E7ABD5
(231,171,213)
#EAB5D9
(234,181,217)
#EDBFDD
(237,191,221)
#F0C9E1
(240,201,225)
#F3D3E5
(243,211,229)
#F6DDE9
(246,221,233)
#F9E7ED
(249,231,237)
#FCF1F1
(252,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8DC9 color. Also use rgb(222,141,201) instead hex code.

Text Font Color

.myTextColor { color: #DE8DC9; }

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

This text font color is #DE8DC9.


Background Color

.myBgColor { background-color: #DE8DC9; }

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

This div background color is #DE8DC9.


Border color

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

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

This div border color is #DE8DC9.


Opacity

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

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

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

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

This text has shadow with #DE8DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8DC9 on black background.


Color preview on white background

This text has color #DE8DC9 on white background.



Black color preview on #DE8DC9 background

This text has black color on #DE8DC9 background.


White color preview on #DE8DC9 background

This text has white color on #DE8DC9 background.