Shades of Mauve #D391FC
Tints of Mauve #D391FC
RGB
CMYK
RGB Variations
Color information
#D391FC (or 0xD391FC) is known color: Mauve. HEX triplet: D3, 91 and FC. RGB value is (211,145,252). Sum of RGB (Red+Green+Blue) = 211+145+252=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #D391FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D391FC is #2C6E03. Grayscale: #B0B0B0. Windows color (decimal): -2911748 or 16552403. OLE color: 16552403.
HSL color Cylindrical-coordinate representation of color #D391FC: hue angle of 277.01º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D391FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 145 | 252 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.01 |
| HSL | 277.01º | 0.95% | 0.78% | - |
| HSV(B) | 277.01º | 0.42% | 0.99% | - |
| XYZ | 54.56 | 41.13 | 97.16 | - |
| YUV | 176.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 145 | 252 | 0.16 | 0.42 | 0 | 0.01 | 277.01 | 0.95 | 0.78 |
| Hex | D3 | 91 | FC | 10 | 2A | 0 | 1 | 115 | 5F | 4E |
| Octal | 323 | 221 | 374 | 20 | 52 | 0 | 1 | 425 | 137 | 116 |
| Binary | 11010011 | 10010001 | 11111100 | 10000 | 101010 | 0 | 1 | 100010101 | 1011111 | 1001110 |
Color Harmonies of #D391FC
Complementary color
Monochromatic Colors of #D391FC
Black with #D391FC
Text Example
Text Example
White with #D391FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D391FC; }
p { color: rgb(211,145,252); }
H1.HeaderClassName
{
color: #D391FC;
}
.AnyTagClassName
{
color: #D391FC;
}
</style>
background-color css
<style>
a { background-color: #D391FC; }
a { background-color: rgb(211,145,252); }
div.DivClassName
{
background-color: #D391FC;
}
.BgClassName
{
background-color: #D391FC;
}
</style>
border-color css
<style>
span { border-color: #D391FC; }
span { border-color: rgb(211,145,252); }
td.TdClassName
{
border-color: #D391FC;
}
.TagClassName
{
border-color: #D391FC;
}
</style>