Shades of Plum #D89DDE
Tints of Plum #D89DDE
RGB
CMYK
RGB Variations
Color information
#D89DDE (or 0xD89DDE) is known color: Plum. HEX triplet: D8, 9D and DE. RGB value is (216,157,222). Sum of RGB (Red+Green+Blue) = 216+157+222=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #D89DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D89DDE is #276221. Grayscale: #B5B5B5. Windows color (decimal): -2581026 or 14589400. OLE color: 14589400.
HSL color Cylindrical-coordinate representation of color #D89DDE: hue angle of 294.46º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89DDE is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 157 | 222 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.13 |
| HSL | 294.46º | 0.5% | 0.74% | - |
| HSV(B) | 294.46º | 0.29% | 0.87% | - |
| XYZ | 53.56 | 43.99 | 74.77 | - |
| YUV | 182.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 222 | 0.03 | 0.29 | 0 | 0.13 | 294.46 | 0.5 | 0.74 |
| Hex | D8 | 9D | DE | 3 | 1D | 0 | D | 126 | 32 | 4A |
| Octal | 330 | 235 | 336 | 3 | 35 | 0 | 15 | 446 | 62 | 112 |
| Binary | 11011000 | 10011101 | 11011110 | 11 | 11101 | 0 | 1101 | 100100110 | 110010 | 1001010 |
Color Harmonies of #D89DDE
Complementary color
Monochromatic Colors of #D89DDE
Black with #D89DDE
Text Example
Text Example
White with #D89DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89DDE; }
p { color: rgb(216,157,222); }
H1.HeaderClassName
{
color: #D89DDE;
}
.AnyTagClassName
{
color: #D89DDE;
}
</style>
background-color css
<style>
a { background-color: #D89DDE; }
a { background-color: rgb(216,157,222); }
div.DivClassName
{
background-color: #D89DDE;
}
.BgClassName
{
background-color: #D89DDE;
}
</style>
border-color css
<style>
span { border-color: #D89DDE; }
span { border-color: rgb(216,157,222); }
td.TdClassName
{
border-color: #D89DDE;
}
.TagClassName
{
border-color: #D89DDE;
}
</style>