Shades of Plum #D8A0DD
Tints of Plum #D8A0DD
RGB
CMYK
RGB Variations
Color information
#D8A0DD (or 0xD8A0DD) is known color: Plum. HEX triplet: D8, A0 and DD. RGB value is (216,160,221). Sum of RGB (Red+Green+Blue) = 216+160+221=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 160 (62.89% from 255 or 26.80% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8A0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0DD is #275F22. Grayscale: #B7B7B7. Windows color (decimal): -2580259 or 14524632. OLE color: 14524632.
HSL color Cylindrical-coordinate representation of color #D8A0DD: hue angle of 295.08º 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 #D8A0DD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 160 | 221 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.13 |
| HSL | 295.08º | 0.47% | 0.75% | - |
| HSV(B) | 295.08º | 0.28% | 0.87% | - |
| XYZ | 53.94 | 44.96 | 74.24 | - |
| YUV | 183.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 221 | 0.02 | 0.28 | 0 | 0.13 | 295.08 | 0.47 | 0.75 |
| Hex | D8 | A0 | DD | 2 | 1C | 0 | D | 127 | 2F | 4B |
| Octal | 330 | 240 | 335 | 2 | 34 | 0 | 15 | 447 | 57 | 113 |
| Binary | 11011000 | 10100000 | 11011101 | 10 | 11100 | 0 | 1101 | 100100111 | 101111 | 1001011 |
Color Harmonies of #D8A0DD
Complementary color
Monochromatic Colors of #D8A0DD
Black with #D8A0DD
Text Example
Text Example
White with #D8A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0DD; }
p { color: rgb(216,160,221); }
H1.HeaderClassName
{
color: #D8A0DD;
}
.AnyTagClassName
{
color: #D8A0DD;
}
</style>
background-color css
<style>
a { background-color: #D8A0DD; }
a { background-color: rgb(216,160,221); }
div.DivClassName
{
background-color: #D8A0DD;
}
.BgClassName
{
background-color: #D8A0DD;
}
</style>
border-color css
<style>
span { border-color: #D8A0DD; }
span { border-color: rgb(216,160,221); }
td.TdClassName
{
border-color: #D8A0DD;
}
.TagClassName
{
border-color: #D8A0DD;
}
</style>