COLOR #DE8CC9

HEX: #DE8CC9
RGB: (222,140,201)

Color info

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

RGB color model

#DE8CC9 color RGB value is (222,140,201).

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

RGB channels and saturation

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

222
140
201

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

Portions of RGB colors in percentages

R + G + B =
222 + 140 + 201 = 563 (100%)
R 222 of 563 ~ 39.43%
G 140 of 563 ~ 24.87%
B 201 of 563 ~ 35.7%

%39.43
%24.87
%35.7

CMYK color model

#DE8CC9 color CMYK value is (0,37,9,13).

  • cyan value is 0.00%
  • magenta value is 36.94%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(0,37,9,13)
C0M37Y9K13 
(0%,37%,9%,13%)
(0.00/0.37/0.09/0.13)	

CMYK percentages

%0
%36.94
%9.46
%12.94

Codes

Color #DE8CC9 in popluar color models

DE8CC9
RGB222140201
HSL315°55.41%70.98%
HSB/HSV315°36.94%87.06%
CMYK0.00%36.94%9.46%
12.94%

Color #DE8CC9 in popluar number systems.

HEXDE8CC9
Decimal222140201
Binary110111101000110011001001
Octal336214311

Shades and tints

Shades of #DE8CC9

#DE8CC9
(222,140,201)
#CA80B7
(202,128,183)
#B674A5
(182,116,165)
#A26893
(162,104,147)
#8E5C81
(142,92,129)
#7A506F
(122,80,111)
#66445D
(102,68,93)
#52384B
(82,56,75)
#3E2C39
(62,44,57)
#2A2027
(42,32,39)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #DE8CC9

#DE8CC9
(222,140,201)
#E196CD
(225,150,205)
#E4A0D1
(228,160,209)
#E7AAD5
(231,170,213)
#EAB4D9
(234,180,217)
#EDBEDD
(237,190,221)
#F0C8E1
(240,200,225)
#F3D2E5
(243,210,229)
#F6DCE9
(246,220,233)
#F9E6ED
(249,230,237)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE8CC9; }

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

This text font color is #DE8CC9.


Background Color

.myBgColor { background-color: #DE8CC9; }

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

This div background color is #DE8CC9.


Border color

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

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

This div border color is #DE8CC9.


Opacity

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

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

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

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

This text has shadow with #DE8CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8CC9 on black background.


Color preview on white background

This text has color #DE8CC9 on white background.



Black color preview on #DE8CC9 background

This text has black color on #DE8CC9 background.


White color preview on #DE8CC9 background

This text has white color on #DE8CC9 background.