Shades of Mauve #D191FD
Tints of Mauve #D191FD
RGB
CMYK
RGB Variations
Color information
#D191FD (or 0xD191FD) is known color: Mauve. HEX triplet: D1, 91 and FD. RGB value is (209,145,253). Sum of RGB (Red+Green+Blue) = 209+145+253=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D191FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FD is #2E6E02. Grayscale: #B0B0B0. Windows color (decimal): -3042819 or 16617937. OLE color: 16617937.
HSL color Cylindrical-coordinate representation of color #D191FD: hue angle of 275.56º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D191FD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 145 | 253 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.01 |
| HSL | 275.56º | 0.96% | 0.78% | - |
| HSV(B) | 275.56º | 0.43% | 0.99% | - |
| XYZ | 54.15 | 40.9 | 97.97 | - |
| YUV | 176.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 253 | 0.17 | 0.43 | 0 | 0.01 | 275.56 | 0.96 | 0.78 |
| Hex | D1 | 91 | FD | 11 | 2B | 0 | 1 | 114 | 60 | 4E |
| Octal | 321 | 221 | 375 | 21 | 53 | 0 | 1 | 424 | 140 | 116 |
| Binary | 11010001 | 10010001 | 11111101 | 10001 | 101011 | 0 | 1 | 100010100 | 1100000 | 1001110 |
Color Harmonies of #D191FD
Complementary color
Monochromatic Colors of #D191FD
Black with #D191FD
Text Example
Text Example
White with #D191FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191FD; }
p { color: rgb(209,145,253); }
H1.HeaderClassName
{
color: #D191FD;
}
.AnyTagClassName
{
color: #D191FD;
}
</style>
background-color css
<style>
a { background-color: #D191FD; }
a { background-color: rgb(209,145,253); }
div.DivClassName
{
background-color: #D191FD;
}
.BgClassName
{
background-color: #D191FD;
}
</style>
border-color css
<style>
span { border-color: #D191FD; }
span { border-color: rgb(209,145,253); }
td.TdClassName
{
border-color: #D191FD;
}
.TagClassName
{
border-color: #D191FD;
}
</style>