Shades of Mauve #D194F9
Tints of Mauve #D194F9
RGB
CMYK
RGB Variations
Color information
#D194F9 (or 0xD194F9) is known color: Mauve. HEX triplet: D1, 94 and F9. RGB value is (209,148,249). Sum of RGB (Red+Green+Blue) = 209+148+249=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #D194F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194F9 is #2E6B06. Grayscale: #B1B1B1. Windows color (decimal): -3042055 or 16356561. OLE color: 16356561.
HSL color Cylindrical-coordinate representation of color #D194F9: hue angle of 276.24º 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 #D194F9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 148 | 249 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 276.24º | 0.89% | 0.78% | - |
| HSV(B) | 276.24º | 0.41% | 0.98% | - |
| XYZ | 53.98 | 41.57 | 94.8 | - |
| YUV | 177.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 249 | 0.16 | 0.41 | 0 | 0.02 | 276.24 | 0.89 | 0.78 |
| Hex | D1 | 94 | F9 | 10 | 29 | 0 | 2 | 114 | 59 | 4E |
| Octal | 321 | 224 | 371 | 20 | 51 | 0 | 2 | 424 | 131 | 116 |
| Binary | 11010001 | 10010100 | 11111001 | 10000 | 101001 | 0 | 10 | 100010100 | 1011001 | 1001110 |
Color Harmonies of #D194F9
Complementary color
Monochromatic Colors of #D194F9
Black with #D194F9
Text Example
Text Example
White with #D194F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194F9; }
p { color: rgb(209,148,249); }
H1.HeaderClassName
{
color: #D194F9;
}
.AnyTagClassName
{
color: #D194F9;
}
</style>
background-color css
<style>
a { background-color: #D194F9; }
a { background-color: rgb(209,148,249); }
div.DivClassName
{
background-color: #D194F9;
}
.BgClassName
{
background-color: #D194F9;
}
</style>
border-color css
<style>
span { border-color: #D194F9; }
span { border-color: rgb(209,148,249); }
td.TdClassName
{
border-color: #D194F9;
}
.TagClassName
{
border-color: #D194F9;
}
</style>