Shades of Plum #D9A0DD
Tints of Plum #D9A0DD
RGB
CMYK
RGB Variations
Color information
#D9A0DD (or 0xD9A0DD) is known color: Plum. HEX triplet: D9, A0 and DD. RGB value is (217,160,221). Sum of RGB (Red+Green+Blue) = 217+160+221=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 160 (62.89% from 255 or 26.76% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A0DD is #265F22. Grayscale: #B7B7B7. Windows color (decimal): -2514723 or 14524633. OLE color: 14524633.
HSL color Cylindrical-coordinate representation of color #D9A0DD: hue angle of 296.07º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9A0DD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 160 | 221 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.13 |
| HSL | 296.07º | 0.47% | 0.75% | - |
| HSV(B) | 296.07º | 0.28% | 0.87% | - |
| XYZ | 54.24 | 45.11 | 74.26 | - |
| YUV | 184 | 148.88 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 160 | 221 | 0.02 | 0.28 | 0 | 0.13 | 296.07 | 0.47 | 0.75 |
| Hex | D9 | A0 | DD | 2 | 1C | 0 | D | 128 | 2F | 4B |
| Octal | 331 | 240 | 335 | 2 | 34 | 0 | 15 | 450 | 57 | 113 |
| Binary | 11011001 | 10100000 | 11011101 | 10 | 11100 | 0 | 1101 | 100101000 | 101111 | 1001011 |
Color Harmonies of #D9A0DD
Complementary color
Monochromatic Colors of #D9A0DD
Black with #D9A0DD
Text Example
Text Example
White with #D9A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A0DD; }
p { color: rgb(217,160,221); }
H1.HeaderClassName
{
color: #D9A0DD;
}
.AnyTagClassName
{
color: #D9A0DD;
}
</style>
background-color css
<style>
a { background-color: #D9A0DD; }
a { background-color: rgb(217,160,221); }
div.DivClassName
{
background-color: #D9A0DD;
}
.BgClassName
{
background-color: #D9A0DD;
}
</style>
border-color css
<style>
span { border-color: #D9A0DD; }
span { border-color: rgb(217,160,221); }
td.TdClassName
{
border-color: #D9A0DD;
}
.TagClassName
{
border-color: #D9A0DD;
}
</style>