COLOR #DE8EC5

HEX: #DE8EC5
RGB: (222,142,197)

Color info

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

RGB color model

#DE8EC5 color RGB value is (222,142,197).

  • red value is 222;
  • green value is 142;
  • blue value is 197.
RGB:
(222,142,197)
(87%,56%,77%)

RGB channels and saturation

R 222 of 255 = 87%
G 142 of 255 = 56%
B 197 of 255 = 77%

222
142
197

R + G + B ~ 73%. #DE8EC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 142 + 197 = 561 (100%)
R 222 of 561 ~ 39.57%
G 142 of 561 ~ 25.31%
B 197 of 561 ~ 35.12%

%39.57
%25.31
%35.12

CMYK color model

#DE8EC5 color CMYK value is (0,36,11,13).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 11.26%
  • key color value is 12.94%
CMYK:
(0,36,11,13)
C0M36Y11K13 
(0%,36%,11%,13%)
(0.00/0.36/0.11/0.13)	

CMYK percentages

%0
%36.04
%11.26
%12.94

Codes

Color #DE8EC5 in popluar color models

DE8EC5
RGB222142197
HSL319°54.79%71.37%
HSB/HSV319°36.04%87.06%
CMYK0.00%36.04%11.26%
12.94%

Color #DE8EC5 in popluar number systems.

HEXDE8EC5
Decimal222142197
Binary110111101000111011000101
Octal336216305

Shades and tints

Shades of #DE8EC5

#DE8EC5
(222,142,197)
#CA82B4
(202,130,180)
#B676A3
(182,118,163)
#A26A92
(162,106,146)
#8E5E81
(142,94,129)
#7A5270
(122,82,112)
#66465F
(102,70,95)
#523A4E
(82,58,78)
#3E2E3D
(62,46,61)
#2A222C
(42,34,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #DE8EC5

#DE8EC5
(222,142,197)
#E198CA
(225,152,202)
#E4A2CF
(228,162,207)
#E7ACD4
(231,172,212)
#EAB6D9
(234,182,217)
#EDC0DE
(237,192,222)
#F0CAE3
(240,202,227)
#F3D4E8
(243,212,232)
#F6DEED
(246,222,237)
#F9E8F2
(249,232,242)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8EC5 color. Also use rgb(222,142,197) instead hex code.

Text Font Color

.myTextColor { color: #DE8EC5; }

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

This text font color is #DE8EC5.


Background Color

.myBgColor { background-color: #DE8EC5; }

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

This div background color is #DE8EC5.


Border color

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

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

This div border color is #DE8EC5.


Opacity

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

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

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

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

This text has shadow with #DE8EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8EC5 on black background.


Color preview on white background

This text has color #DE8EC5 on white background.



Black color preview on #DE8EC5 background

This text has black color on #DE8EC5 background.


White color preview on #DE8EC5 background

This text has white color on #DE8EC5 background.