COLOR #DB9FE6

HEX: #DB9FE6 RGB: (219,159,230)

Color info

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

RGB color model

#DB9FE6 color RGB value is (219,159,230).

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

RGB channels and saturation

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

219
159
230

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

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 230 = 608 (100%)
R 219 of 608 ~ 36.02%
G 159 of 608 ~ 26.15%
B 230 of 608 ~ 37.83'%

%36.02
%26.15
%37.83

CMYK color model

#DB9FE6 color CMYK value is (5,31,0,10).

  • cyan value is 4.78%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (5,31,0,10) C5M31Y0K10 (5%,31%,0%,10%) (0.05/0.31/0.00/0.10) 

CMYK percentages

%4.78
%30.87
%0
%9.8

Codes

Color #DB9FE6 in popluar color models

DB 9F E6
RGB 219 159 230
HSL 291° 58.68% 76.27%
HSB/HSV 291° 30.87% 90.20%
CMYK 4.78% 30.87% 0.00%
9.80%

Color #DB9FE6 in popluar number systems.

HEX DB 9F E6
Decimal 219 159 230
Binary 11011011 10011111 11100110
Octal 333 237 346

Shades and tints

Shades of #DB9FE6

#DB9FE6
(219,159,230)
#C891D2
(200,145,210)
#B583BE
(181,131,190)
#A275AA
(162,117,170)
#8F6796
(143,103,150)
#7C5982
(124,89,130)
#694B6E
(105,75,110)
#563D5A
(86,61,90)
#432F46
(67,47,70)
#302132
(48,33,50)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #DB9FE6

#DB9FE6
(219,159,230)
#DEA7E8
(222,167,232)
#E1AFEA
(225,175,234)
#E4B7EC
(228,183,236)
#E7BFEE
(231,191,238)
#EAC7F0
(234,199,240)
#EDCFF2
(237,207,242)
#F0D7F4
(240,215,244)
#F3DFF6
(243,223,246)
#F6E7F8
(246,231,248)
#F9EFFA
(249,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FE6; }

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

This text font color is #DB9FE6.

Background Color

.myBgColor { background-color: #DB9FE6; }

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

This div background color is #DB9FE6.

Border color

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

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

This div border color is #DB9FE6.

Opacity

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

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

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

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

This text has shadow with #DB9FE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9FE6.

Preview

Color preview on black background

This text has color #DB9FE6 on black background.


Color preview on white background

This text has color #DB9FE6 on white background.


Black color preview on #DB9FE6 background

This text has black color on #DB9FE6 background.


White color preview on #DB9FE6 background

This text has white color on #DB9FE6 background.


Related colors

Complementary color

Complementary color for #hex is #246019.


I love getcolorcode.com

Triadic colors

1 #E6DB9F and #9FE6DB with #DB9FE6 are triadic colors.

2 #E69FDB and #9FDBE6 with #DB9FE6 are triadic colors.