Shades of Mauve #DF96FE
Tints of Mauve #DF96FE
RGB
CMYK
RGB Variations
Color information
#DF96FE (or 0xDF96FE) is known color: Mauve. HEX triplet: DF, 96 and FE. RGB value is (223,150,254). Sum of RGB (Red+Green+Blue) = 223+150+254=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96FE is #206901. Grayscale: #B7B7B7. Windows color (decimal): -2124034 or 16684767. OLE color: 16684767.
HSL color Cylindrical-coordinate representation of color #DF96FE: hue angle of 282.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF96FE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 150 | 254 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.00 |
| HSL | 282.12º | 0.98% | 0.79% | - |
| HSV(B) | 282.12º | 0.41% | 1% | - |
| XYZ | 59.23 | 44.66 | 99.26 | - |
| YUV | 183.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 254 | 0.12 | 0.41 | 0 | 0.00 | 282.12 | 0.98 | 0.79 |
| Hex | DF | 96 | FE | C | 29 | 0 | 0 | 11A | 62 | 4F |
| Octal | 337 | 226 | 376 | 14 | 51 | 0 | 0 | 432 | 142 | 117 |
| Binary | 11011111 | 10010110 | 11111110 | 1100 | 101001 | 0 | 0 | 100011010 | 1100010 | 1001111 |
Color Harmonies of #DF96FE
Complementary color
Monochromatic Colors of #DF96FE
Black with #DF96FE
Text Example
Text Example
White with #DF96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF96FE; }
p { color: rgb(223,150,254); }
H1.HeaderClassName
{
color: #DF96FE;
}
.AnyTagClassName
{
color: #DF96FE;
}
</style>
background-color css
<style>
a { background-color: #DF96FE; }
a { background-color: rgb(223,150,254); }
div.DivClassName
{
background-color: #DF96FE;
}
.BgClassName
{
background-color: #DF96FE;
}
</style>
border-color css
<style>
span { border-color: #DF96FE; }
span { border-color: rgb(223,150,254); }
td.TdClassName
{
border-color: #DF96FE;
}
.TagClassName
{
border-color: #DF96FE;
}
</style>