Shades of Mauve #D294F9
Tints of Mauve #D294F9
RGB
CMYK
RGB Variations
Color information
#D294F9 (or 0xD294F9) is known color: Mauve. HEX triplet: D2, 94 and F9. RGB value is (210,148,249). Sum of RGB (Red+Green+Blue) = 210+148+249=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 148 (58.20% from 255 or 24.38% 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 #D294F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294F9 is #2D6B06. Grayscale: #B1B1B1. Windows color (decimal): -2976519 or 16356562. OLE color: 16356562.
HSL color Cylindrical-coordinate representation of color #D294F9: hue angle of 276.83º 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 #D294F9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 148 | 249 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 276.83º | 0.89% | 0.78% | - |
| HSV(B) | 276.83º | 0.41% | 0.98% | - |
| XYZ | 54.27 | 41.72 | 94.82 | - |
| YUV | 178.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 249 | 0.16 | 0.41 | 0 | 0.02 | 276.83 | 0.89 | 0.78 |
| Hex | D2 | 94 | F9 | 10 | 29 | 0 | 2 | 115 | 59 | 4E |
| Octal | 322 | 224 | 371 | 20 | 51 | 0 | 2 | 425 | 131 | 116 |
| Binary | 11010010 | 10010100 | 11111001 | 10000 | 101001 | 0 | 10 | 100010101 | 1011001 | 1001110 |
Color Harmonies of #D294F9
Complementary color
Monochromatic Colors of #D294F9
Black with #D294F9
Text Example
Text Example
White with #D294F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D294F9; }
p { color: rgb(210,148,249); }
H1.HeaderClassName
{
color: #D294F9;
}
.AnyTagClassName
{
color: #D294F9;
}
</style>
background-color css
<style>
a { background-color: #D294F9; }
a { background-color: rgb(210,148,249); }
div.DivClassName
{
background-color: #D294F9;
}
.BgClassName
{
background-color: #D294F9;
}
</style>
border-color css
<style>
span { border-color: #D294F9; }
span { border-color: rgb(210,148,249); }
td.TdClassName
{
border-color: #D294F9;
}
.TagClassName
{
border-color: #D294F9;
}
</style>