COLOR #DAA5D9

HEX: #DAA5D9 RGB: (218,165,217)

Color info

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

RGB color model

#DAA5D9 color RGB value is (218,165,217).

RGB: (218,165,217) (85%, 65%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 165 of 255 = 65%
B 217 of 255 = 85%

218
165
217

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

Portions of RGB colors in percentages

R + G + B = 218 + 165 + 217 = 600 (100%)
R 218 of 600 ~ 36.33%
G 165 of 600 ~ 27.5%
B 217 of 600 ~ 36.17'%

%36.33
%27.5
%36.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.31%
  • yellow value is 0.46%
  • key color value is 14.51%

CMYK: (0,24,0,15)
C0M24Y0K15 (0%, 24%, 0%, 15%)
(0.00 / 0.24 / 0.00 / 0.15)

CMYK percentages

%0
%24.31
%0.46
%14.51

Codes

Color #DAA5D9 in popluar color models

DA A5 D9
RGB 218 165 217
HSL 301° 41.73% 75.10%
HSB/HSV 301° 24.31% 85.49%
CMYK 0.00% 24.31% 0.46%
14.51%

Color #DAA5D9 in popluar number systems.

HEX DA A5 D9
Decimal 218 165 217
Binary 11011010 10100101 11011001
Octal 332 245 331

Shades and tints

Shades of #DAA5D9

#DAA5D9
(218,165,217)
#C796C6
(199,150,198)
#B487B3
(180,135,179)
#A178A0
(161,120,160)
#8E698D
(142,105,141)
#7B5A7A
(123,90,122)
#684B67
(104,75,103)
#553C54
(85,60,84)
#422D41
(66,45,65)
#2F1E2E
(47,30,46)
#1C0F1B
(28,15,27)
#000000
(0,0,0)

Tints of #DAA5D9

#DAA5D9
(218,165,217)
#DDADDC
(221,173,220)
#E0B5DF
(224,181,223)
#E3BDE2
(227,189,226)
#E6C5E5
(230,197,229)
#E9CDE8
(233,205,232)
#ECD5EB
(236,213,235)
#EFDDEE
(239,221,238)
#F2E5F1
(242,229,241)
#F5EDF4
(245,237,244)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA5D9; }

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

This text font color is #DAA5D9.

Background Color

.myBgColor { background-color: #DAA5D9; }

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

This div background color is #DAA5D9.

Border color

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

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

This div border color is #DAA5D9.

Opacity

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

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

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

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

This text has shadow with #DAA5D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA5D9.

Preview

Color preview on black background

This text has color #DAA5D9 on black background.


Color preview on white background

This text has color #DAA5D9 on white background.


Black color preview on #DAA5D9 background

This text has black color on #DAA5D9 background.


White color preview on #DAA5D9 background

This text has white color on #DAA5D9 background.


Related colors

Complementary color

Complementary color for #hex is #255A26.


I love getcolorcode.com

Triadic colors

1 #D9DAA5 and #A5D9DA with #DAA5D9 are triadic colors.

2 #D9A5DA and #A5DAD9 with #DAA5D9 are triadic colors.