Shades of Mauve #D391FA
Tints of Mauve #D391FA
RGB
CMYK
RGB Variations
Color information
#D391FA (or 0xD391FA) is known color: Mauve. HEX triplet: D3, 91 and FA. RGB value is (211,145,250). Sum of RGB (Red+Green+Blue) = 211+145+250=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 145 (57.03% from 255 or 23.93% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #D391FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FA is #2C6E05. Grayscale: #B0B0B0. Windows color (decimal): -2911750 or 16421331. OLE color: 16421331.
HSL color Cylindrical-coordinate representation of color #D391FA: hue angle of 277.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D391FA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 145 | 250 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.02 |
| HSL | 277.71º | 0.91% | 0.77% | - |
| HSV(B) | 277.71º | 0.42% | 0.98% | - |
| XYZ | 54.24 | 41 | 95.5 | - |
| YUV | 176.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 250 | 0.16 | 0.42 | 0 | 0.02 | 277.71 | 0.91 | 0.77 |
| Hex | D3 | 91 | FA | 10 | 2A | 0 | 2 | 116 | 5B | 4D |
| Octal | 323 | 221 | 372 | 20 | 52 | 0 | 2 | 426 | 133 | 115 |
| Binary | 11010011 | 10010001 | 11111010 | 10000 | 101010 | 0 | 10 | 100010110 | 1011011 | 1001101 |
Color Harmonies of #D391FA
Complementary color
Monochromatic Colors of #D391FA
Black with #D391FA
Text Example
Text Example
White with #D391FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391FA; }
p { color: rgb(211,145,250); }
H1.HeaderClassName
{
color: #D391FA;
}
.AnyTagClassName
{
color: #D391FA;
}
</style>
background-color css
<style>
a { background-color: #D391FA; }
a { background-color: rgb(211,145,250); }
div.DivClassName
{
background-color: #D391FA;
}
.BgClassName
{
background-color: #D391FA;
}
</style>
border-color css
<style>
span { border-color: #D391FA; }
span { border-color: rgb(211,145,250); }
td.TdClassName
{
border-color: #D391FA;
}
.TagClassName
{
border-color: #D391FA;
}
</style>