Shades of Mauve #D393F9
Tints of Mauve #D393F9
RGB
CMYK
RGB Variations
Color information
#D393F9 (or 0xD393F9) is known color: Mauve. HEX triplet: D3, 93 and F9. RGB value is (211,147,249). Sum of RGB (Red+Green+Blue) = 211+147+249=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 147 (57.81% from 255 or 24.22% 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 #D393F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393F9 is #2C6C06. Grayscale: #B1B1B1. Windows color (decimal): -2911239 or 16356307. OLE color: 16356307.
HSL color Cylindrical-coordinate representation of color #D393F9: hue angle of 277.65º 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 #D393F9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 147 | 249 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 277.65º | 0.89% | 0.78% | - |
| HSV(B) | 277.65º | 0.41% | 0.98% | - |
| XYZ | 54.4 | 41.56 | 94.78 | - |
| YUV | 177.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 249 | 0.15 | 0.41 | 0 | 0.02 | 277.65 | 0.89 | 0.78 |
| Hex | D3 | 93 | F9 | F | 29 | 0 | 2 | 116 | 59 | 4E |
| Octal | 323 | 223 | 371 | 17 | 51 | 0 | 2 | 426 | 131 | 116 |
| Binary | 11010011 | 10010011 | 11111001 | 1111 | 101001 | 0 | 10 | 100010110 | 1011001 | 1001110 |
Color Harmonies of #D393F9
Complementary color
Monochromatic Colors of #D393F9
Black with #D393F9
Text Example
Text Example
White with #D393F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393F9; }
p { color: rgb(211,147,249); }
H1.HeaderClassName
{
color: #D393F9;
}
.AnyTagClassName
{
color: #D393F9;
}
</style>
background-color css
<style>
a { background-color: #D393F9; }
a { background-color: rgb(211,147,249); }
div.DivClassName
{
background-color: #D393F9;
}
.BgClassName
{
background-color: #D393F9;
}
</style>
border-color css
<style>
span { border-color: #D393F9; }
span { border-color: rgb(211,147,249); }
td.TdClassName
{
border-color: #D393F9;
}
.TagClassName
{
border-color: #D393F9;
}
</style>