Shades of Mauve #D59FFE
Tints of Mauve #D59FFE
RGB
CMYK
RGB Variations
Color information
#D59FFE (or 0xD59FFE) is known color: Mauve. HEX triplet: D5, 9F and FE. RGB value is (213,159,254). Sum of RGB (Red+Green+Blue) = 213+159+254=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FFE is #2A6001. Grayscale: #B9B9B9. Windows color (decimal): -2777090 or 16687061. OLE color: 16687061.
HSL color Cylindrical-coordinate representation of color #D59FFE: hue angle of 274.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59FFE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 159 | 254 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.00 |
| HSL | 274.11º | 0.98% | 0.81% | - |
| HSV(B) | 274.11º | 0.37% | 1% | - |
| XYZ | 57.73 | 46.1 | 99.62 | - |
| YUV | 185.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 254 | 0.16 | 0.37 | 0 | 0.00 | 274.11 | 0.98 | 0.81 |
| Hex | D5 | 9F | FE | 10 | 25 | 0 | 0 | 112 | 62 | 51 |
| Octal | 325 | 237 | 376 | 20 | 45 | 0 | 0 | 422 | 142 | 121 |
| Binary | 11010101 | 10011111 | 11111110 | 10000 | 100101 | 0 | 0 | 100010010 | 1100010 | 1010001 |
Color Harmonies of #D59FFE
Complementary color
Monochromatic Colors of #D59FFE
Black with #D59FFE
Text Example
Text Example
White with #D59FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FFE; }
p { color: rgb(213,159,254); }
H1.HeaderClassName
{
color: #D59FFE;
}
.AnyTagClassName
{
color: #D59FFE;
}
</style>
background-color css
<style>
a { background-color: #D59FFE; }
a { background-color: rgb(213,159,254); }
div.DivClassName
{
background-color: #D59FFE;
}
.BgClassName
{
background-color: #D59FFE;
}
</style>
border-color css
<style>
span { border-color: #D59FFE; }
span { border-color: rgb(213,159,254); }
td.TdClassName
{
border-color: #D59FFE;
}
.TagClassName
{
border-color: #D59FFE;
}
</style>