#D2A5D9

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

Shades of Plum #D2A5D9

Tints of Plum #D2A5D9

Color information

#D2A5D9 (or 0xD2A5D9) is unknown color: approx Plum. HEX triplet: D2, A5 and D9. RGB value is (210,165,217). Sum of RGB (Red+Green+Blue) = 210+165+217=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #D2A5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5D9 is #2D5A26. Grayscale: #B8B8B8. Windows color (decimal): -2972199 or 14263762. OLE color: 14263762.

HSL color Cylindrical-coordinate representation of color #D2A5D9: hue angle of 291.92º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2A5D9 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210165217-
CMYK0.030.2400.15
HSL291.92º40.62%74.9%-
HSV(B)291.92º23.96%85.1%-
XYZ52.5645.6271.68-
YUV184.38146.41146.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=35.47%
G=27.87%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101652170.030.2400.15291.9240.6274.9
HexD2A5D93180F124294b
Octal32224533133001744451113
Binary1101001010100101110110011111000011111001001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A5D9; }

 p { color: rgb(210,165,217); }

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

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

 a { background-color: rgb(210,165,217); }

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

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

 span { border-color: rgb(210,165,217); }

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