COLOR #DE8AD4

HEX: #DE8AD4
RGB: (222,138,212)

Color info

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

RGB color model

#DE8AD4 color RGB value is (222,138,212).

  • red value is 222;
  • green value is 138;
  • blue value is 212.
RGB:
(222,138,212)
(87%,54%,83%)

RGB channels and saturation

R 222 of 255 = 87%
G 138 of 255 = 54%
B 212 of 255 = 83%

222
138
212

R + G + B ~ 75%. #DE8AD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 138 + 212 = 572 (100%)
R 222 of 572 ~ 38.81%
G 138 of 572 ~ 24.13%
B 212 of 572 ~ 37.06%

%38.81
%24.13
%37.06

CMYK color model

#DE8AD4 color CMYK value is (0,38,5,13).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK:
(0,38,5,13)
C0M38Y5K13 
(0%,38%,5%,13%)
(0.00/0.38/0.05/0.13)	

CMYK percentages

%0
%37.84
%4.5
%12.94

Codes

Color #DE8AD4 in popluar color models

DE8AD4
RGB222138212
HSL307°56.00%70.59%
HSB/HSV307°37.84%87.06%
CMYK0.00%37.84%4.50%
12.94%

Color #DE8AD4 in popluar number systems.

HEXDE8AD4
Decimal222138212
Binary110111101000101011010100
Octal336212324

Shades and tints

Shades of #DE8AD4

#DE8AD4
(222,138,212)
#CA7EC1
(202,126,193)
#B672AE
(182,114,174)
#A2669B
(162,102,155)
#8E5A88
(142,90,136)
#7A4E75
(122,78,117)
#664262
(102,66,98)
#52364F
(82,54,79)
#3E2A3C
(62,42,60)
#2A1E29
(42,30,41)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #DE8AD4

#DE8AD4
(222,138,212)
#E194D7
(225,148,215)
#E49EDA
(228,158,218)
#E7A8DD
(231,168,221)
#EAB2E0
(234,178,224)
#EDBCE3
(237,188,227)
#F0C6E6
(240,198,230)
#F3D0E9
(243,208,233)
#F6DAEC
(246,218,236)
#F9E4EF
(249,228,239)
#FCEEF2
(252,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE8AD4 color. Also use rgb(222,138,212) instead hex code.

Text Font Color

.myTextColor { color: #DE8AD4; }

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

This text font color is #DE8AD4.


Background Color

.myBgColor { background-color: #DE8AD4; }

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

This div background color is #DE8AD4.


Border color

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

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

This div border color is #DE8AD4.


Opacity

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

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

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

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

This text has shadow with #DE8AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE8AD4 on black background.


Color preview on white background

This text has color #DE8AD4 on white background.



Black color preview on #DE8AD4 background

This text has black color on #DE8AD4 background.


White color preview on #DE8AD4 background

This text has white color on #DE8AD4 background.