Shades of Mauve #DF96FB
Tints of Mauve #DF96FB
RGB
CMYK
RGB Variations
Color information
#DF96FB (or 0xDF96FB) is known color: Mauve. HEX triplet: DF, 96 and FB. RGB value is (223,150,251). Sum of RGB (Red+Green+Blue) = 223+150+251=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF96FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FB is #206904. Grayscale: #B7B7B7. Windows color (decimal): -2124037 or 16488159. OLE color: 16488159.
HSL color Cylindrical-coordinate representation of color #DF96FB: hue angle of 283.37º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF96FB is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 150 | 251 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.02 |
| HSL | 283.37º | 0.93% | 0.79% | - |
| HSV(B) | 283.37º | 0.4% | 0.98% | - |
| XYZ | 58.75 | 44.47 | 96.75 | - |
| YUV | 183.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 251 | 0.11 | 0.40 | 0 | 0.02 | 283.37 | 0.93 | 0.79 |
| Hex | DF | 96 | FB | B | 28 | 0 | 2 | 11B | 5D | 4F |
| Octal | 337 | 226 | 373 | 13 | 50 | 0 | 2 | 433 | 135 | 117 |
| Binary | 11011111 | 10010110 | 11111011 | 1011 | 101000 | 0 | 10 | 100011011 | 1011101 | 1001111 |
Color Harmonies of #DF96FB
Complementary color
Monochromatic Colors of #DF96FB
Black with #DF96FB
Text Example
Text Example
White with #DF96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96FB; }
p { color: rgb(223,150,251); }
H1.HeaderClassName
{
color: #DF96FB;
}
.AnyTagClassName
{
color: #DF96FB;
}
</style>
background-color css
<style>
a { background-color: #DF96FB; }
a { background-color: rgb(223,150,251); }
div.DivClassName
{
background-color: #DF96FB;
}
.BgClassName
{
background-color: #DF96FB;
}
</style>
border-color css
<style>
span { border-color: #DF96FB; }
span { border-color: rgb(223,150,251); }
td.TdClassName
{
border-color: #DF96FB;
}
.TagClassName
{
border-color: #DF96FB;
}
</style>