COLOR #DE90DB

HEX: #DE90DB RGB: (222,144,219)

Color info

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

RGB color model

#DE90DB color RGB value is (222,144,219).

RGB: (222,144,219) (87%, 56%, 86%)

RGB channels and saturation

R 222 of 255 = 87%
G 144 of 255 = 56%
B 219 of 255 = 86%

222
144
219

R + G + B ~ 76%. #DE90DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 144 + 219 = 585 (100%)
R 222 of 585 ~ 37.95%
G 144 of 585 ~ 24.62%
B 219 of 585 ~ 37.44'%

%37.95
%24.62
%37.44

CMYK color model

#DE90DB color CMYK value is (0,35,1,13).

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

CMYK: (0,35,1,13)
C0M35Y1K13 (0%, 35%, 1%, 13%)
(0.00 / 0.35 / 0.01 / 0.13)

CMYK percentages

%0
%35.14
%1.35
%12.94

Codes

Color #DE90DB in popluar color models

DE 90 DB
RGB 222 144 219
HSL 302° 54.17% 71.76%
HSB/HSV 302° 35.14% 87.06%
CMYK 0.00% 35.14% 1.35%
12.94%

Color #DE90DB in popluar number systems.

HEX DE 90 DB
Decimal 222 144 219
Binary 11011110 10010000 11011011
Octal 336 220 333

Shades and tints

Shades of #DE90DB

#DE90DB
(222,144,219)
#CA83C8
(202,131,200)
#B676B5
(182,118,181)
#A269A2
(162,105,162)
#8E5C8F
(142,92,143)
#7A4F7C
(122,79,124)
#664269
(102,66,105)
#523556
(82,53,86)
#3E2843
(62,40,67)
#2A1B30
(42,27,48)
#160E1D
(22,14,29)
#000000
(0,0,0)

Tints of #DE90DB

#DE90DB
(222,144,219)
#E19ADE
(225,154,222)
#E4A4E1
(228,164,225)
#E7AEE4
(231,174,228)
#EAB8E7
(234,184,231)
#EDC2EA
(237,194,234)
#F0CCED
(240,204,237)
#F3D6F0
(243,214,240)
#F6E0F3
(246,224,243)
#F9EAF6
(249,234,246)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE90DB; }

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

This text font color is #DE90DB.

Background Color

.myBgColor { background-color: #DE90DB; }

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

This div background color is #DE90DB.

Border color

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

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

This div border color is #DE90DB.

Opacity

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

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

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

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

This text has shadow with #DE90DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DE90DB.

Preview

Color preview on black background

This text has color #DE90DB on black background.


Color preview on white background

This text has color #DE90DB on white background.


Black color preview on #DE90DB background

This text has black color on #DE90DB background.


White color preview on #DE90DB background

This text has white color on #DE90DB background.


Related colors

Complementary color

Complementary color for #hex is #216F24.


I love getcolorcode.com

Triadic colors

1 #DBDE90 and #90DBDE with #DE90DB are triadic colors.

2 #DB90DE and #90DEDB with #DE90DB are triadic colors.