#D4A0DB

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

Shades of Plum #D4A0DB

Tints of Plum #D4A0DB

Color information

#D4A0DB (or 0xD4A0DB) is unknown color: approx Plum. HEX triplet: D4, A0 and DB. RGB value is (212,160,219). Sum of RGB (Red+Green+Blue) = 212+160+219=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0DB is #2B5F24. Grayscale: #B6B6B6. Windows color (decimal): -2842405 or 14393556. OLE color: 14393556.

HSL color Cylindrical-coordinate representation of color #D4A0DB: hue angle of 292.88º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A0DB is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212160219-
CMYK0.030.2700.14
HSL292.88º45.04%74.31%-
HSV(B)292.88º26.94%85.88%-
XYZ52.5144.2572.79-
YUV182.27148.73149.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=35.87%
G=27.07%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121602190.030.2700.14292.8845.0474.31
HexD4A0DB31B0E1252d4a
Octal32424033333301644555112
Binary1101010010100000110110111111011011101001001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A0DB; }

 p { color: rgb(212,160,219); }

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

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

 a { background-color: rgb(212,160,219); }

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

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

 span { border-color: rgb(212,160,219); }

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