#D9A0D0

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

Shades of Plum #D9A0D0

Tints of Plum #D9A0D0

Color information

#D9A0D0 (or 0xD9A0D0) is unknown color: approx Plum. HEX triplet: D9, A0 and D0. RGB value is (217,160,208). Sum of RGB (Red+Green+Blue) = 217+160+208=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0D0 is #265F2F. Grayscale: #B6B6B6. Windows color (decimal): -2514736 or 13672665. OLE color: 13672665.

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

Color convert

RGB217160208-
CMYK00.260.040.15
HSL309.47º42.86%73.92%-
HSV(B)309.47º26.27%85.1%-
XYZ52.5744.4565.48-
YUV182.52142.38152.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 160 (62.89% from 255) = 27.35%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=37.09%
G=27.35%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716020800.260.040.15309.4742.8673.92
HexD9A0D001A4F1352b4a
Octal33124032003241746553112
Binary11011001101000001101000001101010011111001101011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0D0; }

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

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

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

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

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

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

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

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