Shades of Mauve #D792FC
Tints of Mauve #D792FC
RGB
CMYK
RGB Variations
Color information
#D792FC (or 0xD792FC) is known color: Mauve. HEX triplet: D7, 92 and FC. RGB value is (215,146,252). Sum of RGB (Red+Green+Blue) = 215+146+252=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D792FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FC is #286D03. Grayscale: #B2B2B2. Windows color (decimal): -2649348 or 16552663. OLE color: 16552663.
HSL color Cylindrical-coordinate representation of color #D792FC: hue angle of 279.06º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D792FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 146 | 252 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.01 |
| HSL | 279.06º | 0.95% | 0.78% | - |
| HSV(B) | 279.06º | 0.42% | 0.99% | - |
| XYZ | 55.87 | 42.03 | 97.26 | - |
| YUV | 178.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 252 | 0.15 | 0.42 | 0 | 0.01 | 279.06 | 0.95 | 0.78 |
| Hex | D7 | 92 | FC | F | 2A | 0 | 1 | 117 | 5F | 4E |
| Octal | 327 | 222 | 374 | 17 | 52 | 0 | 1 | 427 | 137 | 116 |
| Binary | 11010111 | 10010010 | 11111100 | 1111 | 101010 | 0 | 1 | 100010111 | 1011111 | 1001110 |
Color Harmonies of #D792FC
Complementary color
Monochromatic Colors of #D792FC
Black with #D792FC
Text Example
Text Example
White with #D792FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D792FC; }
p { color: rgb(215,146,252); }
H1.HeaderClassName
{
color: #D792FC;
}
.AnyTagClassName
{
color: #D792FC;
}
</style>
background-color css
<style>
a { background-color: #D792FC; }
a { background-color: rgb(215,146,252); }
div.DivClassName
{
background-color: #D792FC;
}
.BgClassName
{
background-color: #D792FC;
}
</style>
border-color css
<style>
span { border-color: #D792FC; }
span { border-color: rgb(215,146,252); }
td.TdClassName
{
border-color: #D792FC;
}
.TagClassName
{
border-color: #D792FC;
}
</style>