Shades of Mauve #D994F9
Tints of Mauve #D994F9
RGB
CMYK
RGB Variations
Color information
#D994F9 (or 0xD994F9) is known color: Mauve. HEX triplet: D9, 94 and F9. RGB value is (217,148,249). Sum of RGB (Red+Green+Blue) = 217+148+249=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #D994F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994F9 is #266B06. Grayscale: #B3B3B3. Windows color (decimal): -2517767 or 16356569. OLE color: 16356569.
HSL color Cylindrical-coordinate representation of color #D994F9: hue angle of 280.99º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D994F9 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 148 | 249 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.02 |
| HSL | 280.99º | 0.89% | 0.78% | - |
| HSV(B) | 280.99º | 0.41% | 0.98% | - |
| XYZ | 56.3 | 42.77 | 94.91 | - |
| YUV | 180.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 249 | 0.13 | 0.41 | 0 | 0.02 | 280.99 | 0.89 | 0.78 |
| Hex | D9 | 94 | F9 | D | 29 | 0 | 2 | 119 | 59 | 4E |
| Octal | 331 | 224 | 371 | 15 | 51 | 0 | 2 | 431 | 131 | 116 |
| Binary | 11011001 | 10010100 | 11111001 | 1101 | 101001 | 0 | 10 | 100011001 | 1011001 | 1001110 |
Color Harmonies of #D994F9
Complementary color
Monochromatic Colors of #D994F9
Black with #D994F9
Text Example
Text Example
White with #D994F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994F9; }
p { color: rgb(217,148,249); }
H1.HeaderClassName
{
color: #D994F9;
}
.AnyTagClassName
{
color: #D994F9;
}
</style>
background-color css
<style>
a { background-color: #D994F9; }
a { background-color: rgb(217,148,249); }
div.DivClassName
{
background-color: #D994F9;
}
.BgClassName
{
background-color: #D994F9;
}
</style>
border-color css
<style>
span { border-color: #D994F9; }
span { border-color: rgb(217,148,249); }
td.TdClassName
{
border-color: #D994F9;
}
.TagClassName
{
border-color: #D994F9;
}
</style>