COLOR #DE90BD

HEX: #DE90BD
RGB: (222,144,189)

Color info

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

RGB color model

#DE90BD color RGB value is (222,144,189).

  • red value is 222;
  • green value is 144;
  • blue value is 189.
RGB:
(222,144,189)
(87%,56%,74%)

RGB channels and saturation

R 222 of 255 = 87%
G 144 of 255 = 56%
B 189 of 255 = 74%

222
144
189

R + G + B ~ 72%. #DE90BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 144 + 189 = 555 (100%)
R 222 of 555 ~ 40%
G 144 of 555 ~ 25.95%
B 189 of 555 ~ 34.05%

%40
%25.95
%34.05

CMYK color model

#DE90BD color CMYK value is (0,35,15,13).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 14.86%
  • key color value is 12.94%
CMYK:
(0,35,15,13)
C0M35Y15K13 
(0%,35%,15%,13%)
(0.00/0.35/0.15/0.13)	

CMYK percentages

%0
%35.14
%14.86
%12.94

Codes

Color #DE90BD in popluar color models

DE90BD
RGB222144189
HSL325°54.17%71.76%
HSB/HSV325°35.14%87.06%
CMYK0.00%35.14%14.86%
12.94%

Color #DE90BD in popluar number systems.

HEXDE90BD
Decimal222144189
Binary110111101001000010111101
Octal336220275

Shades and tints

Shades of #DE90BD

#DE90BD
(222,144,189)
#CA83AC
(202,131,172)
#B6769B
(182,118,155)
#A2698A
(162,105,138)
#8E5C79
(142,92,121)
#7A4F68
(122,79,104)
#664257
(102,66,87)
#523546
(82,53,70)
#3E2835
(62,40,53)
#2A1B24
(42,27,36)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #DE90BD

#DE90BD
(222,144,189)
#E19AC3
(225,154,195)
#E4A4C9
(228,164,201)
#E7AECF
(231,174,207)
#EAB8D5
(234,184,213)
#EDC2DB
(237,194,219)
#F0CCE1
(240,204,225)
#F3D6E7
(243,214,231)
#F6E0ED
(246,224,237)
#F9EAF3
(249,234,243)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DE90BD; }

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

This text font color is #DE90BD.


Background Color

.myBgColor { background-color: #DE90BD; }

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

This div background color is #DE90BD.


Border color

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

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

This div border color is #DE90BD.


Opacity

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

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

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

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

This text has shadow with #DE90BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DE90BD on black background.


Color preview on white background

This text has color #DE90BD on white background.



Black color preview on #DE90BD background

This text has black color on #DE90BD background.


White color preview on #DE90BD background

This text has white color on #DE90BD background.