COLOR #DA9FA5

HEX: #DA9FA5
RGB: (218,159,165)

Color info

#DA9FA5 contains red, green and blue colors in about the same proportion. Web safe color of #DA9FA5 is #CC9999 (or #C99).

RGB color model

#DA9FA5 color RGB value is (218,159,165).

  • red value is 218;
  • green value is 159;
  • blue value is 165.
RGB:
(218,159,165)
(85%,62%,65%)

RGB channels and saturation

R 218 of 255 = 85%
G 159 of 255 = 62%
B 165 of 255 = 65%

218
159
165

R + G + B ~ 71%. #DA9FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 159 + 165 = 542 (100%)
R 218 of 542 ~ 40.22%
G 159 of 542 ~ 29.34%
B 165 of 542 ~ 30.44%

%40.22
%29.34
%30.44

CMYK color model

#DA9FA5 color CMYK value is (0,27,24,15).

  • cyan value is 0.00%
  • magenta value is 27.06%
  • yellow value is 24.31%
  • key color value is 14.51%
CMYK:
(0,27,24,15)
C0M27Y24K15 
(0%,27%,24%,15%)
(0.00/0.27/0.24/0.15)	

CMYK percentages

%0
%27.06
%24.31
%14.51

Codes

Color #DA9FA5 in popluar color models

DA9FA5
RGB218159165
HSL354°44.36%73.92%
HSB/HSV354°27.06%85.49%
CMYK0.00%27.06%24.31%
14.51%

Color #DA9FA5 in popluar number systems.

HEXDA9FA5
Decimal218159165
Binary110110101001111110100101
Octal332237245

Shades and tints

Shades of #DA9FA5

#DA9FA5
(218,159,165)
#C79196
(199,145,150)
#B48387
(180,131,135)
#A17578
(161,117,120)
#8E6769
(142,103,105)
#7B595A
(123,89,90)
#684B4B
(104,75,75)
#553D3C
(85,61,60)
#422F2D
(66,47,45)
#2F211E
(47,33,30)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #DA9FA5

#DA9FA5
(218,159,165)
#DDA7AD
(221,167,173)
#E0AFB5
(224,175,181)
#E3B7BD
(227,183,189)
#E6BFC5
(230,191,197)
#E9C7CD
(233,199,205)
#ECCFD5
(236,207,213)
#EFD7DD
(239,215,221)
#F2DFE5
(242,223,229)
#F5E7ED
(245,231,237)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9FA5 color. Also use rgb(218,159,165) instead hex code.

Text Font Color

.myTextColor { color: #DA9FA5; }

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

This text font color is #DA9FA5.


Background Color

.myBgColor { background-color: #DA9FA5; }

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

This div background color is #DA9FA5.


Border color

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

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

This div border color is #DA9FA5.


Opacity

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

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

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

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

This text has shadow with #DA9FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9FA5 on black background.


Color preview on white background

This text has color #DA9FA5 on white background.



Black color preview on #DA9FA5 background

This text has black color on #DA9FA5 background.


White color preview on #DA9FA5 background

This text has white color on #DA9FA5 background.