#D4A7D9

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

Shades of Plum #D4A7D9

Tints of Plum #D4A7D9

Color information

#D4A7D9 (or 0xD4A7D9) is unknown color: approx Plum. HEX triplet: D4, A7 and D9. RGB value is (212,167,217). Sum of RGB (Red+Green+Blue) = 212+167+217=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 167 (65.62% from 255 or 28.02% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D4A7D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A7D9 is #2B5826. Grayscale: #BABABA. Windows color (decimal): -2840615 or 14264276. OLE color: 14264276.

HSL color Cylindrical-coordinate representation of color #D4A7D9: hue angle of 294º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4A7D9 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212167217-
CMYK0.020.2300.15
HSL294º39.68%75.29%-
HSV(B)294º23.04%85.1%-
XYZ53.4946.6471.83-
YUV186.16145.41146.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 167 (65.62% from 255) = 28.02%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=35.57%
G=28.02%
B=36.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121672170.020.2300.1529439.6875.29
HexD4A7D92170F126284b
Octal32424733122701744650113
Binary1101010010100111110110011010111011111001001101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7D9; }

 p { color: rgb(212,167,217); }

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

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

 a { background-color: rgb(212,167,217); }

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

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

 span { border-color: rgb(212,167,217); }

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