Shades of Mauve #DE94F6
Tints of Mauve #DE94F6
RGB
CMYK
RGB Variations
Color information
#DE94F6 (or 0xDE94F6) is known color: Mauve. HEX triplet: DE, 94 and F6. RGB value is (222,148,246). Sum of RGB (Red+Green+Blue) = 222+148+246=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94F6 is #216B09. Grayscale: #B4B4B4. Windows color (decimal): -2190090 or 16159966. OLE color: 16159966.
HSL color Cylindrical-coordinate representation of color #DE94F6: hue angle of 285.31º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE94F6 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 148 | 246 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.04 |
| HSL | 285.31º | 0.84% | 0.77% | - |
| HSV(B) | 285.31º | 0.4% | 0.96% | - |
| XYZ | 57.35 | 43.36 | 92.54 | - |
| YUV | 181.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 246 | 0.10 | 0.40 | 0 | 0.04 | 285.31 | 0.84 | 0.77 |
| Hex | DE | 94 | F6 | A | 28 | 0 | 4 | 11D | 54 | 4D |
| Octal | 336 | 224 | 366 | 12 | 50 | 0 | 4 | 435 | 124 | 115 |
| Binary | 11011110 | 10010100 | 11110110 | 1010 | 101000 | 0 | 100 | 100011101 | 1010100 | 1001101 |
Color Harmonies of #DE94F6
Complementary color
Monochromatic Colors of #DE94F6
Black with #DE94F6
Text Example
Text Example
White with #DE94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94F6; }
p { color: rgb(222,148,246); }
H1.HeaderClassName
{
color: #DE94F6;
}
.AnyTagClassName
{
color: #DE94F6;
}
</style>
background-color css
<style>
a { background-color: #DE94F6; }
a { background-color: rgb(222,148,246); }
div.DivClassName
{
background-color: #DE94F6;
}
.BgClassName
{
background-color: #DE94F6;
}
</style>
border-color css
<style>
span { border-color: #DE94F6; }
span { border-color: rgb(222,148,246); }
td.TdClassName
{
border-color: #DE94F6;
}
.TagClassName
{
border-color: #DE94F6;
}
</style>