Shades of Mauve #D191FB
Tints of Mauve #D191FB
RGB
CMYK
RGB Variations
Color information
#D191FB (or 0xD191FB) is known color: Mauve. HEX triplet: D1, 91 and FB. RGB value is (209,145,251). Sum of RGB (Red+Green+Blue) = 209+145+251=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #D191FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FB is #2E6E04. Grayscale: #AFAFAF. Windows color (decimal): -3042821 or 16486865. OLE color: 16486865.
HSL color Cylindrical-coordinate representation of color #D191FB: hue angle of 276.23º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D191FB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 145 | 251 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.02 |
| HSL | 276.23º | 0.93% | 0.78% | - |
| HSV(B) | 276.23º | 0.42% | 0.98% | - |
| XYZ | 53.83 | 40.77 | 96.3 | - |
| YUV | 176.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 251 | 0.17 | 0.42 | 0 | 0.02 | 276.23 | 0.93 | 0.78 |
| Hex | D1 | 91 | FB | 11 | 2A | 0 | 2 | 114 | 5D | 4E |
| Octal | 321 | 221 | 373 | 21 | 52 | 0 | 2 | 424 | 135 | 116 |
| Binary | 11010001 | 10010001 | 11111011 | 10001 | 101010 | 0 | 10 | 100010100 | 1011101 | 1001110 |
Color Harmonies of #D191FB
Complementary color
Monochromatic Colors of #D191FB
Black with #D191FB
Text Example
Text Example
White with #D191FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191FB; }
p { color: rgb(209,145,251); }
H1.HeaderClassName
{
color: #D191FB;
}
.AnyTagClassName
{
color: #D191FB;
}
</style>
background-color css
<style>
a { background-color: #D191FB; }
a { background-color: rgb(209,145,251); }
div.DivClassName
{
background-color: #D191FB;
}
.BgClassName
{
background-color: #D191FB;
}
</style>
border-color css
<style>
span { border-color: #D191FB; }
span { border-color: rgb(209,145,251); }
td.TdClassName
{
border-color: #D191FB;
}
.TagClassName
{
border-color: #D191FB;
}
</style>