Shades of Mauve #D292F9
Tints of Mauve #D292F9
RGB
CMYK
RGB Variations
Color information
#D292F9 (or 0xD292F9) is known color: Mauve. HEX triplet: D2, 92 and F9. RGB value is (210,146,249). Sum of RGB (Red+Green+Blue) = 210+146+249=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #D292F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D292F9 is #2D6D06. Grayscale: #B0B0B0. Windows color (decimal): -2977031 or 16356050. OLE color: 16356050.
HSL color Cylindrical-coordinate representation of color #D292F9: hue angle of 277.28º 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 #D292F9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 146 | 249 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 277.28º | 0.9% | 0.77% | - |
| HSV(B) | 277.28º | 0.41% | 0.98% | - |
| XYZ | 53.96 | 41.1 | 94.71 | - |
| YUV | 176.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 249 | 0.16 | 0.41 | 0 | 0.02 | 277.28 | 0.9 | 0.77 |
| Hex | D2 | 92 | F9 | 10 | 29 | 0 | 2 | 115 | 5A | 4D |
| Octal | 322 | 222 | 371 | 20 | 51 | 0 | 2 | 425 | 132 | 115 |
| Binary | 11010010 | 10010010 | 11111001 | 10000 | 101001 | 0 | 10 | 100010101 | 1011010 | 1001101 |
Color Harmonies of #D292F9
Complementary color
Monochromatic Colors of #D292F9
Black with #D292F9
Text Example
Text Example
White with #D292F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292F9; }
p { color: rgb(210,146,249); }
H1.HeaderClassName
{
color: #D292F9;
}
.AnyTagClassName
{
color: #D292F9;
}
</style>
background-color css
<style>
a { background-color: #D292F9; }
a { background-color: rgb(210,146,249); }
div.DivClassName
{
background-color: #D292F9;
}
.BgClassName
{
background-color: #D292F9;
}
</style>
border-color css
<style>
span { border-color: #D292F9; }
span { border-color: rgb(210,146,249); }
td.TdClassName
{
border-color: #D292F9;
}
.TagClassName
{
border-color: #D292F9;
}
</style>