Shades of Mauve #DF96FA
Tints of Mauve #DF96FA
RGB
CMYK
RGB Variations
Color information
#DF96FA (or 0xDF96FA) is known color: Mauve. HEX triplet: DF, 96 and FA. RGB value is (223,150,250). Sum of RGB (Red+Green+Blue) = 223+150+250=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FA is #206905. Grayscale: #B6B6B6. Windows color (decimal): -2124038 or 16422623. OLE color: 16422623.
HSL color Cylindrical-coordinate representation of color #DF96FA: hue angle of 283.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF96FA is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 150 | 250 | - |
| CMYK | 0.11 | 0.4 | 0 | 0.02 |
| HSL | 283.8º | 0.91% | 0.78% | - |
| HSV(B) | 283.8º | 0.4% | 0.98% | - |
| XYZ | 58.59 | 44.4 | 95.92 | - |
| YUV | 183.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 250 | 0.11 | 0.4 | 0 | 0.02 | 283.8 | 0.91 | 0.78 |
| Hex | DF | 96 | FA | B | 28 | 0 | 2 | 11C | 5B | 4E |
| Octal | 337 | 226 | 372 | 13 | 50 | 0 | 2 | 434 | 133 | 116 |
| Binary | 11011111 | 10010110 | 11111010 | 1011 | 101000 | 0 | 10 | 100011100 | 1011011 | 1001110 |
Color Harmonies of #DF96FA
Complementary color
Monochromatic Colors of #DF96FA
Black with #DF96FA
Text Example
Text Example
White with #DF96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96FA; }
p { color: rgb(223,150,250); }
H1.HeaderClassName
{
color: #DF96FA;
}
.AnyTagClassName
{
color: #DF96FA;
}
</style>
background-color css
<style>
a { background-color: #DF96FA; }
a { background-color: rgb(223,150,250); }
div.DivClassName
{
background-color: #DF96FA;
}
.BgClassName
{
background-color: #DF96FA;
}
</style>
border-color css
<style>
span { border-color: #DF96FA; }
span { border-color: rgb(223,150,250); }
td.TdClassName
{
border-color: #DF96FA;
}
.TagClassName
{
border-color: #DF96FA;
}
</style>