Shades of Plum #D89FDE
Tints of Plum #D89FDE
RGB
CMYK
RGB Variations
Color information
#D89FDE (or 0xD89FDE) is known color: Plum. HEX triplet: D8, 9F and DE. RGB value is (216,159,222). Sum of RGB (Red+Green+Blue) = 216+159+222=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDE is #276021. Grayscale: #B7B7B7. Windows color (decimal): -2580514 or 14589912. OLE color: 14589912.
HSL color Cylindrical-coordinate representation of color #D89FDE: hue angle of 294.29º degrees, saturation: 0.49, 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 #D89FDE is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 159 | 222 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.13 |
| HSL | 294.29º | 0.49% | 0.75% | - |
| HSV(B) | 294.29º | 0.28% | 0.87% | - |
| XYZ | 53.9 | 44.67 | 74.89 | - |
| YUV | 183.23 | 149.88 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 222 | 0.03 | 0.28 | 0 | 0.13 | 294.29 | 0.49 | 0.75 |
| Hex | D8 | 9F | DE | 3 | 1C | 0 | D | 126 | 31 | 4B |
| Octal | 330 | 237 | 336 | 3 | 34 | 0 | 15 | 446 | 61 | 113 |
| Binary | 11011000 | 10011111 | 11011110 | 11 | 11100 | 0 | 1101 | 100100110 | 110001 | 1001011 |
Color Harmonies of #D89FDE
Complementary color
Monochromatic Colors of #D89FDE
Black with #D89FDE
Text Example
Text Example
White with #D89FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FDE; }
p { color: rgb(216,159,222); }
H1.HeaderClassName
{
color: #D89FDE;
}
.AnyTagClassName
{
color: #D89FDE;
}
</style>
background-color css
<style>
a { background-color: #D89FDE; }
a { background-color: rgb(216,159,222); }
div.DivClassName
{
background-color: #D89FDE;
}
.BgClassName
{
background-color: #D89FDE;
}
</style>
border-color css
<style>
span { border-color: #D89FDE; }
span { border-color: rgb(216,159,222); }
td.TdClassName
{
border-color: #D89FDE;
}
.TagClassName
{
border-color: #D89FDE;
}
</style>