Shades of Plum #D8A0D9
Tints of Plum #D8A0D9
RGB
CMYK
RGB Variations
Color information
#D8A0D9 (or 0xD8A0D9) is known color: Plum. HEX triplet: D8, A0 and D9. RGB value is (216,160,217). Sum of RGB (Red+Green+Blue) = 216+160+217=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #D8A0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0D9 is #275F26. Grayscale: #B7B7B7. Windows color (decimal): -2580263 or 14262488. OLE color: 14262488.
HSL color Cylindrical-coordinate representation of color #D8A0D9: hue angle of 298.95º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0D9 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 217 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.15 |
| HSL | 298.95º | 0.43% | 0.74% | - |
| HSV(B) | 298.95º | 0.26% | 0.85% | - |
| XYZ | 53.41 | 44.75 | 71.47 | - |
| YUV | 183.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 217 | 0.00 | 0.26 | 0 | 0.15 | 298.95 | 0.43 | 0.74 |
| Hex | D8 | A0 | D9 | 0 | 1A | 0 | F | 12B | 2B | 4A |
| Octal | 330 | 240 | 331 | 0 | 32 | 0 | 17 | 453 | 53 | 112 |
| Binary | 11011000 | 10100000 | 11011001 | 0 | 11010 | 0 | 1111 | 100101011 | 101011 | 1001010 |
Color Harmonies of #D8A0D9
Complementary color
Monochromatic Colors of #D8A0D9
Black with #D8A0D9
Text Example
Text Example
White with #D8A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0D9; }
p { color: rgb(216,160,217); }
H1.HeaderClassName
{
color: #D8A0D9;
}
.AnyTagClassName
{
color: #D8A0D9;
}
</style>
background-color css
<style>
a { background-color: #D8A0D9; }
a { background-color: rgb(216,160,217); }
div.DivClassName
{
background-color: #D8A0D9;
}
.BgClassName
{
background-color: #D8A0D9;
}
</style>
border-color css
<style>
span { border-color: #D8A0D9; }
span { border-color: rgb(216,160,217); }
td.TdClassName
{
border-color: #D8A0D9;
}
.TagClassName
{
border-color: #D8A0D9;
}
</style>