Shades of Mauve #D792FB
Tints of Mauve #D792FB
RGB
CMYK
RGB Variations
Color information
#D792FB (or 0xD792FB) is known color: Mauve. HEX triplet: D7, 92 and FB. RGB value is (215,146,251). Sum of RGB (Red+Green+Blue) = 215+146+251=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #D792FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FB is #286D04. Grayscale: #B2B2B2. Windows color (decimal): -2649349 or 16487127. OLE color: 16487127.
HSL color Cylindrical-coordinate representation of color #D792FB: hue angle of 279.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D792FB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 146 | 251 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.02 |
| HSL | 279.43º | 0.93% | 0.78% | - |
| HSV(B) | 279.43º | 0.42% | 0.98% | - |
| XYZ | 55.72 | 41.97 | 96.43 | - |
| YUV | 178.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 251 | 0.14 | 0.42 | 0 | 0.02 | 279.43 | 0.93 | 0.78 |
| Hex | D7 | 92 | FB | E | 2A | 0 | 2 | 117 | 5D | 4E |
| Octal | 327 | 222 | 373 | 16 | 52 | 0 | 2 | 427 | 135 | 116 |
| Binary | 11010111 | 10010010 | 11111011 | 1110 | 101010 | 0 | 10 | 100010111 | 1011101 | 1001110 |
Color Harmonies of #D792FB
Complementary color
Monochromatic Colors of #D792FB
Black with #D792FB
Text Example
Text Example
White with #D792FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792FB; }
p { color: rgb(215,146,251); }
H1.HeaderClassName
{
color: #D792FB;
}
.AnyTagClassName
{
color: #D792FB;
}
</style>
background-color css
<style>
a { background-color: #D792FB; }
a { background-color: rgb(215,146,251); }
div.DivClassName
{
background-color: #D792FB;
}
.BgClassName
{
background-color: #D792FB;
}
</style>
border-color css
<style>
span { border-color: #D792FB; }
span { border-color: rgb(215,146,251); }
td.TdClassName
{
border-color: #D792FB;
}
.TagClassName
{
border-color: #D792FB;
}
</style>