Shades of Mauve #DF94F7
Tints of Mauve #DF94F7
RGB
CMYK
RGB Variations
Color information
#DF94F7 (or 0xDF94F7) is known color: Mauve. HEX triplet: DF, 94 and F7. RGB value is (223,148,247). Sum of RGB (Red+Green+Blue) = 223+148+247=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF94F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94F7 is #206B08. Grayscale: #B5B5B5. Windows color (decimal): -2124553 or 16225503. OLE color: 16225503.
HSL color Cylindrical-coordinate representation of color #DF94F7: hue angle of 285.45º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF94F7 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 148 | 247 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.03 |
| HSL | 285.45º | 0.86% | 0.77% | - |
| HSV(B) | 285.45º | 0.4% | 0.97% | - |
| XYZ | 57.81 | 43.58 | 93.36 | - |
| YUV | 181.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 247 | 0.10 | 0.40 | 0 | 0.03 | 285.45 | 0.86 | 0.77 |
| Hex | DF | 94 | F7 | A | 28 | 0 | 3 | 11D | 56 | 4D |
| Octal | 337 | 224 | 367 | 12 | 50 | 0 | 3 | 435 | 126 | 115 |
| Binary | 11011111 | 10010100 | 11110111 | 1010 | 101000 | 0 | 11 | 100011101 | 1010110 | 1001101 |
Color Harmonies of #DF94F7
Complementary color
Monochromatic Colors of #DF94F7
Black with #DF94F7
Text Example
Text Example
White with #DF94F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94F7; }
p { color: rgb(223,148,247); }
H1.HeaderClassName
{
color: #DF94F7;
}
.AnyTagClassName
{
color: #DF94F7;
}
</style>
background-color css
<style>
a { background-color: #DF94F7; }
a { background-color: rgb(223,148,247); }
div.DivClassName
{
background-color: #DF94F7;
}
.BgClassName
{
background-color: #DF94F7;
}
</style>
border-color css
<style>
span { border-color: #DF94F7; }
span { border-color: rgb(223,148,247); }
td.TdClassName
{
border-color: #DF94F7;
}
.TagClassName
{
border-color: #DF94F7;
}
</style>