Shades of Plum #D89FDA
Tints of Plum #D89FDA
RGB
CMYK
RGB Variations
Color information
#D89FDA (or 0xD89FDA) is known color: Plum. HEX triplet: D8, 9F and DA. RGB value is (216,159,218). Sum of RGB (Red+Green+Blue) = 216+159+218=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89FDA is #276025. Grayscale: #B6B6B6. Windows color (decimal): -2580518 or 14327768. OLE color: 14327768.
HSL color Cylindrical-coordinate representation of color #D89FDA: hue angle of 297.97º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89FDA is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 218 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.15 |
| HSL | 297.97º | 0.44% | 0.74% | - |
| HSV(B) | 297.97º | 0.27% | 0.85% | - |
| XYZ | 53.37 | 44.46 | 72.1 | - |
| YUV | 182.77 | 147.88 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 218 | 0.01 | 0.27 | 0 | 0.15 | 297.97 | 0.44 | 0.74 |
| Hex | D8 | 9F | DA | 1 | 1B | 0 | F | 12A | 2C | 4A |
| Octal | 330 | 237 | 332 | 1 | 33 | 0 | 17 | 452 | 54 | 112 |
| Binary | 11011000 | 10011111 | 11011010 | 1 | 11011 | 0 | 1111 | 100101010 | 101100 | 1001010 |
Color Harmonies of #D89FDA
Complementary color
Monochromatic Colors of #D89FDA
Black with #D89FDA
Text Example
Text Example
White with #D89FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89FDA; }
p { color: rgb(216,159,218); }
H1.HeaderClassName
{
color: #D89FDA;
}
.AnyTagClassName
{
color: #D89FDA;
}
</style>
background-color css
<style>
a { background-color: #D89FDA; }
a { background-color: rgb(216,159,218); }
div.DivClassName
{
background-color: #D89FDA;
}
.BgClassName
{
background-color: #D89FDA;
}
</style>
border-color css
<style>
span { border-color: #D89FDA; }
span { border-color: rgb(216,159,218); }
td.TdClassName
{
border-color: #D89FDA;
}
.TagClassName
{
border-color: #D89FDA;
}
</style>