#D4A6D2

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

Shades of Plum #D4A6D2

Tints of Plum #D4A6D2

Color information

#D4A6D2 (or 0xD4A6D2) is unknown color: approx Plum. HEX triplet: D4, A6 and D2. RGB value is (212,166,210). Sum of RGB (Red+Green+Blue) = 212+166+210=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A6D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A6D2 is #2B592D. Grayscale: #B8B8B8. Windows color (decimal): -2840878 or 13805268. OLE color: 13805268.

HSL color Cylindrical-coordinate representation of color #D4A6D2: hue angle of 302.61º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4A6D2 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212166210-
CMYK00.220.010.17
HSL302.61º34.85%74.12%-
HSV(B)302.61º21.7%83.14%-
XYZ52.4245.9267.07-
YUV184.77142.24147.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=36.05%
G=28.23%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216621000.220.010.17302.6134.8574.12
HexD4A6D201611112f234a
Octal32424632202612145743112
Binary1101010010100110110100100101101100011001011111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A6D2; }

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

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

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

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

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

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

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

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