Shades of Plum #D98CE2
Tints of Plum #D98CE2
RGB
CMYK
RGB Variations
Color information
#D98CE2 (or 0xD98CE2) is known color: Plum. HEX triplet: D9, 8C and E2. RGB value is (217,140,226). Sum of RGB (Red+Green+Blue) = 217+140+226=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #D98CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CE2 is #26731D. Grayscale: #ACACAC. Windows color (decimal): -2519838 or 14847193. OLE color: 14847193.
HSL color Cylindrical-coordinate representation of color #D98CE2: hue angle of 293.72º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98CE2 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 140 | 226 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.11 |
| HSL | 293.72º | 0.6% | 0.72% | - |
| HSV(B) | 293.72º | 0.38% | 0.89% | - |
| XYZ | 51.72 | 39 | 76.75 | - |
| YUV | 172.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 226 | 0.04 | 0.38 | 0 | 0.11 | 293.72 | 0.6 | 0.72 |
| Hex | D9 | 8C | E2 | 4 | 26 | 0 | B | 126 | 3C | 48 |
| Octal | 331 | 214 | 342 | 4 | 46 | 0 | 13 | 446 | 74 | 110 |
| Binary | 11011001 | 10001100 | 11100010 | 100 | 100110 | 0 | 1011 | 100100110 | 111100 | 1001000 |
Color Harmonies of #D98CE2
Complementary color
Monochromatic Colors of #D98CE2
Black with #D98CE2
Text Example
Text Example
White with #D98CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CE2; }
p { color: rgb(217,140,226); }
H1.HeaderClassName
{
color: #D98CE2;
}
.AnyTagClassName
{
color: #D98CE2;
}
</style>
background-color css
<style>
a { background-color: #D98CE2; }
a { background-color: rgb(217,140,226); }
div.DivClassName
{
background-color: #D98CE2;
}
.BgClassName
{
background-color: #D98CE2;
}
</style>
border-color css
<style>
span { border-color: #D98CE2; }
span { border-color: rgb(217,140,226); }
td.TdClassName
{
border-color: #D98CE2;
}
.TagClassName
{
border-color: #D98CE2;
}
</style>