Shades of Mauve #DF98FE
Tints of Mauve #DF98FE
RGB
CMYK
RGB Variations
Color information
#DF98FE (or 0xDF98FE) is known color: Mauve. HEX triplet: DF, 98 and FE. RGB value is (223,152,254). Sum of RGB (Red+Green+Blue) = 223+152+254=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FE is #206701. Grayscale: #B8B8B8. Windows color (decimal): -2123522 or 16685279. OLE color: 16685279.
HSL color Cylindrical-coordinate representation of color #DF98FE: hue angle of 281.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF98FE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 152 | 254 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.00 |
| HSL | 281.76º | 0.98% | 0.8% | - |
| HSV(B) | 281.76º | 0.4% | 1% | - |
| XYZ | 59.55 | 45.3 | 99.37 | - |
| YUV | 184.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 254 | 0.12 | 0.40 | 0 | 0.00 | 281.76 | 0.98 | 0.8 |
| Hex | DF | 98 | FE | C | 28 | 0 | 0 | 11A | 62 | 50 |
| Octal | 337 | 230 | 376 | 14 | 50 | 0 | 0 | 432 | 142 | 120 |
| Binary | 11011111 | 10011000 | 11111110 | 1100 | 101000 | 0 | 0 | 100011010 | 1100010 | 1010000 |
Color Harmonies of #DF98FE
Complementary color
Monochromatic Colors of #DF98FE
Black with #DF98FE
Text Example
Text Example
White with #DF98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98FE; }
p { color: rgb(223,152,254); }
H1.HeaderClassName
{
color: #DF98FE;
}
.AnyTagClassName
{
color: #DF98FE;
}
</style>
background-color css
<style>
a { background-color: #DF98FE; }
a { background-color: rgb(223,152,254); }
div.DivClassName
{
background-color: #DF98FE;
}
.BgClassName
{
background-color: #DF98FE;
}
</style>
border-color css
<style>
span { border-color: #DF98FE; }
span { border-color: rgb(223,152,254); }
td.TdClassName
{
border-color: #DF98FE;
}
.TagClassName
{
border-color: #DF98FE;
}
</style>