Shades of Mauve #D492F9
Tints of Mauve #D492F9
RGB
CMYK
RGB Variations
Color information
#D492F9 (or 0xD492F9) is known color: Mauve. HEX triplet: D4, 92 and F9. RGB value is (212,146,249). Sum of RGB (Red+Green+Blue) = 212+146+249=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #D492F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D492F9 is #2B6D06. Grayscale: #B1B1B1. Windows color (decimal): -2845959 or 16356052. OLE color: 16356052.
HSL color Cylindrical-coordinate representation of color #D492F9: hue angle of 278.45º 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 #D492F9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 146 | 249 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 278.45º | 0.9% | 0.77% | - |
| HSV(B) | 278.45º | 0.41% | 0.98% | - |
| XYZ | 54.53 | 41.39 | 94.74 | - |
| YUV | 177.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 249 | 0.15 | 0.41 | 0 | 0.02 | 278.45 | 0.9 | 0.77 |
| Hex | D4 | 92 | F9 | F | 29 | 0 | 2 | 116 | 5A | 4D |
| Octal | 324 | 222 | 371 | 17 | 51 | 0 | 2 | 426 | 132 | 115 |
| Binary | 11010100 | 10010010 | 11111001 | 1111 | 101001 | 0 | 10 | 100010110 | 1011010 | 1001101 |
Color Harmonies of #D492F9
Complementary color
Monochromatic Colors of #D492F9
Black with #D492F9
Text Example
Text Example
White with #D492F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D492F9; }
p { color: rgb(212,146,249); }
H1.HeaderClassName
{
color: #D492F9;
}
.AnyTagClassName
{
color: #D492F9;
}
</style>
background-color css
<style>
a { background-color: #D492F9; }
a { background-color: rgb(212,146,249); }
div.DivClassName
{
background-color: #D492F9;
}
.BgClassName
{
background-color: #D492F9;
}
</style>
border-color css
<style>
span { border-color: #D492F9; }
span { border-color: rgb(212,146,249); }
td.TdClassName
{
border-color: #D492F9;
}
.TagClassName
{
border-color: #D492F9;
}
</style>