COLOR #DE88DB

HEX: #DE88DB RGB: (222,136,219)

Color info

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

RGB color model

#DE88DB color RGB value is (222,136,219).

RGB: (222,136,219) (87%, 53%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 136 of 255 = 53%
B 219 of 255 = 86%

222
136
219

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

Portions of RGB colors in percentages

R + G + B = 222 + 136 + 219 = 577 (100%)
R 222 of 577 ~ 38.47%
G 136 of 577 ~ 23.57%
B 219 of 577 ~ 37.95'%

%38.47
%23.57
%37.95

CMYK color model

#DE88DB color CMYK value is (0,39,1,13).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK: (0,39,1,13) C0M39Y1K13 (0%,39%,1%,13%) (0.00/0.39/0.01/0.13) 

CMYK percentages

%0
%38.74
%1.35
%12.94

Codes

Color #DE88DB in popluar color models

DE 88 DB
RGB 222 136 219
HSL 302° 56.58% 70.20%
HSB/HSV 302° 38.74% 87.06%
CMYK 0.00% 38.74% 1.35%
12.94%

Color #DE88DB in popluar number systems.

HEX DE 88 DB
Decimal 222 136 219
Binary 11011110 10001000 11011011
Octal 336 210 333

Shades and tints

Shades of #DE88DB

#DE88DB
(222,136,219)
#CA7CC8
(202,124,200)
#B670B5
(182,112,181)
#A264A2
(162,100,162)
#8E588F
(142,88,143)
#7A4C7C
(122,76,124)
#664069
(102,64,105)
#523456
(82,52,86)
#3E2843
(62,40,67)
#2A1C30
(42,28,48)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #DE88DB

#DE88DB
(222,136,219)
#E192DE
(225,146,222)
#E49CE1
(228,156,225)
#E7A6E4
(231,166,228)
#EAB0E7
(234,176,231)
#EDBAEA
(237,186,234)
#F0C4ED
(240,196,237)
#F3CEF0
(243,206,240)
#F6D8F3
(246,216,243)
#F9E2F6
(249,226,246)
#FCECF9
(252,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE88DB; }

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

This text font color is #DE88DB.

Background Color

.myBgColor { background-color: #DE88DB; }

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

This div background color is #DE88DB.

Border color

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

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

This div border color is #DE88DB.

Opacity

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

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

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

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

This text has shadow with #DE88DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE88DB.

Preview

Color preview on black background

This text has color #DE88DB on black background.


Color preview on white background

This text has color #DE88DB on white background.


Black color preview on #DE88DB background

This text has black color on #DE88DB background.


White color preview on #DE88DB background

This text has white color on #DE88DB background.


Related colors

Complementary color

Complementary color for #hex is #217724.


I love getcolorcode.com

Triadic colors

1 #DBDE88 and #88DBDE with #DE88DB are triadic colors.

2 #DB88DE and #88DEDB with #DE88DB are triadic colors.