#D2A5D8

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

Shades of Plum #D2A5D8

Tints of Plum #D2A5D8

Color information

#D2A5D8 (or 0xD2A5D8) is unknown color: approx Plum. HEX triplet: D2, A5 and D8. RGB value is (210,165,216). Sum of RGB (Red+Green+Blue) = 210+165+216=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #D2A5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A5D8 is #2D5A27. Grayscale: #B8B8B8. Windows color (decimal): -2972200 or 14198226. OLE color: 14198226.

HSL color Cylindrical-coordinate representation of color #D2A5D8: hue angle of 292.94º degrees, saturation: 0.4, 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 #D2A5D8 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210165216-
CMYK0.030.2400.15
HSL292.94º39.53%74.71%-
HSV(B)292.94º23.61%84.71%-
XYZ52.4345.5771-
YUV184.27145.91146.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=35.53%
G=27.92%
B=36.55%

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
Decimal2101652160.030.2400.15292.9439.5374.71
HexD2A5D83180F125284b
Octal32224533033001744550113
Binary1101001010100101110110001111000011111001001011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A5D8; }

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

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

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

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

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

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

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

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