Shades of Plum #D9A0D0
Tints of Plum #D9A0D0
RGB
CMYK
RGB Variations
Color information
#D9A0D0 (or 0xD9A0D0) is known color: 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
| RGB | 217 | 160 | 208 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.15 |
| HSL | 309.47º | 0.43% | 0.74% | - |
| HSV(B) | 309.47º | 0.26% | 0.85% | - |
| XYZ | 52.57 | 44.45 | 65.48 | - |
| YUV | 182.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 208 | 0 | 0.26 | 0.04 | 0.15 | 309.47 | 0.43 | 0.74 |
| Hex | D9 | A0 | D0 | 0 | 1A | 4 | F | 135 | 2B | 4A |
| Octal | 331 | 240 | 320 | 0 | 32 | 4 | 17 | 465 | 53 | 112 |
| Binary | 11011001 | 10100000 | 11010000 | 0 | 11010 | 100 | 1111 | 100110101 | 101011 | 1001010 |
Color Harmonies of #D9A0D0
Complementary color
Monochromatic Colors of #D9A0D0
Black with #D9A0D0
Text Example
Text Example
White with #D9A0D0
Text Example
Text Example
HTML Codes & Css Web 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>