COLOR #DAA1D9

HEX: #DAA1D9 RGB: (218,161,217)

Color info

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

RGB color model

#DAA1D9 color RGB value is (218,161,217).

RGB: (218,161,217) (85%, 63%, 85%)

RGB channels and saturation

R 218 of 255 = 85%
G 161 of 255 = 63%
B 217 of 255 = 85%

218
161
217

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

Portions of RGB colors in percentages

R + G + B = 218 + 161 + 217 = 596 (100%)
R 218 of 596 ~ 36.58%
G 161 of 596 ~ 27.01%
B 217 of 596 ~ 36.41'%

%36.58
%27.01
%36.41

CMYK color model

#DAA1D9 color CMYK value is (0,26,0,15).

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

CMYK: (0,26,0,15)
C0M26Y0K15 (0%, 26%, 0%, 15%)
(0.00 / 0.26 / 0.00 / 0.15)

CMYK percentages

%0
%26.15
%0.46
%14.51

Codes

Color #DAA1D9 in popluar color models

DA A1 D9
RGB 218 161 217
HSL 301° 43.51% 74.31%
HSB/HSV 301° 26.15% 85.49%
CMYK 0.00% 26.15% 0.46%
14.51%

Color #DAA1D9 in popluar number systems.

HEX DA A1 D9
Decimal 218 161 217
Binary 11011010 10100001 11011001
Octal 332 241 331

Shades and tints

Shades of #DAA1D9

#DAA1D9
(218,161,217)
#C793C6
(199,147,198)
#B485B3
(180,133,179)
#A177A0
(161,119,160)
#8E698D
(142,105,141)
#7B5B7A
(123,91,122)
#684D67
(104,77,103)
#553F54
(85,63,84)
#423141
(66,49,65)
#2F232E
(47,35,46)
#1C151B
(28,21,27)
#000000
(0,0,0)

Tints of #DAA1D9

#DAA1D9
(218,161,217)
#DDA9DC
(221,169,220)
#E0B1DF
(224,177,223)
#E3B9E2
(227,185,226)
#E6C1E5
(230,193,229)
#E9C9E8
(233,201,232)
#ECD1EB
(236,209,235)
#EFD9EE
(239,217,238)
#F2E1F1
(242,225,241)
#F5E9F4
(245,233,244)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA1D9; }

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

This text font color is #DAA1D9.

Background Color

.myBgColor { background-color: #DAA1D9; }

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

This div background color is #DAA1D9.

Border color

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

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

This div border color is #DAA1D9.

Opacity

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

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

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

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

This text has shadow with #DAA1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA1D9.

Preview

Color preview on black background

This text has color #DAA1D9 on black background.


Color preview on white background

This text has color #DAA1D9 on white background.


Black color preview on #DAA1D9 background

This text has black color on #DAA1D9 background.


White color preview on #DAA1D9 background

This text has white color on #DAA1D9 background.


Related colors

Complementary color

Complementary color for #hex is #255E26.


I love getcolorcode.com

Triadic colors

1 #D9DAA1 and #A1D9DA with #DAA1D9 are triadic colors.

2 #D9A1DA and #A1DAD9 with #DAA1D9 are triadic colors.