#D9A2CF

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

Shades of Plum #D9A2CF

Tints of Plum #D9A2CF

Color information

#D9A2CF (or 0xD9A2CF) is unknown color: approx Plum. HEX triplet: D9, A2 and CF. RGB value is (217,162,207). Sum of RGB (Red+Green+Blue) = 217+162+207=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A2CF is #265D30. Grayscale: #B7B7B7. Windows color (decimal): -2514225 or 13607641. OLE color: 13607641.

HSL color Cylindrical-coordinate representation of color #D9A2CF: hue angle of 310.91º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A2CF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217162207-
CMYK00.250.050.15
HSL310.91º41.98%74.31%-
HSV(B)310.91º25.35%85.1%-
XYZ52.845.164.95-
YUV183.58141.22151.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.03%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=37.03%
G=27.65%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716220700.250.050.15310.9141.9874.31
HexD9A2CF0195F1372a4a
Octal33124231703151746752112
Binary11011001101000101100111101100110111111001101111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A2CF; }

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

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

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

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

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

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

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

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