#D9A0CE

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

Shades of Plum #D9A0CE

Tints of Plum #D9A0CE

Color information

#D9A0CE (or 0xD9A0CE) is unknown color: approx Plum. HEX triplet: D9, A0 and CE. RGB value is (217,160,206). Sum of RGB (Red+Green+Blue) = 217+160+206=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0CE is #265F31. Grayscale: #B6B6B6. Windows color (decimal): -2514738 or 13541593. OLE color: 13541593.

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

Color convert

RGB217160206-
CMYK00.260.050.15
HSL311.58º42.86%73.92%-
HSV(B)311.58º26.27%85.1%-
XYZ52.3344.3564.19-
YUV182.29141.38152.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=37.22%
G=27.44%
B=35.33%

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
Decimal21716020600.260.050.15311.5842.8673.92
HexD9A0CE01A5F1382b4a
Octal33124031603251747053112
Binary11011001101000001100111001101010111111001110001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A0CE; }

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

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

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

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

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

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

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

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