Shades of Plum #D89FE6
Tints of Plum #D89FE6
RGB
CMYK
RGB Variations
Color information
#D89FE6 (or 0xD89FE6) is known color: Plum. HEX triplet: D8, 9F and E6. RGB value is (216,159,230). Sum of RGB (Red+Green+Blue) = 216+159+230=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #D89FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D89FE6 is #276019. Grayscale: #B7B7B7. Windows color (decimal): -2580506 or 15114200. OLE color: 15114200.
HSL color Cylindrical-coordinate representation of color #D89FE6: hue angle of 288.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89FE6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 159 | 230 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.10 |
| HSL | 288.17º | 0.59% | 0.76% | - |
| HSV(B) | 288.17º | 0.31% | 0.9% | - |
| XYZ | 55 | 45.11 | 80.67 | - |
| YUV | 184.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 230 | 0.06 | 0.31 | 0 | 0.10 | 288.17 | 0.59 | 0.76 |
| Hex | D8 | 9F | E6 | 6 | 1F | 0 | A | 120 | 3B | 4C |
| Octal | 330 | 237 | 346 | 6 | 37 | 0 | 12 | 440 | 73 | 114 |
| Binary | 11011000 | 10011111 | 11100110 | 110 | 11111 | 0 | 1010 | 100100000 | 111011 | 1001100 |
Color Harmonies of #D89FE6
Complementary color
Monochromatic Colors of #D89FE6
Black with #D89FE6
Text Example
Text Example
White with #D89FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FE6; }
p { color: rgb(216,159,230); }
H1.HeaderClassName
{
color: #D89FE6;
}
.AnyTagClassName
{
color: #D89FE6;
}
</style>
background-color css
<style>
a { background-color: #D89FE6; }
a { background-color: rgb(216,159,230); }
div.DivClassName
{
background-color: #D89FE6;
}
.BgClassName
{
background-color: #D89FE6;
}
</style>
border-color css
<style>
span { border-color: #D89FE6; }
span { border-color: rgb(216,159,230); }
td.TdClassName
{
border-color: #D89FE6;
}
.TagClassName
{
border-color: #D89FE6;
}
</style>