Shades of Plum #D8AAD5
Tints of Plum #D8AAD5
RGB
CMYK
RGB Variations
Color information
#D8AAD5 (or 0xD8AAD5) is known color: Plum. HEX triplet: D8, AA and D5. RGB value is (216,170,213). Sum of RGB (Red+Green+Blue) = 216+170+213=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAD5 is #27552A. Grayscale: #BCBCBC. Windows color (decimal): -2577707 or 14002904. OLE color: 14002904.
HSL color Cylindrical-coordinate representation of color #D8AAD5: hue angle of 303.91º 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 #D8AAD5 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 213 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.15 |
| HSL | 303.91º | 0.37% | 0.76% | - |
| HSV(B) | 303.91º | 0.21% | 0.85% | - |
| XYZ | 54.7 | 48.15 | 69.36 | - |
| YUV | 188.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 213 | 0 | 0.21 | 0.01 | 0.15 | 303.91 | 0.37 | 0.76 |
| Hex | D8 | AA | D5 | 0 | 15 | 1 | F | 130 | 25 | 4C |
| Octal | 330 | 252 | 325 | 0 | 25 | 1 | 17 | 460 | 45 | 114 |
| Binary | 11011000 | 10101010 | 11010101 | 0 | 10101 | 1 | 1111 | 100110000 | 100101 | 1001100 |
Color Harmonies of #D8AAD5
Complementary color
Monochromatic Colors of #D8AAD5
Black with #D8AAD5
Text Example
Text Example
White with #D8AAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAD5; }
p { color: rgb(216,170,213); }
H1.HeaderClassName
{
color: #D8AAD5;
}
.AnyTagClassName
{
color: #D8AAD5;
}
</style>
background-color css
<style>
a { background-color: #D8AAD5; }
a { background-color: rgb(216,170,213); }
div.DivClassName
{
background-color: #D8AAD5;
}
.BgClassName
{
background-color: #D8AAD5;
}
</style>
border-color css
<style>
span { border-color: #D8AAD5; }
span { border-color: rgb(216,170,213); }
td.TdClassName
{
border-color: #D8AAD5;
}
.TagClassName
{
border-color: #D8AAD5;
}
</style>