Shades of Mauve #DF98FF
Tints of Mauve #DF98FF
RGB
CMYK
RGB Variations
Color information
#DF98FF (or 0xDF98FF) is known color: Mauve. HEX triplet: DF, 98 and FF. RGB value is (223,152,255). Sum of RGB (Red+Green+Blue) = 223+152+255=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FF is #206700. Grayscale: #B8B8B8. Windows color (decimal): -2123521 or 16750815. OLE color: 16750815.
HSL color Cylindrical-coordinate representation of color #DF98FF: hue angle of 281.36º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF98FF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 152 | 255 | - |
| CMYK | 0.13 | 0.40 | 0 | 0 |
| HSL | 281.36º | 1% | 0.8% | - |
| HSV(B) | 281.36º | 0.4% | 1% | - |
| XYZ | 59.71 | 45.36 | 100.22 | - |
| YUV | 184.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 255 | 0.13 | 0.40 | 0 | 0 | 281.36 | 1 | 0.8 |
| Hex | DF | 98 | FF | D | 28 | 0 | 0 | 119 | 64 | 50 |
| Octal | 337 | 230 | 377 | 15 | 50 | 0 | 0 | 431 | 144 | 120 |
| Binary | 11011111 | 10011000 | 11111111 | 1101 | 101000 | 0 | 0 | 100011001 | 1100100 | 1010000 |
Color Harmonies of #DF98FF
Complementary color
Monochromatic Colors of #DF98FF
Black with #DF98FF
Text Example
Text Example
White with #DF98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98FF; }
p { color: rgb(223,152,255); }
H1.HeaderClassName
{
color: #DF98FF;
}
.AnyTagClassName
{
color: #DF98FF;
}
</style>
background-color css
<style>
a { background-color: #DF98FF; }
a { background-color: rgb(223,152,255); }
div.DivClassName
{
background-color: #DF98FF;
}
.BgClassName
{
background-color: #DF98FF;
}
</style>
border-color css
<style>
span { border-color: #DF98FF; }
span { border-color: rgb(223,152,255); }
td.TdClassName
{
border-color: #DF98FF;
}
.TagClassName
{
border-color: #DF98FF;
}
</style>