#D9A6D5

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

Shades of Plum #D9A6D5

Tints of Plum #D9A6D5

Color information

#D9A6D5 (or 0xD9A6D5) is unknown color: approx Plum. HEX triplet: D9, A6 and D5. RGB value is (217,166,213). Sum of RGB (Red+Green+Blue) = 217+166+213=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6D5 is #26592A. Grayscale: #BABABA. Windows color (decimal): -2513195 or 14001881. OLE color: 14001881.

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

Color convert

RGB217166213-
CMYK00.240.020.15
HSL304.71º40.16%75.1%-
HSV(B)304.71º23.5%85.1%-
XYZ54.2646.8369.13-
YUV186.61142.9149.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=36.41%
G=27.85%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716621300.240.020.15304.7140.1675.1
HexD9A6D50182F131284b
Octal33124632503021746150113
Binary1101100110100110110101010110001011111001100011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6D5; }

 p { color: rgb(217,166,213); }

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

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

 a { background-color: rgb(217,166,213); }

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

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

 span { border-color: rgb(217,166,213); }

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