Shades of Plum #D8A8D8
Tints of Plum #D8A8D8
RGB
CMYK
RGB Variations
Color information
#D8A8D8 (or 0xD8A8D8) is known color: Plum. HEX triplet: D8, A8 and D8. RGB value is (216,168,216). Sum of RGB (Red+Green+Blue) = 216+168+216=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 168 (66.02% from 255 or 28% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D8 is #275727. Grayscale: #BBBBBB. Windows color (decimal): -2578216 or 14199000. OLE color: 14199000.
HSL color Cylindrical-coordinate representation of color #D8A8D8: hue angle of 300º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A8D8 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 216 | - |
| CMYK | 0 | 0.22 | 0 | 0.15 |
| HSL | 300º | 0.38% | 0.75% | - |
| HSV(B) | 300º | 0.22% | 0.85% | - |
| XYZ | 54.72 | 47.56 | 71.26 | - |
| YUV | 187.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 216 | 0 | 0.22 | 0 | 0.15 | 300 | 0.38 | 0.75 |
| Hex | D8 | A8 | D8 | 0 | 16 | 0 | F | 12C | 26 | 4B |
| Octal | 330 | 250 | 330 | 0 | 26 | 0 | 17 | 454 | 46 | 113 |
| Binary | 11011000 | 10101000 | 11011000 | 0 | 10110 | 0 | 1111 | 100101100 | 100110 | 1001011 |
Color Harmonies of #D8A8D8
Complementary color
Monochromatic Colors of #D8A8D8
Black with #D8A8D8
Text Example
Text Example
White with #D8A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8D8; }
p { color: rgb(216,168,216); }
H1.HeaderClassName
{
color: #D8A8D8;
}
.AnyTagClassName
{
color: #D8A8D8;
}
</style>
background-color css
<style>
a { background-color: #D8A8D8; }
a { background-color: rgb(216,168,216); }
div.DivClassName
{
background-color: #D8A8D8;
}
.BgClassName
{
background-color: #D8A8D8;
}
</style>
border-color css
<style>
span { border-color: #D8A8D8; }
span { border-color: rgb(216,168,216); }
td.TdClassName
{
border-color: #D8A8D8;
}
.TagClassName
{
border-color: #D8A8D8;
}
</style>