Shades of Mauve #D191FA
Tints of Mauve #D191FA
RGB
CMYK
RGB Variations
Color information
#D191FA (or 0xD191FA) is known color: Mauve. HEX triplet: D1, 91 and FA. RGB value is (209,145,250). Sum of RGB (Red+Green+Blue) = 209+145+250=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D191FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FA is #2E6E05. Grayscale: #AFAFAF. Windows color (decimal): -3042822 or 16421329. OLE color: 16421329.
HSL color Cylindrical-coordinate representation of color #D191FA: hue angle of 276.57º 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 #D191FA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 145 | 250 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.02 |
| HSL | 276.57º | 0.91% | 0.77% | - |
| HSV(B) | 276.57º | 0.42% | 0.98% | - |
| XYZ | 53.68 | 40.71 | 95.47 | - |
| YUV | 176.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 250 | 0.16 | 0.42 | 0 | 0.02 | 276.57 | 0.91 | 0.77 |
| Hex | D1 | 91 | FA | 10 | 2A | 0 | 2 | 115 | 5B | 4D |
| Octal | 321 | 221 | 372 | 20 | 52 | 0 | 2 | 425 | 133 | 115 |
| Binary | 11010001 | 10010001 | 11111010 | 10000 | 101010 | 0 | 10 | 100010101 | 1011011 | 1001101 |
Color Harmonies of #D191FA
Complementary color
Monochromatic Colors of #D191FA
Black with #D191FA
Text Example
Text Example
White with #D191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191FA; }
p { color: rgb(209,145,250); }
H1.HeaderClassName
{
color: #D191FA;
}
.AnyTagClassName
{
color: #D191FA;
}
</style>
background-color css
<style>
a { background-color: #D191FA; }
a { background-color: rgb(209,145,250); }
div.DivClassName
{
background-color: #D191FA;
}
.BgClassName
{
background-color: #D191FA;
}
</style>
border-color css
<style>
span { border-color: #D191FA; }
span { border-color: rgb(209,145,250); }
td.TdClassName
{
border-color: #D191FA;
}
.TagClassName
{
border-color: #D191FA;
}
</style>