COLOR #DB9EE2

HEX: #DB9EE2
RGB: (219,158,226)

Color info

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

RGB color model

#DB9EE2 color RGB value is (219,158,226).

  • red value is 219;
  • green value is 158;
  • blue value is 226.
RGB:
(219,158,226)
(86%,62%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 158 of 255 = 62%
B 226 of 255 = 89%

219
158
226

R + G + B ~ 79%. #DB9EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 158 + 226 = 603 (100%)
R 219 of 603 ~ 36.32%
G 158 of 603 ~ 26.2%
B 226 of 603 ~ 37.48%

%36.32
%26.2
%37.48

CMYK color model

#DB9EE2 color CMYK value is (3,30,0,11).

  • cyan value is 3.10%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(3,30,0,11)
C3M30Y0K11 
(3%,30%,0%,11%)
(0.03/0.30/0.00/0.11)	

CMYK percentages

%3.1
%30.09
%0
%11.37

Codes

Color #DB9EE2 in popluar color models

DB9EE2
RGB219158226
HSL294°53.97%75.29%
HSB/HSV294°30.09%88.63%
CMYK3.10%30.09%0.00%
11.37%

Color #DB9EE2 in popluar number systems.

HEXDB9EE2
Decimal219158226
Binary110110111001111011100010
Octal333236342

Shades and tints

Shades of #DB9EE2

#DB9EE2
(219,158,226)
#C890CE
(200,144,206)
#B582BA
(181,130,186)
#A274A6
(162,116,166)
#8F6692
(143,102,146)
#7C587E
(124,88,126)
#694A6A
(105,74,106)
#563C56
(86,60,86)
#432E42
(67,46,66)
#30202E
(48,32,46)
#1D121A
(29,18,26)
#000000
(0,0,0)

Tints of #DB9EE2

#DB9EE2
(219,158,226)
#DEA6E4
(222,166,228)
#E1AEE6
(225,174,230)
#E4B6E8
(228,182,232)
#E7BEEA
(231,190,234)
#EAC6EC
(234,198,236)
#EDCEEE
(237,206,238)
#F0D6F0
(240,214,240)
#F3DEF2
(243,222,242)
#F6E6F4
(246,230,244)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9EE2 color. Also use rgb(219,158,226) instead hex code.

Text Font Color

.myTextColor { color: #DB9EE2; }

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

This text font color is #DB9EE2.


Background Color

.myBgColor { background-color: #DB9EE2; }

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

This div background color is #DB9EE2.


Border color

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

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

This div border color is #DB9EE2.


Opacity

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

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

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

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

This text has shadow with #DB9EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9EE2 on black background.


Color preview on white background

This text has color #DB9EE2 on white background.



Black color preview on #DB9EE2 background

This text has black color on #DB9EE2 background.


White color preview on #DB9EE2 background

This text has white color on #DB9EE2 background.