COLOR #DF99DB

HEX: #DF99DB
RGB: (223,153,219)

Color info

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

RGB color model

#DF99DB color RGB value is (223,153,219).

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

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 219 of 255 = 86%

223
153
219

R + G + B ~ 78%. #DF99DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 153 + 219 = 595 (100%)
R 223 of 595 ~ 37.48%
G 153 of 595 ~ 25.71%
B 219 of 595 ~ 36.81%

%37.48
%25.71
%36.81

CMYK color model

#DF99DB color CMYK value is (0,31,2,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(0,31,2,13)
C0M31Y2K13 
(0%,31%,2%,13%)
(0.00/0.31/0.02/0.13)	

CMYK percentages

%0
%31.39
%1.79
%12.55

Codes

Color #DF99DB in popluar color models

DF99DB
RGB223153219
HSL303°52.24%73.73%
HSB/HSV303°31.39%87.45%
CMYK0.00%31.39%1.79%
12.55%

Color #DF99DB in popluar number systems.

HEXDF99DB
Decimal223153219
Binary110111111001100111011011
Octal337231333

Shades and tints

Shades of #DF99DB

#DF99DB
(223,153,219)
#CB8CC8
(203,140,200)
#B77FB5
(183,127,181)
#A372A2
(163,114,162)
#8F658F
(143,101,143)
#7B587C
(123,88,124)
#674B69
(103,75,105)
#533E56
(83,62,86)
#3F3143
(63,49,67)
#2B2430
(43,36,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #DF99DB

#DF99DB
(223,153,219)
#E1A2DE
(225,162,222)
#E3ABE1
(227,171,225)
#E5B4E4
(229,180,228)
#E7BDE7
(231,189,231)
#E9C6EA
(233,198,234)
#EBCFED
(235,207,237)
#EDD8F0
(237,216,240)
#EFE1F3
(239,225,243)
#F1EAF6
(241,234,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF99DB; }

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

This text font color is #DF99DB.


Background Color

.myBgColor { background-color: #DF99DB; }

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

This div background color is #DF99DB.


Border color

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

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

This div border color is #DF99DB.


Opacity

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

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

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

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

This text has shadow with #DF99DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF99DB on black background.


Color preview on white background

This text has color #DF99DB on white background.



Black color preview on #DF99DB background

This text has black color on #DF99DB background.


White color preview on #DF99DB background

This text has white color on #DF99DB background.