COLOR #DB9FE2

HEX: #DB9FE2 RGB: (219,159,226)

Color info

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

RGB color model

#DB9FE2 color RGB value is (219,159,226).

RGB: (219,159,226) (86%, 62%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 226 of 255 = 89%

219
159
226

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

Portions of RGB colors in percentages

R + G + B = 219 + 159 + 226 = 604 (100%)
R 219 of 604 ~ 36.26%
G 159 of 604 ~ 26.32%
B 226 of 604 ~ 37.42'%

%36.26
%26.32
%37.42

CMYK color model

#DB9FE2 color CMYK value is (3,30,0,11).

  • cyan value is 3.10%
  • magenta value is 29.65%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (3,30,0,11)
C3M30Y0K11 (3%, 30%, 0%, 11%)
(0.03 / 0.30 / 0.00 / 0.11)

CMYK percentages

%3.1
%29.65
%0
%11.37

Codes

Color #DB9FE2 in popluar color models

DB 9F E2
RGB 219 159 226
HSL 294° 53.60% 75.49%
HSB/HSV 294° 29.65% 88.63%
CMYK 3.10% 29.65% 0.00%
11.37%

Color #DB9FE2 in popluar number systems.

HEX DB 9F E2
Decimal 219 159 226
Binary 11011011 10011111 11100010
Octal 333 237 342

Shades and tints

Shades of #DB9FE2

#DB9FE2
(219,159,226)
#C891CE
(200,145,206)
#B583BA
(181,131,186)
#A275A6
(162,117,166)
#8F6792
(143,103,146)
#7C597E
(124,89,126)
#694B6A
(105,75,106)
#563D56
(86,61,86)
#432F42
(67,47,66)
#30212E
(48,33,46)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #DB9FE2

#DB9FE2
(219,159,226)
#DEA7E4
(222,167,228)
#E1AFE6
(225,175,230)
#E4B7E8
(228,183,232)
#E7BFEA
(231,191,234)
#EAC7EC
(234,199,236)
#EDCFEE
(237,207,238)
#F0D7F0
(240,215,240)
#F3DFF2
(243,223,242)
#F6E7F4
(246,231,244)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FE2; }

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

This text font color is #DB9FE2.

Background Color

.myBgColor { background-color: #DB9FE2; }

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

This div background color is #DB9FE2.

Border color

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

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

This div border color is #DB9FE2.

Opacity

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

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

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

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

This text has shadow with #DB9FE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9FE2.

Preview

Color preview on black background

This text has color #DB9FE2 on black background.


Color preview on white background

This text has color #DB9FE2 on white background.


Black color preview on #DB9FE2 background

This text has black color on #DB9FE2 background.


White color preview on #DB9FE2 background

This text has white color on #DB9FE2 background.


Related colors

Complementary color

Complementary color for #hex is #24601D.


I love getcolorcode.com

Triadic colors

1 #E2DB9F and #9FE2DB with #DB9FE2 are triadic colors.

2 #E29FDB and #9FDBE2 with #DB9FE2 are triadic colors.