COLOR #DE7DB4

HEX: #DE7DB4
RGB: (222,125,180)

Color info

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

RGB color model

#DE7DB4 color RGB value is (222,125,180).

  • red value is 222;
  • green value is 125;
  • blue value is 180.
RGB:
(222,125,180)
(87%,49%,71%)

RGB channels and saturation

R 222 of 255 = 87%
G 125 of 255 = 49%
B 180 of 255 = 71%

222
125
180

R + G + B ~ 69%. #DE7DB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 125 + 180 = 527 (100%)
R 222 of 527 ~ 42.13%
G 125 of 527 ~ 23.72%
B 180 of 527 ~ 34.16%

%42.13
%23.72
%34.16

CMYK color model

#DE7DB4 color CMYK value is (0,44,19,13).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK:
(0,44,19,13)
C0M44Y19K13 
(0%,44%,19%,13%)
(0.00/0.44/0.19/0.13)	

CMYK percentages

%0
%43.69
%18.92
%12.94

Codes

Color #DE7DB4 in popluar color models

DE7DB4
RGB222125180
HSL326°59.51%68.04%
HSB/HSV326°43.69%87.06%
CMYK0.00%43.69%18.92%
12.94%

Color #DE7DB4 in popluar number systems.

HEXDE7DB4
Decimal222125180
Binary11011110111110110110100
Octal336175264

Shades and tints

Shades of #DE7DB4

#DE7DB4
(222,125,180)
#CA72A4
(202,114,164)
#B66794
(182,103,148)
#A25C84
(162,92,132)
#8E5174
(142,81,116)
#7A4664
(122,70,100)
#663B54
(102,59,84)
#523044
(82,48,68)
#3E2534
(62,37,52)
#2A1A24
(42,26,36)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #DE7DB4

#DE7DB4
(222,125,180)
#E188BA
(225,136,186)
#E493C0
(228,147,192)
#E79EC6
(231,158,198)
#EAA9CC
(234,169,204)
#EDB4D2
(237,180,210)
#F0BFD8
(240,191,216)
#F3CADE
(243,202,222)
#F6D5E4
(246,213,228)
#F9E0EA
(249,224,234)
#FCEBF0
(252,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7DB4 color. Also use rgb(222,125,180) instead hex code.

Text Font Color

.myTextColor { color: #DE7DB4; }

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

This text font color is #DE7DB4.


Background Color

.myBgColor { background-color: #DE7DB4; }

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

This div background color is #DE7DB4.


Border color

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

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

This div border color is #DE7DB4.


Opacity

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

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

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

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

This text has shadow with #DE7DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE7DB4 on black background.


Color preview on white background

This text has color #DE7DB4 on white background.



Black color preview on #DE7DB4 background

This text has black color on #DE7DB4 background.


White color preview on #DE7DB4 background

This text has white color on #DE7DB4 background.