Shades of Mauve #D992F9
Tints of Mauve #D992F9
RGB
CMYK
RGB Variations
Color information
#D992F9 (or 0xD992F9) is known color: Mauve. HEX triplet: D9, 92 and F9. RGB value is (217,146,249). Sum of RGB (Red+Green+Blue) = 217+146+249=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D992F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992F9 is #266D06. Grayscale: #B2B2B2. Windows color (decimal): -2518279 or 16356057. OLE color: 16356057.
HSL color Cylindrical-coordinate representation of color #D992F9: hue angle of 281.36º 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 #D992F9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 146 | 249 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 281.36º | 0.9% | 0.77% | - |
| HSV(B) | 281.36º | 0.41% | 0.98% | - |
| XYZ | 55.99 | 42.15 | 94.81 | - |
| YUV | 178.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 249 | 0.13 | 0.41 | 0 | 0.02 | 281.36 | 0.9 | 0.77 |
| Hex | D9 | 92 | F9 | D | 29 | 0 | 2 | 119 | 5A | 4D |
| Octal | 331 | 222 | 371 | 15 | 51 | 0 | 2 | 431 | 132 | 115 |
| Binary | 11011001 | 10010010 | 11111001 | 1101 | 101001 | 0 | 10 | 100011001 | 1011010 | 1001101 |
Color Harmonies of #D992F9
Complementary color
Monochromatic Colors of #D992F9
Black with #D992F9
Text Example
Text Example
White with #D992F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D992F9; }
p { color: rgb(217,146,249); }
H1.HeaderClassName
{
color: #D992F9;
}
.AnyTagClassName
{
color: #D992F9;
}
</style>
background-color css
<style>
a { background-color: #D992F9; }
a { background-color: rgb(217,146,249); }
div.DivClassName
{
background-color: #D992F9;
}
.BgClassName
{
background-color: #D992F9;
}
</style>
border-color css
<style>
span { border-color: #D992F9; }
span { border-color: rgb(217,146,249); }
td.TdClassName
{
border-color: #D992F9;
}
.TagClassName
{
border-color: #D992F9;
}
</style>