Shades of Mauve #DF98FB
Tints of Mauve #DF98FB
RGB
CMYK
RGB Variations
Color information
#DF98FB (or 0xDF98FB) is known color: Mauve. HEX triplet: DF, 98 and FB. RGB value is (223,152,251). Sum of RGB (Red+Green+Blue) = 223+152+251=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF98FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98FB is #206704. Grayscale: #B8B8B8. Windows color (decimal): -2123525 or 16488671. OLE color: 16488671.
HSL color Cylindrical-coordinate representation of color #DF98FB: hue angle of 283.03º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF98FB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 152 | 251 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.02 |
| HSL | 283.03º | 0.93% | 0.79% | - |
| HSV(B) | 283.03º | 0.39% | 0.98% | - |
| XYZ | 59.07 | 45.11 | 96.86 | - |
| YUV | 184.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 251 | 0.11 | 0.39 | 0 | 0.02 | 283.03 | 0.93 | 0.79 |
| Hex | DF | 98 | FB | B | 27 | 0 | 2 | 11B | 5D | 4F |
| Octal | 337 | 230 | 373 | 13 | 47 | 0 | 2 | 433 | 135 | 117 |
| Binary | 11011111 | 10011000 | 11111011 | 1011 | 100111 | 0 | 10 | 100011011 | 1011101 | 1001111 |
Color Harmonies of #DF98FB
Complementary color
Monochromatic Colors of #DF98FB
Black with #DF98FB
Text Example
Text Example
White with #DF98FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF98FB; }
p { color: rgb(223,152,251); }
H1.HeaderClassName
{
color: #DF98FB;
}
.AnyTagClassName
{
color: #DF98FB;
}
</style>
background-color css
<style>
a { background-color: #DF98FB; }
a { background-color: rgb(223,152,251); }
div.DivClassName
{
background-color: #DF98FB;
}
.BgClassName
{
background-color: #DF98FB;
}
</style>
border-color css
<style>
span { border-color: #DF98FB; }
span { border-color: rgb(223,152,251); }
td.TdClassName
{
border-color: #DF98FB;
}
.TagClassName
{
border-color: #DF98FB;
}
</style>