#D4A0DD

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

Shades of Plum #D4A0DD

Tints of Plum #D4A0DD

Color information

#D4A0DD (or 0xD4A0DD) is unknown color: approx Plum. HEX triplet: D4, A0 and DD. RGB value is (212,160,221). Sum of RGB (Red+Green+Blue) = 212+160+221=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0DD is #2B5F22. Grayscale: #B6B6B6. Windows color (decimal): -2842403 or 14524628. OLE color: 14524628.

HSL color Cylindrical-coordinate representation of color #D4A0DD: hue angle of 291.15º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4A0DD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212160221-
CMYK0.040.2800.13
HSL291.15º47.29%74.71%-
HSV(B)291.15º27.6%86.67%-
XYZ52.7744.3674.19-
YUV182.5149.73149.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.75%
GREEN value IS 160 (62.89% from 255) = 26.98%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=35.75%
G=26.98%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121602210.040.2800.13291.1547.2974.71
HexD4A0DD41C0D1232f4b
Octal32424033543401544357113
Binary11010100101000001101110110011100011011001000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A0DD; }

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

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

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

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

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

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

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

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