Shades of Mauve #DF94FF
Tints of Mauve #DF94FF
RGB
CMYK
RGB Variations
Color information
#DF94FF (or 0xDF94FF) is known color: Mauve. HEX triplet: DF, 94 and FF. RGB value is (223,148,255). Sum of RGB (Red+Green+Blue) = 223+148+255=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FF is #206B00. Grayscale: #B6B6B6. Windows color (decimal): -2124545 or 16749791. OLE color: 16749791.
HSL color Cylindrical-coordinate representation of color #DF94FF: hue angle of 282.06º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF94FF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 148 | 255 | - |
| CMYK | 0.13 | 0.42 | 0 | 0 |
| HSL | 282.06º | 1% | 0.79% | - |
| HSV(B) | 282.06º | 0.42% | 1% | - |
| XYZ | 59.07 | 44.09 | 100 | - |
| YUV | 182.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 255 | 0.13 | 0.42 | 0 | 0 | 282.06 | 1 | 0.79 |
| Hex | DF | 94 | FF | D | 2A | 0 | 0 | 11A | 64 | 4F |
| Octal | 337 | 224 | 377 | 15 | 52 | 0 | 0 | 432 | 144 | 117 |
| Binary | 11011111 | 10010100 | 11111111 | 1101 | 101010 | 0 | 0 | 100011010 | 1100100 | 1001111 |
Color Harmonies of #DF94FF
Complementary color
Monochromatic Colors of #DF94FF
Black with #DF94FF
Text Example
Text Example
White with #DF94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF94FF; }
p { color: rgb(223,148,255); }
H1.HeaderClassName
{
color: #DF94FF;
}
.AnyTagClassName
{
color: #DF94FF;
}
</style>
background-color css
<style>
a { background-color: #DF94FF; }
a { background-color: rgb(223,148,255); }
div.DivClassName
{
background-color: #DF94FF;
}
.BgClassName
{
background-color: #DF94FF;
}
</style>
border-color css
<style>
span { border-color: #DF94FF; }
span { border-color: rgb(223,148,255); }
td.TdClassName
{
border-color: #DF94FF;
}
.TagClassName
{
border-color: #DF94FF;
}
</style>