#D9AAD8

Color #D9AAD8 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D9AAD8

Tints of Plum #D9AAD8

Color information

#D9AAD8 (or 0xD9AAD8) is unknown color: approx Plum. HEX triplet: D9, AA and D8. RGB value is (217,170,216). Sum of RGB (Red+Green+Blue) = 217+170+216=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAD8 is #265527. Grayscale: #BDBDBD. Windows color (decimal): -2512168 or 14199513. OLE color: 14199513.

HSL color Cylindrical-coordinate representation of color #D9AAD8: hue angle of 301.28º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAD8 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217170216-
CMYK00.220.000.15
HSL301.28º38.21%75.88%-
HSV(B)301.28º21.66%85.1%-
XYZ55.3848.4671.4-
YUV189.3143.07147.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 216 (84.77% from 255) = 35.82%
R=35.99%
G=28.19%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717021600.220.000.15301.2838.2175.88
HexD9AAD80160F12d264c
Octal33125233002601745546114
Binary110110011010101011011000010110011111001011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAD8; }

 p { color: rgb(217,170,216); }

 H1.HeaderClassName
 {
   color: #D9AAD8;
 }
 .AnyTagClassName
 {
   color: #D9AAD8;
 }
</style>
background-color css

<style>
 a { background-color: #D9AAD8; }

 a { background-color: rgb(217,170,216); }

 div.DivClassName
 {
   background-color: #D9AAD8;
 }
 .BgClassName
 {
   background-color: #D9AAD8;
 }
</style>
border-color css

<style>
 span { border-color: #D9AAD8; }

 span { border-color: rgb(217,170,216); }

 td.TdClassName
 {
   border-color: #D9AAD8;
 }
 .TagClassName
 {
   border-color: #D9AAD8;
 }
</style>