COLOR #DFA5D1

HEX: #DFA5D1
RGB: (223,165,209)

Color info

#DFA5D1 contains red, green and blue colors in about the same proportion. Web safe color of #DFA5D1 is #CC99CC (or #C9C).

RGB color model

#DFA5D1 color RGB value is (223,165,209).

  • red value is 223;
  • green value is 165;
  • blue value is 209.
RGB:
(223,165,209)
(87%,65%,82%)

RGB channels and saturation

R 223 of 255 = 87%
G 165 of 255 = 65%
B 209 of 255 = 82%

223
165
209

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

Portions of RGB colors in percentages

R + G + B =
223 + 165 + 209 = 597 (100%)
R 223 of 597 ~ 37.35%
G 165 of 597 ~ 27.64%
B 209 of 597 ~ 35.01%

%37.35
%27.64
%35.01

CMYK color model

#DFA5D1 color CMYK value is (0,26,6,13).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(0,26,6,13)
C0M26Y6K13 
(0%,26%,6%,13%)
(0.00/0.26/0.06/0.13)	

CMYK percentages

%0
%26.01
%6.28
%12.55

Codes

Color #DFA5D1 in popluar color models

DFA5D1
RGB223165209
HSL314°47.54%76.08%
HSB/HSV314°26.01%87.45%
CMYK0.00%26.01%6.28%
12.55%

Color #DFA5D1 in popluar number systems.

HEXDFA5D1
Decimal223165209
Binary110111111010010111010001
Octal337245321

Shades and tints

Shades of #DFA5D1

#DFA5D1
(223,165,209)
#CB96BE
(203,150,190)
#B787AB
(183,135,171)
#A37898
(163,120,152)
#8F6985
(143,105,133)
#7B5A72
(123,90,114)
#674B5F
(103,75,95)
#533C4C
(83,60,76)
#3F2D39
(63,45,57)
#2B1E26
(43,30,38)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #DFA5D1

#DFA5D1
(223,165,209)
#E1ADD5
(225,173,213)
#E3B5D9
(227,181,217)
#E5BDDD
(229,189,221)
#E7C5E1
(231,197,225)
#E9CDE5
(233,205,229)
#EBD5E9
(235,213,233)
#EDDDED
(237,221,237)
#EFE5F1
(239,229,241)
#F1EDF5
(241,237,245)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFA5D1 color. Also use rgb(223,165,209) instead hex code.

Text Font Color

.myTextColor { color: #DFA5D1; }

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

This text font color is #DFA5D1.


Background Color

.myBgColor { background-color: #DFA5D1; }

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

This div background color is #DFA5D1.


Border color

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

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

This div border color is #DFA5D1.


Opacity

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

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

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

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

This text has shadow with #DFA5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFA5D1 on black background.


Color preview on white background

This text has color #DFA5D1 on white background.



Black color preview on #DFA5D1 background

This text has black color on #DFA5D1 background.


White color preview on #DFA5D1 background

This text has white color on #DFA5D1 background.