Shades of Plum #D98EE8
Tints of Plum #D98EE8
RGB
CMYK
RGB Variations
Color information
#D98EE8 (or 0xD98EE8) is known color: Plum. HEX triplet: D9, 8E and E8. RGB value is (217,142,232). Sum of RGB (Red+Green+Blue) = 217+142+232=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #D98EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98EE8 is #267117. Grayscale: #AEAEAE. Windows color (decimal): -2519320 or 15240921. OLE color: 15240921.
HSL color Cylindrical-coordinate representation of color #D98EE8: hue angle of 290º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98EE8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 142 | 232 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.09 |
| HSL | 290º | 0.66% | 0.73% | - |
| HSV(B) | 290º | 0.39% | 0.91% | - |
| XYZ | 52.85 | 39.92 | 81.26 | - |
| YUV | 174.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 232 | 0.06 | 0.39 | 0 | 0.09 | 290 | 0.66 | 0.73 |
| Hex | D9 | 8E | E8 | 6 | 27 | 0 | 9 | 122 | 42 | 49 |
| Octal | 331 | 216 | 350 | 6 | 47 | 0 | 11 | 442 | 102 | 111 |
| Binary | 11011001 | 10001110 | 11101000 | 110 | 100111 | 0 | 1001 | 100100010 | 1000010 | 1001001 |
Color Harmonies of #D98EE8
Complementary color
Monochromatic Colors of #D98EE8
Black with #D98EE8
Text Example
Text Example
White with #D98EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98EE8; }
p { color: rgb(217,142,232); }
H1.HeaderClassName
{
color: #D98EE8;
}
.AnyTagClassName
{
color: #D98EE8;
}
</style>
background-color css
<style>
a { background-color: #D98EE8; }
a { background-color: rgb(217,142,232); }
div.DivClassName
{
background-color: #D98EE8;
}
.BgClassName
{
background-color: #D98EE8;
}
</style>
border-color css
<style>
span { border-color: #D98EE8; }
span { border-color: rgb(217,142,232); }
td.TdClassName
{
border-color: #D98EE8;
}
.TagClassName
{
border-color: #D98EE8;
}
</style>