COLOR #DB9FE0

HEX: #DB9FE0 RGB: (219,159,224)

Color info

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

RGB color model

#DB9FE0 color RGB value is (219,159,224).

RGB: (219,159,224) (86%, 62%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 224 of 255 = 88%

219
159
224

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

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 224 = 602 (100%)
R 219 of 602 ~ 36.38%
G 159 of 602 ~ 26.41%
B 224 of 602 ~ 37.21'%

%36.38
%26.41
%37.21

CMYK color model

#DB9FE0 color CMYK value is (2,29,0,12).

  • cyan value is 2.23%
  • magenta value is 29.02%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (2,29,0,12)
C2M29Y0K12 (2%, 29%, 0%, 12%)
(0.02 / 0.29 / 0.00 / 0.12)

CMYK percentages

%2.23
%29.02
%0
%12.16

Codes

Color #DB9FE0 in popluar color models

DB 9F E0
RGB 219 159 224
HSL 295° 51.18% 75.10%
HSB/HSV 295° 29.02% 87.84%
CMYK 2.23% 29.02% 0.00%
12.16%

Color #DB9FE0 in popluar number systems.

HEX DB 9F E0
Decimal 219 159 224
Binary 11011011 10011111 11100000
Octal 333 237 340

Shades and tints

Shades of #DB9FE0

#DB9FE0
(219,159,224)
#C891CC
(200,145,204)
#B583B8
(181,131,184)
#A275A4
(162,117,164)
#8F6790
(143,103,144)
#7C597C
(124,89,124)
#694B68
(105,75,104)
#563D54
(86,61,84)
#432F40
(67,47,64)
#30212C
(48,33,44)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #DB9FE0

#DB9FE0
(219,159,224)
#DEA7E2
(222,167,226)
#E1AFE4
(225,175,228)
#E4B7E6
(228,183,230)
#E7BFE8
(231,191,232)
#EAC7EA
(234,199,234)
#EDCFEC
(237,207,236)
#F0D7EE
(240,215,238)
#F3DFF0
(243,223,240)
#F6E7F2
(246,231,242)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FE0; }

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

This text font color is #DB9FE0.

Background Color

.myBgColor { background-color: #DB9FE0; }

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

This div background color is #DB9FE0.

Border color

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

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

This div border color is #DB9FE0.

Opacity

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

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

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

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

This text has shadow with #DB9FE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9FE0.

Preview

Color preview on black background

This text has color #DB9FE0 on black background.


Color preview on white background

This text has color #DB9FE0 on white background.


Black color preview on #DB9FE0 background

This text has black color on #DB9FE0 background.


White color preview on #DB9FE0 background

This text has white color on #DB9FE0 background.


Related colors

Complementary color

Complementary color for #hex is #24601F.


I love getcolorcode.com

Triadic colors

1 #E0DB9F and #9FE0DB with #DB9FE0 are triadic colors.

2 #E09FDB and #9FDBE0 with #DB9FE0 are triadic colors.