Shades of Mauve #D393FA
Tints of Mauve #D393FA
RGB
CMYK
RGB Variations
Color information
#D393FA (or 0xD393FA) is known color: Mauve. HEX triplet: D3, 93 and FA. RGB value is (211,147,250). Sum of RGB (Red+Green+Blue) = 211+147+250=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #D393FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393FA is #2C6C05. Grayscale: #B1B1B1. Windows color (decimal): -2911238 or 16421843. OLE color: 16421843.
HSL color Cylindrical-coordinate representation of color #D393FA: hue angle of 277.28º degrees, saturation: 0.91, 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 #D393FA is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 147 | 250 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.02 |
| HSL | 277.28º | 0.91% | 0.78% | - |
| HSV(B) | 277.28º | 0.41% | 0.98% | - |
| XYZ | 54.55 | 41.62 | 95.6 | - |
| YUV | 177.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 250 | 0.16 | 0.41 | 0 | 0.02 | 277.28 | 0.91 | 0.78 |
| Hex | D3 | 93 | FA | 10 | 29 | 0 | 2 | 115 | 5B | 4E |
| Octal | 323 | 223 | 372 | 20 | 51 | 0 | 2 | 425 | 133 | 116 |
| Binary | 11010011 | 10010011 | 11111010 | 10000 | 101001 | 0 | 10 | 100010101 | 1011011 | 1001110 |
Color Harmonies of #D393FA
Complementary color
Monochromatic Colors of #D393FA
Black with #D393FA
Text Example
Text Example
White with #D393FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393FA; }
p { color: rgb(211,147,250); }
H1.HeaderClassName
{
color: #D393FA;
}
.AnyTagClassName
{
color: #D393FA;
}
</style>
background-color css
<style>
a { background-color: #D393FA; }
a { background-color: rgb(211,147,250); }
div.DivClassName
{
background-color: #D393FA;
}
.BgClassName
{
background-color: #D393FA;
}
</style>
border-color css
<style>
span { border-color: #D393FA; }
span { border-color: rgb(211,147,250); }
td.TdClassName
{
border-color: #D393FA;
}
.TagClassName
{
border-color: #D393FA;
}
</style>