Shades of Mauve #D79EFF
Tints of Mauve #D79EFF
RGB
CMYK
RGB Variations
Color information
#D79EFF (or 0xD79EFF) is known color: Mauve. HEX triplet: D7, 9E and FF. RGB value is (215,158,255). Sum of RGB (Red+Green+Blue) = 215+158+255=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #D79EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79EFF is #286100. Grayscale: #B9B9B9. Windows color (decimal): -2646273 or 16752343. OLE color: 16752343.
HSL color Cylindrical-coordinate representation of color #D79EFF: hue angle of 275.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79EFF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 158 | 255 | - |
| CMYK | 0.16 | 0.38 | 0 | 0 |
| HSL | 275.26º | 1% | 0.81% | - |
| HSV(B) | 275.26º | 0.38% | 1% | - |
| XYZ | 58.3 | 46.12 | 100.44 | - |
| YUV | 186.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 158 | 255 | 0.16 | 0.38 | 0 | 0 | 275.26 | 1 | 0.81 |
| Hex | D7 | 9E | FF | 10 | 26 | 0 | 0 | 113 | 64 | 51 |
| Octal | 327 | 236 | 377 | 20 | 46 | 0 | 0 | 423 | 144 | 121 |
| Binary | 11010111 | 10011110 | 11111111 | 10000 | 100110 | 0 | 0 | 100010011 | 1100100 | 1010001 |
Color Harmonies of #D79EFF
Complementary color
Monochromatic Colors of #D79EFF
Black with #D79EFF
Text Example
Text Example
White with #D79EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79EFF; }
p { color: rgb(215,158,255); }
H1.HeaderClassName
{
color: #D79EFF;
}
.AnyTagClassName
{
color: #D79EFF;
}
</style>
background-color css
<style>
a { background-color: #D79EFF; }
a { background-color: rgb(215,158,255); }
div.DivClassName
{
background-color: #D79EFF;
}
.BgClassName
{
background-color: #D79EFF;
}
</style>
border-color css
<style>
span { border-color: #D79EFF; }
span { border-color: rgb(215,158,255); }
td.TdClassName
{
border-color: #D79EFF;
}
.TagClassName
{
border-color: #D79EFF;
}
</style>