Shades of Plum #D98CE1
Tints of Plum #D98CE1
RGB
CMYK
RGB Variations
Color information
#D98CE1 (or 0xD98CE1) is known color: Plum. HEX triplet: D9, 8C and E1. RGB value is (217,140,225). Sum of RGB (Red+Green+Blue) = 217+140+225=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #D98CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CE1 is #26731E. Grayscale: #ACACAC. Windows color (decimal): -2519839 or 14781657. OLE color: 14781657.
HSL color Cylindrical-coordinate representation of color #D98CE1: hue angle of 294.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98CE1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 140 | 225 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.12 |
| HSL | 294.35º | 0.59% | 0.72% | - |
| HSV(B) | 294.35º | 0.38% | 0.88% | - |
| XYZ | 51.58 | 38.94 | 76.03 | - |
| YUV | 172.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 225 | 0.04 | 0.38 | 0 | 0.12 | 294.35 | 0.59 | 0.72 |
| Hex | D9 | 8C | E1 | 4 | 26 | 0 | C | 126 | 3B | 48 |
| Octal | 331 | 214 | 341 | 4 | 46 | 0 | 14 | 446 | 73 | 110 |
| Binary | 11011001 | 10001100 | 11100001 | 100 | 100110 | 0 | 1100 | 100100110 | 111011 | 1001000 |
Color Harmonies of #D98CE1
Complementary color
Monochromatic Colors of #D98CE1
Black with #D98CE1
Text Example
Text Example
White with #D98CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CE1; }
p { color: rgb(217,140,225); }
H1.HeaderClassName
{
color: #D98CE1;
}
.AnyTagClassName
{
color: #D98CE1;
}
</style>
background-color css
<style>
a { background-color: #D98CE1; }
a { background-color: rgb(217,140,225); }
div.DivClassName
{
background-color: #D98CE1;
}
.BgClassName
{
background-color: #D98CE1;
}
</style>
border-color css
<style>
span { border-color: #D98CE1; }
span { border-color: rgb(217,140,225); }
td.TdClassName
{
border-color: #D98CE1;
}
.TagClassName
{
border-color: #D98CE1;
}
</style>