Shades of Mauve #D794F6
Tints of Mauve #D794F6
RGB
CMYK
RGB Variations
Color information
#D794F6 (or 0xD794F6) is known color: Mauve. HEX triplet: D7, 94 and F6. RGB value is (215,148,246). Sum of RGB (Red+Green+Blue) = 215+148+246=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #D794F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794F6 is #286B09. Grayscale: #B2B2B2. Windows color (decimal): -2648842 or 16159959. OLE color: 16159959.
HSL color Cylindrical-coordinate representation of color #D794F6: hue angle of 281.02º 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 #D794F6 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 148 | 246 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.04 |
| HSL | 281.02º | 0.84% | 0.77% | - |
| HSV(B) | 281.02º | 0.4% | 0.96% | - |
| XYZ | 55.25 | 42.28 | 92.44 | - |
| YUV | 179.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 246 | 0.13 | 0.40 | 0 | 0.04 | 281.02 | 0.84 | 0.77 |
| Hex | D7 | 94 | F6 | D | 28 | 0 | 4 | 119 | 54 | 4D |
| Octal | 327 | 224 | 366 | 15 | 50 | 0 | 4 | 431 | 124 | 115 |
| Binary | 11010111 | 10010100 | 11110110 | 1101 | 101000 | 0 | 100 | 100011001 | 1010100 | 1001101 |
Color Harmonies of #D794F6
Complementary color
Monochromatic Colors of #D794F6
Black with #D794F6
Text Example
Text Example
White with #D794F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794F6; }
p { color: rgb(215,148,246); }
H1.HeaderClassName
{
color: #D794F6;
}
.AnyTagClassName
{
color: #D794F6;
}
</style>
background-color css
<style>
a { background-color: #D794F6; }
a { background-color: rgb(215,148,246); }
div.DivClassName
{
background-color: #D794F6;
}
.BgClassName
{
background-color: #D794F6;
}
</style>
border-color css
<style>
span { border-color: #D794F6; }
span { border-color: rgb(215,148,246); }
td.TdClassName
{
border-color: #D794F6;
}
.TagClassName
{
border-color: #D794F6;
}
</style>