Shades of Mauve #D59EFE
Tints of Mauve #D59EFE
RGB
CMYK
RGB Variations
Color information
#D59EFE (or 0xD59EFE) is known color: Mauve. HEX triplet: D5, 9E and FE. RGB value is (213,158,254). Sum of RGB (Red+Green+Blue) = 213+158+254=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFE is #2A6101. Grayscale: #B9B9B9. Windows color (decimal): -2777346 or 16686805. OLE color: 16686805.
HSL color Cylindrical-coordinate representation of color #D59EFE: hue angle of 274.38º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59EFE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 158 | 254 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.00 |
| HSL | 274.38º | 0.98% | 0.81% | - |
| HSV(B) | 274.38º | 0.38% | 1% | - |
| XYZ | 57.56 | 45.76 | 99.56 | - |
| YUV | 185.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 254 | 0.16 | 0.38 | 0 | 0.00 | 274.38 | 0.98 | 0.81 |
| Hex | D5 | 9E | FE | 10 | 26 | 0 | 0 | 112 | 62 | 51 |
| Octal | 325 | 236 | 376 | 20 | 46 | 0 | 0 | 422 | 142 | 121 |
| Binary | 11010101 | 10011110 | 11111110 | 10000 | 100110 | 0 | 0 | 100010010 | 1100010 | 1010001 |
Color Harmonies of #D59EFE
Complementary color
Monochromatic Colors of #D59EFE
Black with #D59EFE
Text Example
Text Example
White with #D59EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EFE; }
p { color: rgb(213,158,254); }
H1.HeaderClassName
{
color: #D59EFE;
}
.AnyTagClassName
{
color: #D59EFE;
}
</style>
background-color css
<style>
a { background-color: #D59EFE; }
a { background-color: rgb(213,158,254); }
div.DivClassName
{
background-color: #D59EFE;
}
.BgClassName
{
background-color: #D59EFE;
}
</style>
border-color css
<style>
span { border-color: #D59EFE; }
span { border-color: rgb(213,158,254); }
td.TdClassName
{
border-color: #D59EFE;
}
.TagClassName
{
border-color: #D59EFE;
}
</style>