Shades of Mauve #DF94FA
Tints of Mauve #DF94FA
RGB
CMYK
RGB Variations
Color information
#DF94FA (or 0xDF94FA) is known color: Mauve. HEX triplet: DF, 94 and FA. RGB value is (223,148,250). Sum of RGB (Red+Green+Blue) = 223+148+250=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 148 (58.20% from 255 or 23.83% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF94FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FA is #206B05. Grayscale: #B5B5B5. Windows color (decimal): -2124550 or 16422111. OLE color: 16422111.
HSL color Cylindrical-coordinate representation of color #DF94FA: hue angle of 284.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF94FA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 148 | 250 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.02 |
| HSL | 284.12º | 0.91% | 0.78% | - |
| HSV(B) | 284.12º | 0.41% | 0.98% | - |
| XYZ | 58.28 | 43.77 | 95.82 | - |
| YUV | 182.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 250 | 0.11 | 0.41 | 0 | 0.02 | 284.12 | 0.91 | 0.78 |
| Hex | DF | 94 | FA | B | 29 | 0 | 2 | 11C | 5B | 4E |
| Octal | 337 | 224 | 372 | 13 | 51 | 0 | 2 | 434 | 133 | 116 |
| Binary | 11011111 | 10010100 | 11111010 | 1011 | 101001 | 0 | 10 | 100011100 | 1011011 | 1001110 |
Color Harmonies of #DF94FA
Complementary color
Monochromatic Colors of #DF94FA
Black with #DF94FA
Text Example
Text Example
White with #DF94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94FA; }
p { color: rgb(223,148,250); }
H1.HeaderClassName
{
color: #DF94FA;
}
.AnyTagClassName
{
color: #DF94FA;
}
</style>
background-color css
<style>
a { background-color: #DF94FA; }
a { background-color: rgb(223,148,250); }
div.DivClassName
{
background-color: #DF94FA;
}
.BgClassName
{
background-color: #DF94FA;
}
</style>
border-color css
<style>
span { border-color: #DF94FA; }
span { border-color: rgb(223,148,250); }
td.TdClassName
{
border-color: #DF94FA;
}
.TagClassName
{
border-color: #DF94FA;
}
</style>