Shades of Plum #DF98D7
Tints of Plum #DF98D7
RGB
CMYK
RGB Variations
Color information
#DF98D7 (or 0xDF98D7) is known color: Plum. HEX triplet: DF, 98 and D7. RGB value is (223,152,215). Sum of RGB (Red+Green+Blue) = 223+152+215=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D7 is #206728. Grayscale: #B4B4B4. Windows color (decimal): -2123561 or 14129375. OLE color: 14129375.
HSL color Cylindrical-coordinate representation of color #DF98D7: hue angle of 306.76º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98D7 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 215 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.13 |
| HSL | 306.76º | 0.53% | 0.74% | - |
| HSV(B) | 306.76º | 0.32% | 0.87% | - |
| XYZ | 53.93 | 43.05 | 69.76 | - |
| YUV | 180.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 215 | 0 | 0.32 | 0.04 | 0.13 | 306.76 | 0.53 | 0.74 |
| Hex | DF | 98 | D7 | 0 | 20 | 4 | D | 133 | 35 | 4A |
| Octal | 337 | 230 | 327 | 0 | 40 | 4 | 15 | 463 | 65 | 112 |
| Binary | 11011111 | 10011000 | 11010111 | 0 | 100000 | 100 | 1101 | 100110011 | 110101 | 1001010 |
Color Harmonies of #DF98D7
Complementary color
Monochromatic Colors of #DF98D7
Black with #DF98D7
Text Example
Text Example
White with #DF98D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98D7; }
p { color: rgb(223,152,215); }
H1.HeaderClassName
{
color: #DF98D7;
}
.AnyTagClassName
{
color: #DF98D7;
}
</style>
background-color css
<style>
a { background-color: #DF98D7; }
a { background-color: rgb(223,152,215); }
div.DivClassName
{
background-color: #DF98D7;
}
.BgClassName
{
background-color: #DF98D7;
}
</style>
border-color css
<style>
span { border-color: #DF98D7; }
span { border-color: rgb(223,152,215); }
td.TdClassName
{
border-color: #DF98D7;
}
.TagClassName
{
border-color: #DF98D7;
}
</style>