Shades of Plum #D8A8DF
Tints of Plum #D8A8DF
RGB
CMYK
RGB Variations
Color information
#D8A8DF (or 0xD8A8DF) is known color: Plum. HEX triplet: D8, A8 and DF. RGB value is (216,168,223). Sum of RGB (Red+Green+Blue) = 216+168+223=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A8DF is #275720. Grayscale: #BCBCBC. Windows color (decimal): -2578209 or 14657752. OLE color: 14657752.
HSL color Cylindrical-coordinate representation of color #D8A8DF: hue angle of 292.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A8DF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 168 | 223 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.13 |
| HSL | 292.36º | 0.46% | 0.77% | - |
| HSV(B) | 292.36º | 0.25% | 0.87% | - |
| XYZ | 55.64 | 47.93 | 76.13 | - |
| YUV | 188.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 168 | 223 | 0.03 | 0.25 | 0 | 0.13 | 292.36 | 0.46 | 0.77 |
| Hex | D8 | A8 | DF | 3 | 19 | 0 | D | 124 | 2E | 4D |
| Octal | 330 | 250 | 337 | 3 | 31 | 0 | 15 | 444 | 56 | 115 |
| Binary | 11011000 | 10101000 | 11011111 | 11 | 11001 | 0 | 1101 | 100100100 | 101110 | 1001101 |
Color Harmonies of #D8A8DF
Complementary color
Monochromatic Colors of #D8A8DF
Black with #D8A8DF
Text Example
Text Example
White with #D8A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A8DF; }
p { color: rgb(216,168,223); }
H1.HeaderClassName
{
color: #D8A8DF;
}
.AnyTagClassName
{
color: #D8A8DF;
}
</style>
background-color css
<style>
a { background-color: #D8A8DF; }
a { background-color: rgb(216,168,223); }
div.DivClassName
{
background-color: #D8A8DF;
}
.BgClassName
{
background-color: #D8A8DF;
}
</style>
border-color css
<style>
span { border-color: #D8A8DF; }
span { border-color: rgb(216,168,223); }
td.TdClassName
{
border-color: #D8A8DF;
}
.TagClassName
{
border-color: #D8A8DF;
}
</style>