COLOR #DB9DE4

HEX: #DB9DE4 RGB: (219,157,228)

Color info

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

RGB color model

#DB9DE4 color RGB value is (219,157,228).

RGB: (219,157,228) (86%, 62%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 228 of 255 = 89%

219
157
228

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

Portions of RGB colors in percentages

R + G + B = 219 + 157 + 228 = 604 (100%)
R 219 of 604 ~ 36.26%
G 157 of 604 ~ 25.99%
B 228 of 604 ~ 37.75'%

%36.26
%25.99
%37.75

CMYK color model

#DB9DE4 color CMYK value is (4,31,0,11).

  • cyan value is 3.95%
  • magenta value is 31.14%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,31,0,11)
C4M31Y0K11 (4%, 31%, 0%, 11%)
(0.04 / 0.31 / 0.00 / 0.11)

CMYK percentages

%3.95
%31.14
%0
%10.59

Codes

Color #DB9DE4 in popluar color models

DB 9D E4
RGB 219 157 228
HSL 292° 56.80% 75.49%
HSB/HSV 292° 31.14% 89.41%
CMYK 3.95% 31.14% 0.00%
10.59%

Color #DB9DE4 in popluar number systems.

HEX DB 9D E4
Decimal 219 157 228
Binary 11011011 10011101 11100100
Octal 333 235 344

Shades and tints

Shades of #DB9DE4

#DB9DE4
(219,157,228)
#C88FD0
(200,143,208)
#B581BC
(181,129,188)
#A273A8
(162,115,168)
#8F6594
(143,101,148)
#7C5780
(124,87,128)
#69496C
(105,73,108)
#563B58
(86,59,88)
#432D44
(67,45,68)
#301F30
(48,31,48)
#1D111C
(29,17,28)
#000000
(0,0,0)

Tints of #DB9DE4

#DB9DE4
(219,157,228)
#DEA5E6
(222,165,230)
#E1ADE8
(225,173,232)
#E4B5EA
(228,181,234)
#E7BDEC
(231,189,236)
#EAC5EE
(234,197,238)
#EDCDF0
(237,205,240)
#F0D5F2
(240,213,242)
#F3DDF4
(243,221,244)
#F6E5F6
(246,229,246)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9DE4; }

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

This text font color is #DB9DE4.

Background Color

.myBgColor { background-color: #DB9DE4; }

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

This div background color is #DB9DE4.

Border color

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

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

This div border color is #DB9DE4.

Opacity

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

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

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

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

This text has shadow with #DB9DE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9DE4.

Preview

Color preview on black background

This text has color #DB9DE4 on black background.


Color preview on white background

This text has color #DB9DE4 on white background.


Black color preview on #DB9DE4 background

This text has black color on #DB9DE4 background.


White color preview on #DB9DE4 background

This text has white color on #DB9DE4 background.


Related colors

Complementary color

Complementary color for #hex is #24621B.


I love getcolorcode.com

Triadic colors

1 #E4DB9D and #9DE4DB with #DB9DE4 are triadic colors.

2 #E49DDB and #9DDBE4 with #DB9DE4 are triadic colors.