Shades of Plum #D8A1D7
Tints of Plum #D8A1D7
RGB
CMYK
RGB Variations
Color information
#D8A1D7 (or 0xD8A1D7) is known color: Plum. HEX triplet: D8, A1 and D7. RGB value is (216,161,215). Sum of RGB (Red+Green+Blue) = 216+161+215=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A1D7 is #275E28. Grayscale: #B7B7B7. Windows color (decimal): -2580009 or 14131672. OLE color: 14131672.
HSL color Cylindrical-coordinate representation of color #D8A1D7: hue angle of 301.09º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1D7 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 215 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.15 |
| HSL | 301.09º | 0.41% | 0.74% | - |
| HSV(B) | 301.09º | 0.25% | 0.85% | - |
| XYZ | 53.33 | 44.99 | 70.16 | - |
| YUV | 183.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 215 | 0 | 0.25 | 0.00 | 0.15 | 301.09 | 0.41 | 0.74 |
| Hex | D8 | A1 | D7 | 0 | 19 | 0 | F | 12D | 29 | 4A |
| Octal | 330 | 241 | 327 | 0 | 31 | 0 | 17 | 455 | 51 | 112 |
| Binary | 11011000 | 10100001 | 11010111 | 0 | 11001 | 0 | 1111 | 100101101 | 101001 | 1001010 |
Color Harmonies of #D8A1D7
Complementary color
Monochromatic Colors of #D8A1D7
Black with #D8A1D7
Text Example
Text Example
White with #D8A1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1D7; }
p { color: rgb(216,161,215); }
H1.HeaderClassName
{
color: #D8A1D7;
}
.AnyTagClassName
{
color: #D8A1D7;
}
</style>
background-color css
<style>
a { background-color: #D8A1D7; }
a { background-color: rgb(216,161,215); }
div.DivClassName
{
background-color: #D8A1D7;
}
.BgClassName
{
background-color: #D8A1D7;
}
</style>
border-color css
<style>
span { border-color: #D8A1D7; }
span { border-color: rgb(216,161,215); }
td.TdClassName
{
border-color: #D8A1D7;
}
.TagClassName
{
border-color: #D8A1D7;
}
</style>