Shades of Mauve #D293F9
Tints of Mauve #D293F9
RGB
CMYK
RGB Variations
Color information
#D293F9 (or 0xD293F9) is known color: Mauve. HEX triplet: D2, 93 and F9. RGB value is (210,147,249). Sum of RGB (Red+Green+Blue) = 210+147+249=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 147 (57.81% from 255 or 24.26% 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 #D293F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F9 is #2D6C06. Grayscale: #B1B1B1. Windows color (decimal): -2976775 or 16356306. OLE color: 16356306.
HSL color Cylindrical-coordinate representation of color #D293F9: hue angle of 277.06º 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 #D293F9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 147 | 249 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 277.06º | 0.89% | 0.78% | - |
| HSV(B) | 277.06º | 0.41% | 0.98% | - |
| XYZ | 54.11 | 41.41 | 94.76 | - |
| YUV | 177.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 249 | 0.16 | 0.41 | 0 | 0.02 | 277.06 | 0.89 | 0.78 |
| Hex | D2 | 93 | F9 | 10 | 29 | 0 | 2 | 115 | 59 | 4E |
| Octal | 322 | 223 | 371 | 20 | 51 | 0 | 2 | 425 | 131 | 116 |
| Binary | 11010010 | 10010011 | 11111001 | 10000 | 101001 | 0 | 10 | 100010101 | 1011001 | 1001110 |
Color Harmonies of #D293F9
Complementary color
Monochromatic Colors of #D293F9
Black with #D293F9
Text Example
Text Example
White with #D293F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D293F9; }
p { color: rgb(210,147,249); }
H1.HeaderClassName
{
color: #D293F9;
}
.AnyTagClassName
{
color: #D293F9;
}
</style>
background-color css
<style>
a { background-color: #D293F9; }
a { background-color: rgb(210,147,249); }
div.DivClassName
{
background-color: #D293F9;
}
.BgClassName
{
background-color: #D293F9;
}
</style>
border-color css
<style>
span { border-color: #D293F9; }
span { border-color: rgb(210,147,249); }
td.TdClassName
{
border-color: #D293F9;
}
.TagClassName
{
border-color: #D293F9;
}
</style>