#D4A6DD

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

Shades of Plum #D4A6DD

Tints of Plum #D4A6DD

Color information

#D4A6DD (or 0xD4A6DD) is unknown color: approx Plum. HEX triplet: D4, A6 and DD. RGB value is (212,166,221). Sum of RGB (Red+Green+Blue) = 212+166+221=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6DD is #2B5922. Grayscale: #B9B9B9. Windows color (decimal): -2840867 or 14526164. OLE color: 14526164.

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

Color convert

RGB212166221-
CMYK0.040.2500.13
HSL290.18º44.72%75.88%-
HSV(B)290.18º24.89%86.67%-
XYZ53.8446.4974.54-
YUV186.02147.74146.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=35.39%
G=27.71%
B=36.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121662210.040.2500.13290.1844.7275.88
HexD4A6DD4190D1222d4c
Octal32424633543101544255114
Binary11010100101001101101110110011001011011001000101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A6DD; }

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

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

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

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

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

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

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

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