Shades of Plum #D89ADF
Tints of Plum #D89ADF
RGB
CMYK
RGB Variations
Color information
#D89ADF (or 0xD89ADF) is known color: Plum. HEX triplet: D8, 9A and DF. RGB value is (216,154,223). Sum of RGB (Red+Green+Blue) = 216+154+223=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D89ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89ADF is #276520. Grayscale: #B4B4B4. Windows color (decimal): -2581793 or 14654168. OLE color: 14654168.
HSL color Cylindrical-coordinate representation of color #D89ADF: hue angle of 293.91º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89ADF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 154 | 223 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.13 |
| HSL | 293.91º | 0.52% | 0.74% | - |
| HSV(B) | 293.91º | 0.31% | 0.87% | - |
| XYZ | 53.19 | 43.04 | 75.32 | - |
| YUV | 180.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 223 | 0.03 | 0.31 | 0 | 0.13 | 293.91 | 0.52 | 0.74 |
| Hex | D8 | 9A | DF | 3 | 1F | 0 | D | 126 | 34 | 4A |
| Octal | 330 | 232 | 337 | 3 | 37 | 0 | 15 | 446 | 64 | 112 |
| Binary | 11011000 | 10011010 | 11011111 | 11 | 11111 | 0 | 1101 | 100100110 | 110100 | 1001010 |
Color Harmonies of #D89ADF
Complementary color
Monochromatic Colors of #D89ADF
Black with #D89ADF
Text Example
Text Example
White with #D89ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89ADF; }
p { color: rgb(216,154,223); }
H1.HeaderClassName
{
color: #D89ADF;
}
.AnyTagClassName
{
color: #D89ADF;
}
</style>
background-color css
<style>
a { background-color: #D89ADF; }
a { background-color: rgb(216,154,223); }
div.DivClassName
{
background-color: #D89ADF;
}
.BgClassName
{
background-color: #D89ADF;
}
</style>
border-color css
<style>
span { border-color: #D89ADF; }
span { border-color: rgb(216,154,223); }
td.TdClassName
{
border-color: #D89ADF;
}
.TagClassName
{
border-color: #D89ADF;
}
</style>