Shades of Plum #DF98E0
Tints of Plum #DF98E0
RGB
CMYK
RGB Variations
Color information
#DF98E0 (or 0xDF98E0) is known color: Plum. HEX triplet: DF, 98 and E0. RGB value is (223,152,224). Sum of RGB (Red+Green+Blue) = 223+152+224=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98E0 is #20671F. Grayscale: #B5B5B5. Windows color (decimal): -2123552 or 14719199. OLE color: 14719199.
HSL color Cylindrical-coordinate representation of color #DF98E0: hue angle of 299.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98E0 is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 152 | 224 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.12 |
| HSL | 299.17º | 0.54% | 0.74% | - |
| HSV(B) | 299.17º | 0.32% | 0.88% | - |
| XYZ | 55.11 | 43.53 | 76.02 | - |
| YUV | 181.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 224 | 0.00 | 0.32 | 0 | 0.12 | 299.17 | 0.54 | 0.74 |
| Hex | DF | 98 | E0 | 0 | 20 | 0 | C | 12B | 36 | 4A |
| Octal | 337 | 230 | 340 | 0 | 40 | 0 | 14 | 453 | 66 | 112 |
| Binary | 11011111 | 10011000 | 11100000 | 0 | 100000 | 0 | 1100 | 100101011 | 110110 | 1001010 |
Color Harmonies of #DF98E0
Complementary color
Monochromatic Colors of #DF98E0
Black with #DF98E0
Text Example
Text Example
White with #DF98E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98E0; }
p { color: rgb(223,152,224); }
H1.HeaderClassName
{
color: #DF98E0;
}
.AnyTagClassName
{
color: #DF98E0;
}
</style>
background-color css
<style>
a { background-color: #DF98E0; }
a { background-color: rgb(223,152,224); }
div.DivClassName
{
background-color: #DF98E0;
}
.BgClassName
{
background-color: #DF98E0;
}
</style>
border-color css
<style>
span { border-color: #DF98E0; }
span { border-color: rgb(223,152,224); }
td.TdClassName
{
border-color: #DF98E0;
}
.TagClassName
{
border-color: #DF98E0;
}
</style>