Shades of Plum #D89ADA
Tints of Plum #D89ADA
RGB
CMYK
RGB Variations
Color information
#D89ADA (or 0xD89ADA) is known color: Plum. HEX triplet: D8, 9A and DA. RGB value is (216,154,218). Sum of RGB (Red+Green+Blue) = 216+154+218=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #D89ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADA is #276525. Grayscale: #B3B3B3. Windows color (decimal): -2581798 or 14326488. OLE color: 14326488.
HSL color Cylindrical-coordinate representation of color #D89ADA: hue angle of 298.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89ADA is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 218 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.15 |
| HSL | 298.13º | 0.46% | 0.73% | - |
| HSV(B) | 298.13º | 0.29% | 0.85% | - |
| XYZ | 52.53 | 42.77 | 71.82 | - |
| YUV | 179.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 218 | 0.01 | 0.29 | 0 | 0.15 | 298.13 | 0.46 | 0.73 |
| Hex | D8 | 9A | DA | 1 | 1D | 0 | F | 12A | 2E | 49 |
| Octal | 330 | 232 | 332 | 1 | 35 | 0 | 17 | 452 | 56 | 111 |
| Binary | 11011000 | 10011010 | 11011010 | 1 | 11101 | 0 | 1111 | 100101010 | 101110 | 1001001 |
Color Harmonies of #D89ADA
Complementary color
Monochromatic Colors of #D89ADA
Black with #D89ADA
Text Example
Text Example
White with #D89ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ADA; }
p { color: rgb(216,154,218); }
H1.HeaderClassName
{
color: #D89ADA;
}
.AnyTagClassName
{
color: #D89ADA;
}
</style>
background-color css
<style>
a { background-color: #D89ADA; }
a { background-color: rgb(216,154,218); }
div.DivClassName
{
background-color: #D89ADA;
}
.BgClassName
{
background-color: #D89ADA;
}
</style>
border-color css
<style>
span { border-color: #D89ADA; }
span { border-color: rgb(216,154,218); }
td.TdClassName
{
border-color: #D89ADA;
}
.TagClassName
{
border-color: #D89ADA;
}
</style>