Shades of Plum #D8AAD7
Tints of Plum #D8AAD7
RGB
CMYK
RGB Variations
Color information
#D8AAD7 (or 0xD8AAD7) is known color: Plum. HEX triplet: D8, AA and D7. RGB value is (216,170,215). Sum of RGB (Red+Green+Blue) = 216+170+215=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAD7 is #275528. Grayscale: #BCBCBC. Windows color (decimal): -2577705 or 14133976. OLE color: 14133976.
HSL color Cylindrical-coordinate representation of color #D8AAD7: hue angle of 301.3º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAD7 is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 215 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.15 |
| HSL | 301.3º | 0.37% | 0.76% | - |
| HSV(B) | 301.3º | 0.21% | 0.85% | - |
| XYZ | 54.96 | 48.25 | 70.71 | - |
| YUV | 188.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 215 | 0 | 0.21 | 0.00 | 0.15 | 301.3 | 0.37 | 0.76 |
| Hex | D8 | AA | D7 | 0 | 15 | 0 | F | 12D | 25 | 4C |
| Octal | 330 | 252 | 327 | 0 | 25 | 0 | 17 | 455 | 45 | 114 |
| Binary | 11011000 | 10101010 | 11010111 | 0 | 10101 | 0 | 1111 | 100101101 | 100101 | 1001100 |
Color Harmonies of #D8AAD7
Complementary color
Monochromatic Colors of #D8AAD7
Black with #D8AAD7
Text Example
Text Example
White with #D8AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAD7; }
p { color: rgb(216,170,215); }
H1.HeaderClassName
{
color: #D8AAD7;
}
.AnyTagClassName
{
color: #D8AAD7;
}
</style>
background-color css
<style>
a { background-color: #D8AAD7; }
a { background-color: rgb(216,170,215); }
div.DivClassName
{
background-color: #D8AAD7;
}
.BgClassName
{
background-color: #D8AAD7;
}
</style>
border-color css
<style>
span { border-color: #D8AAD7; }
span { border-color: rgb(216,170,215); }
td.TdClassName
{
border-color: #D8AAD7;
}
.TagClassName
{
border-color: #D8AAD7;
}
</style>