Shades of Plum #D98CE6
Tints of Plum #D98CE6
RGB
CMYK
RGB Variations
Color information
#D98CE6 (or 0xD98CE6) is known color: Plum. HEX triplet: D9, 8C and E6. RGB value is (217,140,230). Sum of RGB (Red+Green+Blue) = 217+140+230=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 230 - color contains mainly: blue. Hex color #D98CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CE6 is #267319. Grayscale: #ADADAD. Windows color (decimal): -2519834 or 15109337. OLE color: 15109337.
HSL color Cylindrical-coordinate representation of color #D98CE6: hue angle of 291.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98CE6 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 140 | 230 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.10 |
| HSL | 291.33º | 0.64% | 0.73% | - |
| HSV(B) | 291.33º | 0.39% | 0.9% | - |
| XYZ | 52.28 | 39.22 | 79.68 | - |
| YUV | 173.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 230 | 0.06 | 0.39 | 0 | 0.10 | 291.33 | 0.64 | 0.73 |
| Hex | D9 | 8C | E6 | 6 | 27 | 0 | A | 123 | 40 | 49 |
| Octal | 331 | 214 | 346 | 6 | 47 | 0 | 12 | 443 | 100 | 111 |
| Binary | 11011001 | 10001100 | 11100110 | 110 | 100111 | 0 | 1010 | 100100011 | 1000000 | 1001001 |
Color Harmonies of #D98CE6
Complementary color
Monochromatic Colors of #D98CE6
Black with #D98CE6
Text Example
Text Example
White with #D98CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CE6; }
p { color: rgb(217,140,230); }
H1.HeaderClassName
{
color: #D98CE6;
}
.AnyTagClassName
{
color: #D98CE6;
}
</style>
background-color css
<style>
a { background-color: #D98CE6; }
a { background-color: rgb(217,140,230); }
div.DivClassName
{
background-color: #D98CE6;
}
.BgClassName
{
background-color: #D98CE6;
}
</style>
border-color css
<style>
span { border-color: #D98CE6; }
span { border-color: rgb(217,140,230); }
td.TdClassName
{
border-color: #D98CE6;
}
.TagClassName
{
border-color: #D98CE6;
}
</style>