Shades of Plum #D8A8DD
Tints of Plum #D8A8DD
RGB
CMYK
RGB Variations
Color information
#D8A8DD (or 0xD8A8DD) is known color: Plum. HEX triplet: D8, A8 and DD. RGB value is (216,168,221). Sum of RGB (Red+Green+Blue) = 216+168+221=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8DD is #275722. Grayscale: #BCBCBC. Windows color (decimal): -2578211 or 14526680. OLE color: 14526680.
HSL color Cylindrical-coordinate representation of color #D8A8DD: hue angle of 294.34º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A8DD is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 168 | 221 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.13 |
| HSL | 294.34º | 0.44% | 0.76% | - |
| HSV(B) | 294.34º | 0.24% | 0.87% | - |
| XYZ | 55.37 | 47.82 | 74.72 | - |
| YUV | 188.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 221 | 0.02 | 0.24 | 0 | 0.13 | 294.34 | 0.44 | 0.76 |
| Hex | D8 | A8 | DD | 2 | 18 | 0 | D | 126 | 2C | 4C |
| Octal | 330 | 250 | 335 | 2 | 30 | 0 | 15 | 446 | 54 | 114 |
| Binary | 11011000 | 10101000 | 11011101 | 10 | 11000 | 0 | 1101 | 100100110 | 101100 | 1001100 |
Color Harmonies of #D8A8DD
Complementary color
Monochromatic Colors of #D8A8DD
Black with #D8A8DD
Text Example
Text Example
White with #D8A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8DD; }
p { color: rgb(216,168,221); }
H1.HeaderClassName
{
color: #D8A8DD;
}
.AnyTagClassName
{
color: #D8A8DD;
}
</style>
background-color css
<style>
a { background-color: #D8A8DD; }
a { background-color: rgb(216,168,221); }
div.DivClassName
{
background-color: #D8A8DD;
}
.BgClassName
{
background-color: #D8A8DD;
}
</style>
border-color css
<style>
span { border-color: #D8A8DD; }
span { border-color: rgb(216,168,221); }
td.TdClassName
{
border-color: #D8A8DD;
}
.TagClassName
{
border-color: #D8A8DD;
}
</style>