Shades of Plum #D89DD7
Tints of Plum #D89DD7
RGB
CMYK
RGB Variations
Color information
#D89DD7 (or 0xD89DD7) is known color: Plum. HEX triplet: D8, 9D and D7. RGB value is (216,157,215). Sum of RGB (Red+Green+Blue) = 216+157+215=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DD7 is #276228. Grayscale: #B5B5B5. Windows color (decimal): -2581033 or 14130648. OLE color: 14130648.
HSL color Cylindrical-coordinate representation of color #D89DD7: hue angle of 301.02º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89DD7 is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 215 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.15 |
| HSL | 301.02º | 0.43% | 0.73% | - |
| HSV(B) | 301.02º | 0.27% | 0.85% | - |
| XYZ | 52.64 | 43.62 | 69.93 | - |
| YUV | 181.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 215 | 0 | 0.27 | 0.00 | 0.15 | 301.02 | 0.43 | 0.73 |
| Hex | D8 | 9D | D7 | 0 | 1B | 0 | F | 12D | 2B | 49 |
| Octal | 330 | 235 | 327 | 0 | 33 | 0 | 17 | 455 | 53 | 111 |
| Binary | 11011000 | 10011101 | 11010111 | 0 | 11011 | 0 | 1111 | 100101101 | 101011 | 1001001 |
Color Harmonies of #D89DD7
Complementary color
Monochromatic Colors of #D89DD7
Black with #D89DD7
Text Example
Text Example
White with #D89DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DD7; }
p { color: rgb(216,157,215); }
H1.HeaderClassName
{
color: #D89DD7;
}
.AnyTagClassName
{
color: #D89DD7;
}
</style>
background-color css
<style>
a { background-color: #D89DD7; }
a { background-color: rgb(216,157,215); }
div.DivClassName
{
background-color: #D89DD7;
}
.BgClassName
{
background-color: #D89DD7;
}
</style>
border-color css
<style>
span { border-color: #D89DD7; }
span { border-color: rgb(216,157,215); }
td.TdClassName
{
border-color: #D89DD7;
}
.TagClassName
{
border-color: #D89DD7;
}
</style>