#D8A0CD

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

Shades of Plum #D8A0CD

Tints of Plum #D8A0CD

Color information

#D8A0CD (or 0xD8A0CD) is unknown color: approx Plum. HEX triplet: D8, A0 and CD. RGB value is (216,160,205). Sum of RGB (Red+Green+Blue) = 216+160+205=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0CD is #275F32. Grayscale: #B5B5B5. Windows color (decimal): -2580275 or 13476056. OLE color: 13476056.

HSL color Cylindrical-coordinate representation of color #D8A0CD: hue angle of 311.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0CD is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216160205-
CMYK00.260.050.15
HSL311.79º41.79%73.73%-
HSV(B)311.79º25.93%84.71%-
XYZ51.9144.1563.54-
YUV181.87141.05152.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.18%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=37.18%
G=27.54%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616020500.260.050.15311.7941.7973.73
HexD8A0CD01A5F1382a4a
Octal33024031503251747052112
Binary11011000101000001100110101101010111111001110001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A0CD; }

 p { color: rgb(216,160,205); }

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

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

 a { background-color: rgb(216,160,205); }

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

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

 span { border-color: rgb(216,160,205); }

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