COLOR #DB8EE4

HEX: #DB8EE4
RGB: (219,142,228)

Color info

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

RGB color model

#DB8EE4 color RGB value is (219,142,228).

  • red value is 219;
  • green value is 142;
  • blue value is 228.
RGB:
(219,142,228)
(86%,56%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 142 of 255 = 56%
B 228 of 255 = 89%

219
142
228

R + G + B ~ 77%. #DB8EE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 142 + 228 = 589 (100%)
R 219 of 589 ~ 37.18%
G 142 of 589 ~ 24.11%
B 228 of 589 ~ 38.71%

%37.18
%24.11
%38.71

CMYK color model

#DB8EE4 color CMYK value is (4,38,0,11).

  • cyan value is 3.95%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(4,38,0,11)
C4M38Y0K11 
(4%,38%,0%,11%)
(0.04/0.38/0.00/0.11)	

CMYK percentages

%3.95
%37.72
%0
%10.59

Codes

Color #DB8EE4 in popluar color models

DB8EE4
RGB219142228
HSL294°61.43%72.55%
HSB/HSV294°37.72%89.41%
CMYK3.95%37.72%0.00%
10.59%

Color #DB8EE4 in popluar number systems.

HEXDB8EE4
Decimal219142228
Binary110110111000111011100100
Octal333216344

Shades and tints

Shades of #DB8EE4

#DB8EE4
(219,142,228)
#C882D0
(200,130,208)
#B576BC
(181,118,188)
#A26AA8
(162,106,168)
#8F5E94
(143,94,148)
#7C5280
(124,82,128)
#69466C
(105,70,108)
#563A58
(86,58,88)
#432E44
(67,46,68)
#302230
(48,34,48)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #DB8EE4

#DB8EE4
(219,142,228)
#DE98E6
(222,152,230)
#E1A2E8
(225,162,232)
#E4ACEA
(228,172,234)
#E7B6EC
(231,182,236)
#EAC0EE
(234,192,238)
#EDCAF0
(237,202,240)
#F0D4F2
(240,212,242)
#F3DEF4
(243,222,244)
#F6E8F6
(246,232,246)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB8EE4 color. Also use rgb(219,142,228) instead hex code.

Text Font Color

.myTextColor { color: #DB8EE4; }

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

This text font color is #DB8EE4.


Background Color

.myBgColor { background-color: #DB8EE4; }

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

This div background color is #DB8EE4.


Border color

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

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

This div border color is #DB8EE4.


Opacity

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

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

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

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

This text has shadow with #DB8EE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB8EE4 on black background.


Color preview on white background

This text has color #DB8EE4 on white background.



Black color preview on #DB8EE4 background

This text has black color on #DB8EE4 background.


White color preview on #DB8EE4 background

This text has white color on #DB8EE4 background.