#D9A2DF

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

Shades of Plum #D9A2DF

Tints of Plum #D9A2DF

Color information

#D9A2DF (or 0xD9A2DF) is unknown color: approx Plum. HEX triplet: D9, A2 and DF. RGB value is (217,162,223). Sum of RGB (Red+Green+Blue) = 217+162+223=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9A2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2DF is #265D20. Grayscale: #B9B9B9. Windows color (decimal): -2514209 or 14656217. OLE color: 14656217.

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

Color convert

RGB217162223-
CMYK0.030.2700.13
HSL294.1º48.8%75.49%-
HSV(B)294.1º27.35%87.45%-
XYZ54.8545.9275.78-
YUV185.4149.22150.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=36.05%
G=26.91%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171622230.030.2700.13294.148.875.49
HexD9A2DF31B0D126314b
Octal33124233733301544661113
Binary1101100110100010110111111111011011011001001101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2DF; }

 p { color: rgb(217,162,223); }

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

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

 a { background-color: rgb(217,162,223); }

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

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

 span { border-color: rgb(217,162,223); }

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