COLOR #DE7FDB

HEX: #DE7FDB RGB: (222,127,219)

Color info

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

RGB color model

#DE7FDB color RGB value is (222,127,219).

RGB: (222,127,219) (87%, 50%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 127 of 255 = 50%
B 219 of 255 = 86%

222
127
219

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

Portions of RGB colors in percentages

R + G + B = 222 + 127 + 219 = 568 (100%)
R 222 of 568 ~ 39.08%
G 127 of 568 ~ 22.36%
B 219 of 568 ~ 38.56'%

%39.08
%22.36
%38.56

CMYK color model

#DE7FDB color CMYK value is (0,43,1,13).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (0,43,1,13)
C0M43Y1K13 (0%, 43%, 1%, 13%)
(0.00 / 0.43 / 0.01 / 0.13)

CMYK percentages

%0
%42.79
%1.35
%12.94

Codes

Color #DE7FDB in popluar color models

DE 7F DB
RGB 222 127 219
HSL 302° 59.01% 68.43%
HSB/HSV 302° 42.79% 87.06%
CMYK 0.00% 42.79% 1.35%
12.94%

Color #DE7FDB in popluar number systems.

HEX DE 7F DB
Decimal 222 127 219
Binary 11011110 1111111 11011011
Octal 336 177 333

Shades and tints

Shades of #DE7FDB

#DE7FDB
(222,127,219)
#CA74C8
(202,116,200)
#B669B5
(182,105,181)
#A25EA2
(162,94,162)
#8E538F
(142,83,143)
#7A487C
(122,72,124)
#663D69
(102,61,105)
#523256
(82,50,86)
#3E2743
(62,39,67)
#2A1C30
(42,28,48)
#16111D
(22,17,29)
#000000
(0,0,0)

Tints of #DE7FDB

#DE7FDB
(222,127,219)
#E18ADE
(225,138,222)
#E495E1
(228,149,225)
#E7A0E4
(231,160,228)
#EAABE7
(234,171,231)
#EDB6EA
(237,182,234)
#F0C1ED
(240,193,237)
#F3CCF0
(243,204,240)
#F6D7F3
(246,215,243)
#F9E2F6
(249,226,246)
#FCEDF9
(252,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DE7FDB color. Also use rgb(222,127,219) instead hex code.

Text Font Color

.myTextColor { color: #DE7FDB; }

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

This text font color is #DE7FDB.

Background Color

.myBgColor { background-color: #DE7FDB; }

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

This div background color is #DE7FDB.

Border color

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

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

This div border color is #DE7FDB.

Opacity

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

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

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

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

This text has shadow with #DE7FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE7FDB.

Preview

Color preview on black background

This text has color #DE7FDB on black background.


Color preview on white background

This text has color #DE7FDB on white background.


Black color preview on #DE7FDB background

This text has black color on #DE7FDB background.


White color preview on #DE7FDB background

This text has white color on #DE7FDB background.


Related colors

Complementary color

Complementary color for #hex is #218024.


I love getcolorcode.com

Triadic colors

1 #DBDE7F and #7FDBDE with #DE7FDB are triadic colors.

2 #DB7FDE and #7FDEDB with #DE7FDB are triadic colors.