COLOR #D2A7DD

HEX: #D2A7DD RGB: (210,167,221)

Color info

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

RGB color model

#D2A7DD color RGB value is (210,167,221).

RGB: (210,167,221) (82%, 65%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 221 of 255 = 87%

210
167
221

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

Portions of RGB colors in percentages

R + G + B = 210 + 167 + 221 = 598 (100%)
R 210 of 598 ~ 35.12%
G 167 of 598 ~ 27.93%
B 221 of 598 ~ 36.96'%

%35.12
%27.93
%36.96

CMYK color model

#D2A7DD color CMYK value is (5,24,0,13).

  • cyan value is 4.98%
  • magenta value is 24.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (5,24,0,13) C5M24Y0K13 (5%,24%,0%,13%) (0.05/0.24/0.00/0.13) 

CMYK percentages

%4.98
%24.43
%0
%13.33

Codes

Color #D2A7DD in popluar color models

D2 A7 DD
RGB 210 167 221
HSL 288° 44.26% 76.08%
HSB/HSV 288° 24.43% 86.67%
CMYK 4.98% 24.43% 0.00%
13.33%

Color #D2A7DD in popluar number systems.

HEX D2 A7 DD
Decimal 210 167 221
Binary 11010010 10100111 11011101
Octal 322 247 335

Shades and tints

Shades of #D2A7DD

#D2A7DD
(210,167,221)
#BF98C9
(191,152,201)
#AC89B5
(172,137,181)
#997AA1
(153,122,161)
#866B8D
(134,107,141)
#735C79
(115,92,121)
#604D65
(96,77,101)
#4D3E51
(77,62,81)
#3A2F3D
(58,47,61)
#272029
(39,32,41)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #D2A7DD

#D2A7DD
(210,167,221)
#D6AFE0
(214,175,224)
#DAB7E3
(218,183,227)
#DEBFE6
(222,191,230)
#E2C7E9
(226,199,233)
#E6CFEC
(230,207,236)
#EAD7EF
(234,215,239)
#EEDFF2
(238,223,242)
#F2E7F5
(242,231,245)
#F6EFF8
(246,239,248)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A7DD color. Also use rgb(210,167,221) instead hex code.

Text Font Color

.myTextColor { color: #D2A7DD; }

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

This text font color is #D2A7DD.

Background Color

.myBgColor { background-color: #D2A7DD; }

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

This div background color is #D2A7DD.

Border color

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

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

This div border color is #D2A7DD.

Opacity

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

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

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

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

This text has shadow with #D2A7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A7DD.

Preview

Color preview on black background

This text has color #D2A7DD on black background.


Color preview on white background

This text has color #D2A7DD on white background.


Black color preview on #D2A7DD background

This text has black color on #D2A7DD background.


White color preview on #D2A7DD background

This text has white color on #D2A7DD background.


Related colors

Complementary color

Complementary color for #hex is #2D5822.


I love getcolorcode.com

Triadic colors

1 #DDD2A7 and #A7DDD2 with #D2A7DD are triadic colors.

2 #DDA7D2 and #A7D2DD with #D2A7DD are triadic colors.