COLOR #DB99D5

HEX: #DB99D5
RGB: (219,153,213)

Color info

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

RGB color model

#DB99D5 color RGB value is (219,153,213).

  • red value is 219;
  • green value is 153;
  • blue value is 213.
RGB:
(219,153,213)
(86%,60%,84%)

RGB channels and saturation

R 219 of 255 = 86%
G 153 of 255 = 60%
B 213 of 255 = 84%

219
153
213

R + G + B ~ 77%. #DB99D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 153 + 213 = 585 (100%)
R 219 of 585 ~ 37.44%
G 153 of 585 ~ 26.15%
B 213 of 585 ~ 36.41%

%37.44
%26.15
%36.41

CMYK color model

#DB99D5 color CMYK value is (0,30,3,14).

  • cyan value is 0.00%
  • magenta value is 30.14%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(0,30,3,14)
C0M30Y3K14 
(0%,30%,3%,14%)
(0.00/0.30/0.03/0.14)	

CMYK percentages

%0
%30.14
%2.74
%14.12

Codes

Color #DB99D5 in popluar color models

DB99D5
RGB219153213
HSL305°47.83%72.94%
HSB/HSV305°30.14%85.88%
CMYK0.00%30.14%2.74%
14.12%

Color #DB99D5 in popluar number systems.

HEXDB99D5
Decimal219153213
Binary110110111001100111010101
Octal333231325

Shades and tints

Shades of #DB99D5

#DB99D5
(219,153,213)
#C88CC2
(200,140,194)
#B57FAF
(181,127,175)
#A2729C
(162,114,156)
#8F6589
(143,101,137)
#7C5876
(124,88,118)
#694B63
(105,75,99)
#563E50
(86,62,80)
#43313D
(67,49,61)
#30242A
(48,36,42)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #DB99D5

#DB99D5
(219,153,213)
#DEA2D8
(222,162,216)
#E1ABDB
(225,171,219)
#E4B4DE
(228,180,222)
#E7BDE1
(231,189,225)
#EAC6E4
(234,198,228)
#EDCFE7
(237,207,231)
#F0D8EA
(240,216,234)
#F3E1ED
(243,225,237)
#F6EAF0
(246,234,240)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB99D5 color. Also use rgb(219,153,213) instead hex code.

Text Font Color

.myTextColor { color: #DB99D5; }

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

This text font color is #DB99D5.


Background Color

.myBgColor { background-color: #DB99D5; }

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

This div background color is #DB99D5.


Border color

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

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

This div border color is #DB99D5.


Opacity

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

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

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

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

This text has shadow with #DB99D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB99D5 on black background.


Color preview on white background

This text has color #DB99D5 on white background.



Black color preview on #DB99D5 background

This text has black color on #DB99D5 background.


White color preview on #DB99D5 background

This text has white color on #DB99D5 background.