Shades of Mauve #D79DFF
Tints of Mauve #D79DFF
RGB
CMYK
RGB Variations
Color information
#D79DFF (or 0xD79DFF) is known color: Mauve. HEX triplet: D7, 9D and FF. RGB value is (215,157,255). Sum of RGB (Red+Green+Blue) = 215+157+255=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #D79DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79DFF is #286200. Grayscale: #B9B9B9. Windows color (decimal): -2646529 or 16752087. OLE color: 16752087.
HSL color Cylindrical-coordinate representation of color #D79DFF: hue angle of 275.51º 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 #D79DFF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 157 | 255 | - |
| CMYK | 0.16 | 0.38 | 0 | 0 |
| HSL | 275.51º | 1% | 0.81% | - |
| HSV(B) | 275.51º | 0.38% | 1% | - |
| XYZ | 58.13 | 45.78 | 100.38 | - |
| YUV | 185.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 255 | 0.16 | 0.38 | 0 | 0 | 275.51 | 1 | 0.81 |
| Hex | D7 | 9D | FF | 10 | 26 | 0 | 0 | 114 | 64 | 51 |
| Octal | 327 | 235 | 377 | 20 | 46 | 0 | 0 | 424 | 144 | 121 |
| Binary | 11010111 | 10011101 | 11111111 | 10000 | 100110 | 0 | 0 | 100010100 | 1100100 | 1010001 |
Color Harmonies of #D79DFF
Complementary color
Monochromatic Colors of #D79DFF
Black with #D79DFF
Text Example
Text Example
White with #D79DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DFF; }
p { color: rgb(215,157,255); }
H1.HeaderClassName
{
color: #D79DFF;
}
.AnyTagClassName
{
color: #D79DFF;
}
</style>
background-color css
<style>
a { background-color: #D79DFF; }
a { background-color: rgb(215,157,255); }
div.DivClassName
{
background-color: #D79DFF;
}
.BgClassName
{
background-color: #D79DFF;
}
</style>
border-color css
<style>
span { border-color: #D79DFF; }
span { border-color: rgb(215,157,255); }
td.TdClassName
{
border-color: #D79DFF;
}
.TagClassName
{
border-color: #D79DFF;
}
</style>