COLOR #DAA2DD

HEX: #DAA2DD RGB: (218,162,221)

Color info

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

RGB color model

#DAA2DD color RGB value is (218,162,221).

RGB: (218,162,221) (85%, 64%, 87%)

RGB channels and saturation

R 218 of 255 = 85%
G 162 of 255 = 64%
B 221 of 255 = 87%

218
162
221

R + G + B ~ 79%. #DAA2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 162 + 221 = 601 (100%)
R 218 of 601 ~ 36.27%
G 162 of 601 ~ 26.96%
B 221 of 601 ~ 36.77'%

%36.27
%26.96
%36.77

CMYK color model

#DAA2DD color CMYK value is (1,27,0,13).

  • cyan value is 1.36%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (1,27,0,13)
C1M27Y0K13 (1%, 27%, 0%, 13%)
(0.01 / 0.27 / 0.00 / 0.13)

CMYK percentages

%1.36
%26.7
%0
%13.33

Codes

Color #DAA2DD in popluar color models

DA A2 DD
RGB 218 162 221
HSL 297° 46.46% 75.10%
HSB/HSV 297° 26.70% 86.67%
CMYK 1.36% 26.70% 0.00%
13.33%

Color #DAA2DD in popluar number systems.

HEX DA A2 DD
Decimal 218 162 221
Binary 11011010 10100010 11011101
Octal 332 242 335

Shades and tints

Shades of #DAA2DD

#DAA2DD
(218,162,221)
#C794C9
(199,148,201)
#B486B5
(180,134,181)
#A178A1
(161,120,161)
#8E6A8D
(142,106,141)
#7B5C79
(123,92,121)
#684E65
(104,78,101)
#554051
(85,64,81)
#42323D
(66,50,61)
#2F2429
(47,36,41)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #DAA2DD

#DAA2DD
(218,162,221)
#DDAAE0
(221,170,224)
#E0B2E3
(224,178,227)
#E3BAE6
(227,186,230)
#E6C2E9
(230,194,233)
#E9CAEC
(233,202,236)
#ECD2EF
(236,210,239)
#EFDAF2
(239,218,242)
#F2E2F5
(242,226,245)
#F5EAF8
(245,234,248)
#F8F2FB
(248,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA2DD color. Also use rgb(218,162,221) instead hex code.

Text Font Color

.myTextColor { color: #DAA2DD; }

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

This text font color is #DAA2DD.

Background Color

.myBgColor { background-color: #DAA2DD; }

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

This div background color is #DAA2DD.

Border color

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

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

This div border color is #DAA2DD.

Opacity

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

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

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

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

This text has shadow with #DAA2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAA2DD.

Preview

Color preview on black background

This text has color #DAA2DD on black background.


Color preview on white background

This text has color #DAA2DD on white background.


Black color preview on #DAA2DD background

This text has black color on #DAA2DD background.


White color preview on #DAA2DD background

This text has white color on #DAA2DD background.


Related colors

Complementary color

Complementary color for #hex is #255D22.


I love getcolorcode.com

Triadic colors

1 #DDDAA2 and #A2DDDA with #DAA2DD are triadic colors.

2 #DDA2DA and #A2DADD with #DAA2DD are triadic colors.