Shades of Plum #D98DE8
Tints of Plum #D98DE8
RGB
CMYK
RGB Variations
Color information
#D98DE8 (or 0xD98DE8) is known color: Plum. HEX triplet: D9, 8D and E8. RGB value is (217,141,232). Sum of RGB (Red+Green+Blue) = 217+141+232=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #D98DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98DE8 is #267217. Grayscale: #ADADAD. Windows color (decimal): -2519576 or 15240665. OLE color: 15240665.
HSL color Cylindrical-coordinate representation of color #D98DE8: hue angle of 290.11º 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 #D98DE8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 141 | 232 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.09 |
| HSL | 290.11º | 0.66% | 0.73% | - |
| HSV(B) | 290.11º | 0.39% | 0.91% | - |
| XYZ | 52.71 | 39.63 | 81.21 | - |
| YUV | 174.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 232 | 0.06 | 0.39 | 0 | 0.09 | 290.11 | 0.66 | 0.73 |
| Hex | D9 | 8D | E8 | 6 | 27 | 0 | 9 | 122 | 42 | 49 |
| Octal | 331 | 215 | 350 | 6 | 47 | 0 | 11 | 442 | 102 | 111 |
| Binary | 11011001 | 10001101 | 11101000 | 110 | 100111 | 0 | 1001 | 100100010 | 1000010 | 1001001 |
Color Harmonies of #D98DE8
Complementary color
Monochromatic Colors of #D98DE8
Black with #D98DE8
Text Example
Text Example
White with #D98DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DE8; }
p { color: rgb(217,141,232); }
H1.HeaderClassName
{
color: #D98DE8;
}
.AnyTagClassName
{
color: #D98DE8;
}
</style>
background-color css
<style>
a { background-color: #D98DE8; }
a { background-color: rgb(217,141,232); }
div.DivClassName
{
background-color: #D98DE8;
}
.BgClassName
{
background-color: #D98DE8;
}
</style>
border-color css
<style>
span { border-color: #D98DE8; }
span { border-color: rgb(217,141,232); }
td.TdClassName
{
border-color: #D98DE8;
}
.TagClassName
{
border-color: #D98DE8;
}
</style>