COLOR #DB9DE6

HEX: #DB9DE6 RGB: (219,157,230)

Color info

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

RGB color model

#DB9DE6 color RGB value is (219,157,230).

RGB: (219,157,230) (86%, 62%, 90%)

RGB channels and saturation

R 219 of 255 = 86%
G 157 of 255 = 62%
B 230 of 255 = 90%

219
157
230

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

Portions of RGB colors in percentages

R + G + B = 219 + 157 + 230 = 606 (100%)
R 219 of 606 ~ 36.14%
G 157 of 606 ~ 25.91%
B 230 of 606 ~ 37.95'%

%36.14
%25.91
%37.95

CMYK color model

#DB9DE6 color CMYK value is (5,32,0,10).

  • cyan value is 4.78%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (5,32,0,10)
C5M32Y0K10 (5%, 32%, 0%, 10%)
(0.05 / 0.32 / 0.00 / 0.10)

CMYK percentages

%4.78
%31.74
%0
%9.8

Codes

Color #DB9DE6 in popluar color models

DB 9D E6
RGB 219 157 230
HSL 291° 59.35% 75.88%
HSB/HSV 291° 31.74% 90.20%
CMYK 4.78% 31.74% 0.00%
9.80%

Color #DB9DE6 in popluar number systems.

HEX DB 9D E6
Decimal 219 157 230
Binary 11011011 10011101 11100110
Octal 333 235 346

Shades and tints

Shades of #DB9DE6

#DB9DE6
(219,157,230)
#C88FD2
(200,143,210)
#B581BE
(181,129,190)
#A273AA
(162,115,170)
#8F6596
(143,101,150)
#7C5782
(124,87,130)
#69496E
(105,73,110)
#563B5A
(86,59,90)
#432D46
(67,45,70)
#301F32
(48,31,50)
#1D111E
(29,17,30)
#000000
(0,0,0)

Tints of #DB9DE6

#DB9DE6
(219,157,230)
#DEA5E8
(222,165,232)
#E1ADEA
(225,173,234)
#E4B5EC
(228,181,236)
#E7BDEE
(231,189,238)
#EAC5F0
(234,197,240)
#EDCDF2
(237,205,242)
#F0D5F4
(240,213,244)
#F3DDF6
(243,221,246)
#F6E5F8
(246,229,248)
#F9EDFA
(249,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9DE6; }

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

This text font color is #DB9DE6.

Background Color

.myBgColor { background-color: #DB9DE6; }

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

This div background color is #DB9DE6.

Border color

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

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

This div border color is #DB9DE6.

Opacity

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

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

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

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

This text has shadow with #DB9DE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9DE6.

Preview

Color preview on black background

This text has color #DB9DE6 on black background.


Color preview on white background

This text has color #DB9DE6 on white background.


Black color preview on #DB9DE6 background

This text has black color on #DB9DE6 background.


White color preview on #DB9DE6 background

This text has white color on #DB9DE6 background.


Related colors

Complementary color

Complementary color for #hex is #246219.


I love getcolorcode.com

Triadic colors

1 #E6DB9D and #9DE6DB with #DB9DE6 are triadic colors.

2 #E69DDB and #9DDBE6 with #DB9DE6 are triadic colors.