Shades of Plum #D98CE8
Tints of Plum #D98CE8
RGB
CMYK
RGB Variations
Color information
#D98CE8 (or 0xD98CE8) is known color: Plum. HEX triplet: D9, 8C and E8. RGB value is (217,140,232). Sum of RGB (Red+Green+Blue) = 217+140+232=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #D98CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CE8 is #267317. Grayscale: #ADADAD. Windows color (decimal): -2519832 or 15240409. OLE color: 15240409.
HSL color Cylindrical-coordinate representation of color #D98CE8: hue angle of 290.22º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98CE8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 140 | 232 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.09 |
| HSL | 290.22º | 0.67% | 0.73% | - |
| HSV(B) | 290.22º | 0.4% | 0.91% | - |
| XYZ | 52.56 | 39.33 | 81.17 | - |
| YUV | 173.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 232 | 0.06 | 0.40 | 0 | 0.09 | 290.22 | 0.67 | 0.73 |
| Hex | D9 | 8C | E8 | 6 | 28 | 0 | 9 | 122 | 43 | 49 |
| Octal | 331 | 214 | 350 | 6 | 50 | 0 | 11 | 442 | 103 | 111 |
| Binary | 11011001 | 10001100 | 11101000 | 110 | 101000 | 0 | 1001 | 100100010 | 1000011 | 1001001 |
Color Harmonies of #D98CE8
Complementary color
Monochromatic Colors of #D98CE8
Black with #D98CE8
Text Example
Text Example
White with #D98CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CE8; }
p { color: rgb(217,140,232); }
H1.HeaderClassName
{
color: #D98CE8;
}
.AnyTagClassName
{
color: #D98CE8;
}
</style>
background-color css
<style>
a { background-color: #D98CE8; }
a { background-color: rgb(217,140,232); }
div.DivClassName
{
background-color: #D98CE8;
}
.BgClassName
{
background-color: #D98CE8;
}
</style>
border-color css
<style>
span { border-color: #D98CE8; }
span { border-color: rgb(217,140,232); }
td.TdClassName
{
border-color: #D98CE8;
}
.TagClassName
{
border-color: #D98CE8;
}
</style>