Shades of Plum #D98CE0
Tints of Plum #D98CE0
RGB
CMYK
RGB Variations
Color information
#D98CE0 (or 0xD98CE0) is known color: Plum. HEX triplet: D9, 8C and E0. RGB value is (217,140,224). Sum of RGB (Red+Green+Blue) = 217+140+224=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D98CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CE0 is #26731F. Grayscale: #ACACAC. Windows color (decimal): -2519840 or 14716121. OLE color: 14716121.
HSL color Cylindrical-coordinate representation of color #D98CE0: hue angle of 295º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98CE0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 140 | 224 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.12 |
| HSL | 295º | 0.58% | 0.71% | - |
| HSV(B) | 295º | 0.38% | 0.88% | - |
| XYZ | 51.45 | 38.89 | 75.32 | - |
| YUV | 172.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 224 | 0.03 | 0.38 | 0 | 0.12 | 295 | 0.58 | 0.71 |
| Hex | D9 | 8C | E0 | 3 | 26 | 0 | C | 127 | 3A | 47 |
| Octal | 331 | 214 | 340 | 3 | 46 | 0 | 14 | 447 | 72 | 107 |
| Binary | 11011001 | 10001100 | 11100000 | 11 | 100110 | 0 | 1100 | 100100111 | 111010 | 1000111 |
Color Harmonies of #D98CE0
Complementary color
Monochromatic Colors of #D98CE0
Black with #D98CE0
Text Example
Text Example
White with #D98CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CE0; }
p { color: rgb(217,140,224); }
H1.HeaderClassName
{
color: #D98CE0;
}
.AnyTagClassName
{
color: #D98CE0;
}
</style>
background-color css
<style>
a { background-color: #D98CE0; }
a { background-color: rgb(217,140,224); }
div.DivClassName
{
background-color: #D98CE0;
}
.BgClassName
{
background-color: #D98CE0;
}
</style>
border-color css
<style>
span { border-color: #D98CE0; }
span { border-color: rgb(217,140,224); }
td.TdClassName
{
border-color: #D98CE0;
}
.TagClassName
{
border-color: #D98CE0;
}
</style>