#D9A0CF

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

Shades of Plum #D9A0CF

Tints of Plum #D9A0CF

Color information

#D9A0CF (or 0xD9A0CF) is unknown color: approx Plum. HEX triplet: D9, A0 and CF. RGB value is (217,160,207). Sum of RGB (Red+Green+Blue) = 217+160+207=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CF is #265F30. Grayscale: #B6B6B6. Windows color (decimal): -2514737 or 13607129. OLE color: 13607129.

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

Color convert

RGB217160207-
CMYK00.260.050.15
HSL310.53º42.86%73.92%-
HSV(B)310.53º26.27%85.1%-
XYZ52.4544.464.84-
YUV182.4141.88152.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.16%
GREEN value IS 160 (62.89% from 255) = 27.40%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=37.16%
G=27.40%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716020700.260.050.15310.5342.8673.92
HexD9A0CF01A5F1372b4a
Octal33124031703251746753112
Binary11011001101000001100111101101010111111001101111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0CF; }

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

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

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

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

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

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

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

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