#D9A0CC

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

Shades of Plum #D9A0CC

Tints of Plum #D9A0CC

Color information

#D9A0CC (or 0xD9A0CC) is unknown color: approx Plum. HEX triplet: D9, A0 and CC. RGB value is (217,160,204). Sum of RGB (Red+Green+Blue) = 217+160+204=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CC is #265F33. Grayscale: #B5B5B5. Windows color (decimal): -2514740 or 13410521. OLE color: 13410521.

HSL color Cylindrical-coordinate representation of color #D9A0CC: hue angle of 313.68º 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 #D9A0CC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217160204-
CMYK00.260.060.15
HSL313.68º42.86%73.92%-
HSV(B)313.68º26.27%85.1%-
XYZ52.0944.2562.92-
YUV182.06140.38152.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=37.35%
G=27.54%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716020400.260.060.15313.6842.8673.92
HexD9A0CC01A6F13a2b4a
Octal33124031403261747253112
Binary11011001101000001100110001101011011111001110101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0CC; }

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

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

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

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

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

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

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

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