Shades of Mauve #DE97F6
Tints of Mauve #DE97F6
RGB
CMYK
RGB Variations
Color information
#DE97F6 (or 0xDE97F6) is known color: Mauve. HEX triplet: DE, 97 and F6. RGB value is (222,151,246). Sum of RGB (Red+Green+Blue) = 222+151+246=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE97F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE97F6 is #216809. Grayscale: #B6B6B6. Windows color (decimal): -2189322 or 16160734. OLE color: 16160734.
HSL color Cylindrical-coordinate representation of color #DE97F6: hue angle of 284.84º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE97F6 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 151 | 246 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.04 |
| HSL | 284.84º | 0.84% | 0.78% | - |
| HSV(B) | 284.84º | 0.39% | 0.96% | - |
| XYZ | 57.83 | 44.32 | 92.7 | - |
| YUV | 183.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 246 | 0.10 | 0.39 | 0 | 0.04 | 284.84 | 0.84 | 0.78 |
| Hex | DE | 97 | F6 | A | 27 | 0 | 4 | 11D | 54 | 4E |
| Octal | 336 | 227 | 366 | 12 | 47 | 0 | 4 | 435 | 124 | 116 |
| Binary | 11011110 | 10010111 | 11110110 | 1010 | 100111 | 0 | 100 | 100011101 | 1010100 | 1001110 |
Color Harmonies of #DE97F6
Complementary color
Monochromatic Colors of #DE97F6
Black with #DE97F6
Text Example
Text Example
White with #DE97F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97F6; }
p { color: rgb(222,151,246); }
H1.HeaderClassName
{
color: #DE97F6;
}
.AnyTagClassName
{
color: #DE97F6;
}
</style>
background-color css
<style>
a { background-color: #DE97F6; }
a { background-color: rgb(222,151,246); }
div.DivClassName
{
background-color: #DE97F6;
}
.BgClassName
{
background-color: #DE97F6;
}
</style>
border-color css
<style>
span { border-color: #DE97F6; }
span { border-color: rgb(222,151,246); }
td.TdClassName
{
border-color: #DE97F6;
}
.TagClassName
{
border-color: #DE97F6;
}
</style>