COLOR #DA9DAC

HEX: #DA9DAC RGB: (218,157,172)

Color info

#DA9DAC contains mainly red and blue colors. Web safe color of #DA9DAC is #CC9999 (or #C99).

RGB color model

#DA9DAC color RGB value is (218,157,172).

RGB: (218,157,172) (85%, 62%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 157 of 255 = 62%
B 172 of 255 = 67%

218
157
172

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

Portions of RGB colors in percentages

R + G + B = 218 + 157 + 172 = 547 (100%)
R 218 of 547 ~ 39.85%
G 157 of 547 ~ 28.7%
B 172 of 547 ~ 31.44'%

%39.85
%28.7
%31.44

CMYK color model

#DA9DAC color CMYK value is (0,28,21,15).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 21.10%
  • key color value is 14.51%

CMYK: (0,28,21,15)
C0M28Y21K15 (0%, 28%, 21%, 15%)
(0.00 / 0.28 / 0.21 / 0.15)

CMYK percentages

%0
%27.98
%21.1
%14.51

Codes

Color #DA9DAC in popluar color models

DA 9D AC
RGB 218 157 172
HSL 345° 45.19% 73.53%
HSB/HSV 345° 27.98% 85.49%
CMYK 0.00% 27.98% 21.10%
14.51%

Color #DA9DAC in popluar number systems.

HEX DA 9D AC
Decimal 218 157 172
Binary 11011010 10011101 10101100
Octal 332 235 254

Shades and tints

Shades of #DA9DAC

#DA9DAC
(218,157,172)
#C78F9D
(199,143,157)
#B4818E
(180,129,142)
#A1737F
(161,115,127)
#8E6570
(142,101,112)
#7B5761
(123,87,97)
#684952
(104,73,82)
#553B43
(85,59,67)
#422D34
(66,45,52)
#2F1F25
(47,31,37)
#1C1116
(28,17,22)
#000000
(0,0,0)

Tints of #DA9DAC

#DA9DAC
(218,157,172)
#DDA5B3
(221,165,179)
#E0ADBA
(224,173,186)
#E3B5C1
(227,181,193)
#E6BDC8
(230,189,200)
#E9C5CF
(233,197,207)
#ECCDD6
(236,205,214)
#EFD5DD
(239,213,221)
#F2DDE4
(242,221,228)
#F5E5EB
(245,229,235)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9DAC color. Also use rgb(218,157,172) instead hex code.

Text Font Color

.myTextColor { color: #DA9DAC; }

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

This text font color is #DA9DAC.

Background Color

.myBgColor { background-color: #DA9DAC; }

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

This div background color is #DA9DAC.

Border color

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

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

This div border color is #DA9DAC.

Opacity

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

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

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

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

This text has shadow with #DA9DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9DAC.

Preview

Color preview on black background

This text has color #DA9DAC on black background.


Color preview on white background

This text has color #DA9DAC on white background.


Black color preview on #DA9DAC background

This text has black color on #DA9DAC background.


White color preview on #DA9DAC background

This text has white color on #DA9DAC background.


Related colors

Complementary color

Complementary color for #hex is #256253.


I love getcolorcode.com

Triadic colors

1 #ACDA9D and #9DACDA with #DA9DAC are triadic colors.

2 #AC9DDA and #9DDAAC with #DA9DAC are triadic colors.