COLOR #DF99D3

HEX: #DF99D3
RGB: (223,153,211)

Color info

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

RGB color model

#DF99D3 color RGB value is (223,153,211).

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

RGB channels and saturation

R 223 of 255 = 87%
G 153 of 255 = 60%
B 211 of 255 = 83%

223
153
211

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

Portions of RGB colors in percentages

R + G + B =
223 + 153 + 211 = 587 (100%)
R 223 of 587 ~ 37.99%
G 153 of 587 ~ 26.06%
B 211 of 587 ~ 35.95%

%37.99
%26.06
%35.95

CMYK color model

#DF99D3 color CMYK value is (0,31,5,13).

  • cyan value is 0.00%
  • magenta value is 31.39%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK:
(0,31,5,13)
C0M31Y5K13 
(0%,31%,5%,13%)
(0.00/0.31/0.05/0.13)	

CMYK percentages

%0
%31.39
%5.38
%12.55

Codes

Color #DF99D3 in popluar color models

DF99D3
RGB223153211
HSL310°52.24%73.73%
HSB/HSV310°31.39%87.45%
CMYK0.00%31.39%5.38%
12.55%

Color #DF99D3 in popluar number systems.

HEXDF99D3
Decimal223153211
Binary110111111001100111010011
Octal337231323

Shades and tints

Shades of #DF99D3

#DF99D3
(223,153,211)
#CB8CC0
(203,140,192)
#B77FAD
(183,127,173)
#A3729A
(163,114,154)
#8F6587
(143,101,135)
#7B5874
(123,88,116)
#674B61
(103,75,97)
#533E4E
(83,62,78)
#3F313B
(63,49,59)
#2B2428
(43,36,40)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #DF99D3

#DF99D3
(223,153,211)
#E1A2D7
(225,162,215)
#E3ABDB
(227,171,219)
#E5B4DF
(229,180,223)
#E7BDE3
(231,189,227)
#E9C6E7
(233,198,231)
#EBCFEB
(235,207,235)
#EDD8EF
(237,216,239)
#EFE1F3
(239,225,243)
#F1EAF7
(241,234,247)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF99D3; }

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

This text font color is #DF99D3.


Background Color

.myBgColor { background-color: #DF99D3; }

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

This div background color is #DF99D3.


Border color

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

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

This div border color is #DF99D3.


Opacity

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

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

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

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

This text has shadow with #DF99D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF99D3 on black background.


Color preview on white background

This text has color #DF99D3 on white background.



Black color preview on #DF99D3 background

This text has black color on #DF99D3 background.


White color preview on #DF99D3 background

This text has white color on #DF99D3 background.