COLOR #DE7CD4

HEX: #DE7CD4
RGB: (222,124,212)

Color info

#DE7CD4 contains mainly red and blue colors. Web safe color of #DE7CD4 is #CC66CC (or #C6C).

RGB color model

#DE7CD4 color RGB value is (222,124,212).

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

RGB channels and saturation

R 222 of 255 = 87%
G 124 of 255 = 49%
B 212 of 255 = 83%

222
124
212

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

Portions of RGB colors in percentages

R + G + B =
222 + 124 + 212 = 558 (100%)
R 222 of 558 ~ 39.78%
G 124 of 558 ~ 22.22%
B 212 of 558 ~ 37.99%

%39.78
%22.22
%37.99

CMYK color model

#DE7CD4 color CMYK value is (0,44,5,13).

  • cyan value is 0.00%
  • magenta value is 44.14%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK:
(0,44,5,13)
C0M44Y5K13 
(0%,44%,5%,13%)
(0.00/0.44/0.05/0.13)	

CMYK percentages

%0
%44.14
%4.5
%12.94

Codes

Color #DE7CD4 in popluar color models

DE7CD4
RGB222124212
HSL306°59.76%67.84%
HSB/HSV306°44.14%87.06%
CMYK0.00%44.14%4.50%
12.94%

Color #DE7CD4 in popluar number systems.

HEXDE7CD4
Decimal222124212
Binary11011110111110011010100
Octal336174324

Shades and tints

Shades of #DE7CD4

#DE7CD4
(222,124,212)
#CA71C1
(202,113,193)
#B666AE
(182,102,174)
#A25B9B
(162,91,155)
#8E5088
(142,80,136)
#7A4575
(122,69,117)
#663A62
(102,58,98)
#522F4F
(82,47,79)
#3E243C
(62,36,60)
#2A1929
(42,25,41)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #DE7CD4

#DE7CD4
(222,124,212)
#E187D7
(225,135,215)
#E492DA
(228,146,218)
#E79DDD
(231,157,221)
#EAA8E0
(234,168,224)
#EDB3E3
(237,179,227)
#F0BEE6
(240,190,230)
#F3C9E9
(243,201,233)
#F6D4EC
(246,212,236)
#F9DFEF
(249,223,239)
#FCEAF2
(252,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE7CD4; }

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

This text font color is #DE7CD4.


Background Color

.myBgColor { background-color: #DE7CD4; }

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

This div background color is #DE7CD4.


Border color

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

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

This div border color is #DE7CD4.


Opacity

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

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

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

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

This text has shadow with #DE7CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7CD4 on black background.


Color preview on white background

This text has color #DE7CD4 on white background.



Black color preview on #DE7CD4 background

This text has black color on #DE7CD4 background.


White color preview on #DE7CD4 background

This text has white color on #DE7CD4 background.