#D4A2DB

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

Shades of Plum #D4A2DB

Tints of Plum #D4A2DB

Color information

#D4A2DB (or 0xD4A2DB) is unknown color: approx Plum. HEX triplet: D4, A2 and DB. RGB value is (212,162,219). Sum of RGB (Red+Green+Blue) = 212+162+219=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A2DB is #2B5D24. Grayscale: #B7B7B7. Windows color (decimal): -2841893 or 14394068. OLE color: 14394068.

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

Color convert

RGB212162219-
CMYK0.030.2600.14
HSL292.63º44.19%74.71%-
HSV(B)292.63º26.03%85.88%-
XYZ52.8644.9572.91-
YUV183.45148.06148.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 162 (63.67% from 255) = 27.32%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=35.75%
G=27.32%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121622190.030.2600.14292.6344.1974.71
HexD4A2DB31A0E1252c4b
Octal32424233333201644554113
Binary1101010010100010110110111111010011101001001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A2DB; }

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

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

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

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

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

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

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

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