Shades of Mauve #D191FE
Tints of Mauve #D191FE
RGB
CMYK
RGB Variations
Color information
#D191FE (or 0xD191FE) is known color: Mauve. HEX triplet: D1, 91 and FE. RGB value is (209,145,254). Sum of RGB (Red+Green+Blue) = 209+145+254=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D191FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FE is #2E6E01. Grayscale: #B0B0B0. Windows color (decimal): -3042818 or 16683473. OLE color: 16683473.
HSL color Cylindrical-coordinate representation of color #D191FE: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D191FE is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 145 | 254 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.00 |
| HSL | 275.23º | 0.98% | 0.78% | - |
| HSV(B) | 275.23º | 0.43% | 1% | - |
| XYZ | 54.31 | 40.96 | 98.81 | - |
| YUV | 176.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 254 | 0.18 | 0.43 | 0 | 0.00 | 275.23 | 0.98 | 0.78 |
| Hex | D1 | 91 | FE | 12 | 2B | 0 | 0 | 113 | 62 | 4E |
| Octal | 321 | 221 | 376 | 22 | 53 | 0 | 0 | 423 | 142 | 116 |
| Binary | 11010001 | 10010001 | 11111110 | 10010 | 101011 | 0 | 0 | 100010011 | 1100010 | 1001110 |
Color Harmonies of #D191FE
Complementary color
Monochromatic Colors of #D191FE
Black with #D191FE
Text Example
Text Example
White with #D191FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191FE; }
p { color: rgb(209,145,254); }
H1.HeaderClassName
{
color: #D191FE;
}
.AnyTagClassName
{
color: #D191FE;
}
</style>
background-color css
<style>
a { background-color: #D191FE; }
a { background-color: rgb(209,145,254); }
div.DivClassName
{
background-color: #D191FE;
}
.BgClassName
{
background-color: #D191FE;
}
</style>
border-color css
<style>
span { border-color: #D191FE; }
span { border-color: rgb(209,145,254); }
td.TdClassName
{
border-color: #D191FE;
}
.TagClassName
{
border-color: #D191FE;
}
</style>