Shades of Plum #D8A8D7
Tints of Plum #D8A8D7
RGB
CMYK
RGB Variations
Color information
#D8A8D7 (or 0xD8A8D7) is known color: Plum. HEX triplet: D8, A8 and D7. RGB value is (216,168,215). Sum of RGB (Red+Green+Blue) = 216+168+215=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 215 (84.38% from 255 or 35.89% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8D7 is #275728. Grayscale: #BBBBBB. Windows color (decimal): -2578217 or 14133464. OLE color: 14133464.
HSL color Cylindrical-coordinate representation of color #D8A8D7: hue angle of 301.25º 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 #D8A8D7 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 168 | 215 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.15 |
| HSL | 301.25º | 0.38% | 0.75% | - |
| HSV(B) | 301.25º | 0.22% | 0.85% | - |
| XYZ | 54.59 | 47.51 | 70.58 | - |
| YUV | 187.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 215 | 0 | 0.22 | 0.00 | 0.15 | 301.25 | 0.38 | 0.75 |
| Hex | D8 | A8 | D7 | 0 | 16 | 0 | F | 12D | 26 | 4B |
| Octal | 330 | 250 | 327 | 0 | 26 | 0 | 17 | 455 | 46 | 113 |
| Binary | 11011000 | 10101000 | 11010111 | 0 | 10110 | 0 | 1111 | 100101101 | 100110 | 1001011 |
Color Harmonies of #D8A8D7
Complementary color
Monochromatic Colors of #D8A8D7
Black with #D8A8D7
Text Example
Text Example
White with #D8A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8D7; }
p { color: rgb(216,168,215); }
H1.HeaderClassName
{
color: #D8A8D7;
}
.AnyTagClassName
{
color: #D8A8D7;
}
</style>
background-color css
<style>
a { background-color: #D8A8D7; }
a { background-color: rgb(216,168,215); }
div.DivClassName
{
background-color: #D8A8D7;
}
.BgClassName
{
background-color: #D8A8D7;
}
</style>
border-color css
<style>
span { border-color: #D8A8D7; }
span { border-color: rgb(216,168,215); }
td.TdClassName
{
border-color: #D8A8D7;
}
.TagClassName
{
border-color: #D8A8D7;
}
</style>