COLOR #DB9FC9

HEX: #DB9FC9
RGB: (219,159,201)

Color info

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

RGB color model

#DB9FC9 color RGB value is (219,159,201).

  • red value is 219;
  • green value is 159;
  • blue value is 201.
RGB:
(219,159,201)
(86%,62%,79%)

RGB channels and saturation

R 219 of 255 = 86%
G 159 of 255 = 62%
B 201 of 255 = 79%

219
159
201

R + G + B ~ 76%. #DB9FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 159 + 201 = 579 (100%)
R 219 of 579 ~ 37.82%
G 159 of 579 ~ 27.46%
B 201 of 579 ~ 34.72%

%37.82
%27.46
%34.72

CMYK color model

#DB9FC9 color CMYK value is (0,27,8,14).

  • cyan value is 0.00%
  • magenta value is 27.40%
  • yellow value is 8.22%
  • key color value is 14.12%
CMYK:
(0,27,8,14)
C0M27Y8K14 
(0%,27%,8%,14%)
(0.00/0.27/0.08/0.14)	

CMYK percentages

%0
%27.4
%8.22
%14.12

Codes

Color #DB9FC9 in popluar color models

DB9FC9
RGB219159201
HSL318°45.45%74.12%
HSB/HSV318°27.40%85.88%
CMYK0.00%27.40%8.22%
14.12%

Color #DB9FC9 in popluar number systems.

HEXDB9FC9
Decimal219159201
Binary110110111001111111001001
Octal333237311

Shades and tints

Shades of #DB9FC9

#DB9FC9
(219,159,201)
#C891B7
(200,145,183)
#B583A5
(181,131,165)
#A27593
(162,117,147)
#8F6781
(143,103,129)
#7C596F
(124,89,111)
#694B5D
(105,75,93)
#563D4B
(86,61,75)
#432F39
(67,47,57)
#302127
(48,33,39)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #DB9FC9

#DB9FC9
(219,159,201)
#DEA7CD
(222,167,205)
#E1AFD1
(225,175,209)
#E4B7D5
(228,183,213)
#E7BFD9
(231,191,217)
#EAC7DD
(234,199,221)
#EDCFE1
(237,207,225)
#F0D7E5
(240,215,229)
#F3DFE9
(243,223,233)
#F6E7ED
(246,231,237)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB9FC9; }

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

This text font color is #DB9FC9.


Background Color

.myBgColor { background-color: #DB9FC9; }

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

This div background color is #DB9FC9.


Border color

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

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

This div border color is #DB9FC9.


Opacity

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

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

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

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

This text has shadow with #DB9FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB9FC9 on black background.


Color preview on white background

This text has color #DB9FC9 on white background.



Black color preview on #DB9FC9 background

This text has black color on #DB9FC9 background.


White color preview on #DB9FC9 background

This text has white color on #DB9FC9 background.