COLOR #DF9DD4

HEX: #DF9DD4
RGB: (223,157,212)

Color info

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

RGB color model

#DF9DD4 color RGB value is (223,157,212).

  • red value is 223;
  • green value is 157;
  • blue value is 212.
RGB:
(223,157,212)
(87%,62%,83%)

RGB channels and saturation

R 223 of 255 = 87%
G 157 of 255 = 62%
B 212 of 255 = 83%

223
157
212

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

Portions of RGB colors in percentages

R + G + B =
223 + 157 + 212 = 592 (100%)
R 223 of 592 ~ 37.67%
G 157 of 592 ~ 26.52%
B 212 of 592 ~ 35.81%

%37.67
%26.52
%35.81

CMYK color model

#DF9DD4 color CMYK value is (0,30,5,13).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 4.93%
  • key color value is 12.55%
CMYK:
(0,30,5,13)
C0M30Y5K13 
(0%,30%,5%,13%)
(0.00/0.30/0.05/0.13)	

CMYK percentages

%0
%29.6
%4.93
%12.55

Codes

Color #DF9DD4 in popluar color models

DF9DD4
RGB223157212
HSL310°50.77%74.51%
HSB/HSV310°29.60%87.45%
CMYK0.00%29.60%4.93%
12.55%

Color #DF9DD4 in popluar number systems.

HEXDF9DD4
Decimal223157212
Binary110111111001110111010100
Octal337235324

Shades and tints

Shades of #DF9DD4

#DF9DD4
(223,157,212)
#CB8FC1
(203,143,193)
#B781AE
(183,129,174)
#A3739B
(163,115,155)
#8F6588
(143,101,136)
#7B5775
(123,87,117)
#674962
(103,73,98)
#533B4F
(83,59,79)
#3F2D3C
(63,45,60)
#2B1F29
(43,31,41)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #DF9DD4

#DF9DD4
(223,157,212)
#E1A5D7
(225,165,215)
#E3ADDA
(227,173,218)
#E5B5DD
(229,181,221)
#E7BDE0
(231,189,224)
#E9C5E3
(233,197,227)
#EBCDE6
(235,205,230)
#EDD5E9
(237,213,233)
#EFDDEC
(239,221,236)
#F1E5EF
(241,229,239)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9DD4 color. Also use rgb(223,157,212) instead hex code.

Text Font Color

.myTextColor { color: #DF9DD4; }

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

This text font color is #DF9DD4.


Background Color

.myBgColor { background-color: #DF9DD4; }

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

This div background color is #DF9DD4.


Border color

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

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

This div border color is #DF9DD4.


Opacity

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

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

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

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

This text has shadow with #DF9DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9DD4 on black background.


Color preview on white background

This text has color #DF9DD4 on white background.



Black color preview on #DF9DD4 background

This text has black color on #DF9DD4 background.


White color preview on #DF9DD4 background

This text has white color on #DF9DD4 background.