Shades of Mauve #D591FE
Tints of Mauve #D591FE
RGB
CMYK
RGB Variations
Color information
#D591FE (or 0xD591FE) is known color: Mauve. HEX triplet: D5, 91 and FE. RGB value is (213,145,254). Sum of RGB (Red+Green+Blue) = 213+145+254=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #D591FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D591FE is #2A6E01. Grayscale: #B1B1B1. Windows color (decimal): -2780674 or 16683477. OLE color: 16683477.
HSL color Cylindrical-coordinate representation of color #D591FE: hue angle of 277.43º 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 #D591FE is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 145 | 254 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.00 |
| HSL | 277.43º | 0.98% | 0.78% | - |
| HSV(B) | 277.43º | 0.43% | 1% | - |
| XYZ | 55.46 | 41.55 | 98.86 | - |
| YUV | 177.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 254 | 0.16 | 0.43 | 0 | 0.00 | 277.43 | 0.98 | 0.78 |
| Hex | D5 | 91 | FE | 10 | 2B | 0 | 0 | 115 | 62 | 4E |
| Octal | 325 | 221 | 376 | 20 | 53 | 0 | 0 | 425 | 142 | 116 |
| Binary | 11010101 | 10010001 | 11111110 | 10000 | 101011 | 0 | 0 | 100010101 | 1100010 | 1001110 |
Color Harmonies of #D591FE
Complementary color
Monochromatic Colors of #D591FE
Black with #D591FE
Text Example
Text Example
White with #D591FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591FE; }
p { color: rgb(213,145,254); }
H1.HeaderClassName
{
color: #D591FE;
}
.AnyTagClassName
{
color: #D591FE;
}
</style>
background-color css
<style>
a { background-color: #D591FE; }
a { background-color: rgb(213,145,254); }
div.DivClassName
{
background-color: #D591FE;
}
.BgClassName
{
background-color: #D591FE;
}
</style>
border-color css
<style>
span { border-color: #D591FE; }
span { border-color: rgb(213,145,254); }
td.TdClassName
{
border-color: #D591FE;
}
.TagClassName
{
border-color: #D591FE;
}
</style>