#D2AAD4

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

Shades of Plum #D2AAD4

Tints of Plum #D2AAD4

Color information

#D2AAD4 (or 0xD2AAD4) is unknown color: approx Plum. HEX triplet: D2, AA and D4. RGB value is (210,170,212). Sum of RGB (Red+Green+Blue) = 210+170+212=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #D2AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AAD4 is #2D552B. Grayscale: #BABABA. Windows color (decimal): -2970924 or 13937362. OLE color: 13937362.

HSL color Cylindrical-coordinate representation of color #D2AAD4: hue angle of 297.14º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2AAD4 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210170212-
CMYK0.010.2000.17
HSL297.14º32.81%74.9%-
HSV(B)297.14º19.81%83.14%-
XYZ52.8447.268.61-
YUV186.75142.25144.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=35.47%
G=28.72%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101702120.010.2000.17297.1432.8174.9
HexD2AAD4114011129214b
Octal32225232412402145141113
Binary1101001010101010110101001101000100011001010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AAD4; }

 p { color: rgb(210,170,212); }

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

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

 a { background-color: rgb(210,170,212); }

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

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

 span { border-color: rgb(210,170,212); }

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