#D4A6DB

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

Shades of Plum #D4A6DB

Tints of Plum #D4A6DB

Color information

#D4A6DB (or 0xD4A6DB) is unknown color: approx Plum. HEX triplet: D4, A6 and DB. RGB value is (212,166,219). Sum of RGB (Red+Green+Blue) = 212+166+219=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6DB is #2B5924. Grayscale: #B9B9B9. Windows color (decimal): -2840869 or 14395092. OLE color: 14395092.

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

Color convert

RGB212166219-
CMYK0.030.2400.14
HSL292.08º42.4%75.49%-
HSV(B)292.08º24.2%85.88%-
XYZ53.5746.3873.15-
YUV185.8146.74146.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=35.51%
G=27.81%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121662190.030.2400.14292.0842.475.49
HexD4A6DB3180E1242a4b
Octal32424633333001644452113
Binary1101010010100110110110111111000011101001001001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A6DB; }

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

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

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

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

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

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

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

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