Shades of Mauve #D794F7
Tints of Mauve #D794F7
RGB
CMYK
RGB Variations
Color information
#D794F7 (or 0xD794F7) is known color: Mauve. HEX triplet: D7, 94 and F7. RGB value is (215,148,247). Sum of RGB (Red+Green+Blue) = 215+148+247=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #D794F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794F7 is #286B08. Grayscale: #B2B2B2. Windows color (decimal): -2648841 or 16225495. OLE color: 16225495.
HSL color Cylindrical-coordinate representation of color #D794F7: hue angle of 280.61º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D794F7 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 148 | 247 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.03 |
| HSL | 280.61º | 0.86% | 0.77% | - |
| HSV(B) | 280.61º | 0.4% | 0.97% | - |
| XYZ | 55.4 | 42.34 | 93.25 | - |
| YUV | 179.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 247 | 0.13 | 0.40 | 0 | 0.03 | 280.61 | 0.86 | 0.77 |
| Hex | D7 | 94 | F7 | D | 28 | 0 | 3 | 119 | 56 | 4D |
| Octal | 327 | 224 | 367 | 15 | 50 | 0 | 3 | 431 | 126 | 115 |
| Binary | 11010111 | 10010100 | 11110111 | 1101 | 101000 | 0 | 11 | 100011001 | 1010110 | 1001101 |
Color Harmonies of #D794F7
Complementary color
Monochromatic Colors of #D794F7
Black with #D794F7
Text Example
Text Example
White with #D794F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794F7; }
p { color: rgb(215,148,247); }
H1.HeaderClassName
{
color: #D794F7;
}
.AnyTagClassName
{
color: #D794F7;
}
</style>
background-color css
<style>
a { background-color: #D794F7; }
a { background-color: rgb(215,148,247); }
div.DivClassName
{
background-color: #D794F7;
}
.BgClassName
{
background-color: #D794F7;
}
</style>
border-color css
<style>
span { border-color: #D794F7; }
span { border-color: rgb(215,148,247); }
td.TdClassName
{
border-color: #D794F7;
}
.TagClassName
{
border-color: #D794F7;
}
</style>