Shades of Plum #D89EDF
Tints of Plum #D89EDF
RGB
CMYK
RGB Variations
Color information
#D89EDF (or 0xD89EDF) is known color: Plum. HEX triplet: D8, 9E and DF. RGB value is (216,158,223). Sum of RGB (Red+Green+Blue) = 216+158+223=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D89EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89EDF is #276120. Grayscale: #B6B6B6. Windows color (decimal): -2580769 or 14655192. OLE color: 14655192.
HSL color Cylindrical-coordinate representation of color #D89EDF: hue angle of 293.54º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89EDF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 158 | 223 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.13 |
| HSL | 293.54º | 0.5% | 0.75% | - |
| HSV(B) | 293.54º | 0.29% | 0.87% | - |
| XYZ | 53.87 | 44.38 | 75.54 | - |
| YUV | 182.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 158 | 223 | 0.03 | 0.29 | 0 | 0.13 | 293.54 | 0.5 | 0.75 |
| Hex | D8 | 9E | DF | 3 | 1D | 0 | D | 126 | 32 | 4B |
| Octal | 330 | 236 | 337 | 3 | 35 | 0 | 15 | 446 | 62 | 113 |
| Binary | 11011000 | 10011110 | 11011111 | 11 | 11101 | 0 | 1101 | 100100110 | 110010 | 1001011 |
Color Harmonies of #D89EDF
Complementary color
Monochromatic Colors of #D89EDF
Black with #D89EDF
Text Example
Text Example
White with #D89EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89EDF; }
p { color: rgb(216,158,223); }
H1.HeaderClassName
{
color: #D89EDF;
}
.AnyTagClassName
{
color: #D89EDF;
}
</style>
background-color css
<style>
a { background-color: #D89EDF; }
a { background-color: rgb(216,158,223); }
div.DivClassName
{
background-color: #D89EDF;
}
.BgClassName
{
background-color: #D89EDF;
}
</style>
border-color css
<style>
span { border-color: #D89EDF; }
span { border-color: rgb(216,158,223); }
td.TdClassName
{
border-color: #D89EDF;
}
.TagClassName
{
border-color: #D89EDF;
}
</style>