Shades of Plum #D89FDD
Tints of Plum #D89FDD
RGB
CMYK
RGB Variations
Color information
#D89FDD (or 0xD89FDD) is known color: Plum. HEX triplet: D8, 9F and DD. RGB value is (216,159,221). Sum of RGB (Red+Green+Blue) = 216+159+221=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #D89FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDD is #276022. Grayscale: #B6B6B6. Windows color (decimal): -2580515 or 14524376. OLE color: 14524376.
HSL color Cylindrical-coordinate representation of color #D89FDD: hue angle of 295.16º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89FDD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 159 | 221 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.13 |
| HSL | 295.16º | 0.48% | 0.75% | - |
| HSV(B) | 295.16º | 0.28% | 0.87% | - |
| XYZ | 53.77 | 44.62 | 74.18 | - |
| YUV | 183.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 221 | 0.02 | 0.28 | 0 | 0.13 | 295.16 | 0.48 | 0.75 |
| Hex | D8 | 9F | DD | 2 | 1C | 0 | D | 127 | 30 | 4B |
| Octal | 330 | 237 | 335 | 2 | 34 | 0 | 15 | 447 | 60 | 113 |
| Binary | 11011000 | 10011111 | 11011101 | 10 | 11100 | 0 | 1101 | 100100111 | 110000 | 1001011 |
Color Harmonies of #D89FDD
Complementary color
Monochromatic Colors of #D89FDD
Black with #D89FDD
Text Example
Text Example
White with #D89FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FDD; }
p { color: rgb(216,159,221); }
H1.HeaderClassName
{
color: #D89FDD;
}
.AnyTagClassName
{
color: #D89FDD;
}
</style>
background-color css
<style>
a { background-color: #D89FDD; }
a { background-color: rgb(216,159,221); }
div.DivClassName
{
background-color: #D89FDD;
}
.BgClassName
{
background-color: #D89FDD;
}
</style>
border-color css
<style>
span { border-color: #D89FDD; }
span { border-color: rgb(216,159,221); }
td.TdClassName
{
border-color: #D89FDD;
}
.TagClassName
{
border-color: #D89FDD;
}
</style>