Shades of Mauve #D792F9
Tints of Mauve #D792F9
RGB
CMYK
RGB Variations
Color information
#D792F9 (or 0xD792F9) is known color: Mauve. HEX triplet: D7, 92 and F9. RGB value is (215,146,249). Sum of RGB (Red+Green+Blue) = 215+146+249=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #D792F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792F9 is #286D06. Grayscale: #B2B2B2. Windows color (decimal): -2649351 or 16356055. OLE color: 16356055.
HSL color Cylindrical-coordinate representation of color #D792F9: hue angle of 280.19º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D792F9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 146 | 249 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 280.19º | 0.9% | 0.77% | - |
| HSV(B) | 280.19º | 0.41% | 0.98% | - |
| XYZ | 55.4 | 41.84 | 94.78 | - |
| YUV | 178.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 249 | 0.14 | 0.41 | 0 | 0.02 | 280.19 | 0.9 | 0.77 |
| Hex | D7 | 92 | F9 | E | 29 | 0 | 2 | 118 | 5A | 4D |
| Octal | 327 | 222 | 371 | 16 | 51 | 0 | 2 | 430 | 132 | 115 |
| Binary | 11010111 | 10010010 | 11111001 | 1110 | 101001 | 0 | 10 | 100011000 | 1011010 | 1001101 |
Color Harmonies of #D792F9
Complementary color
Monochromatic Colors of #D792F9
Black with #D792F9
Text Example
Text Example
White with #D792F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792F9; }
p { color: rgb(215,146,249); }
H1.HeaderClassName
{
color: #D792F9;
}
.AnyTagClassName
{
color: #D792F9;
}
</style>
background-color css
<style>
a { background-color: #D792F9; }
a { background-color: rgb(215,146,249); }
div.DivClassName
{
background-color: #D792F9;
}
.BgClassName
{
background-color: #D792F9;
}
</style>
border-color css
<style>
span { border-color: #D792F9; }
span { border-color: rgb(215,146,249); }
td.TdClassName
{
border-color: #D792F9;
}
.TagClassName
{
border-color: #D792F9;
}
</style>