Shades of Mauve #D59EFA
Tints of Mauve #D59EFA
RGB
CMYK
RGB Variations
Color information
#D59EFA (or 0xD59EFA) is known color: Mauve. HEX triplet: D5, 9E and FA. RGB value is (213,158,250). Sum of RGB (Red+Green+Blue) = 213+158+250=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #D59EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFA is #2A6105. Grayscale: #B8B8B8. Windows color (decimal): -2777350 or 16424661. OLE color: 16424661.
HSL color Cylindrical-coordinate representation of color #D59EFA: hue angle of 275.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59EFA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 158 | 250 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.02 |
| HSL | 275.87º | 0.9% | 0.8% | - |
| HSV(B) | 275.87º | 0.37% | 0.98% | - |
| XYZ | 56.92 | 45.5 | 96.23 | - |
| YUV | 184.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 250 | 0.15 | 0.37 | 0 | 0.02 | 275.87 | 0.9 | 0.8 |
| Hex | D5 | 9E | FA | F | 25 | 0 | 2 | 114 | 5A | 50 |
| Octal | 325 | 236 | 372 | 17 | 45 | 0 | 2 | 424 | 132 | 120 |
| Binary | 11010101 | 10011110 | 11111010 | 1111 | 100101 | 0 | 10 | 100010100 | 1011010 | 1010000 |
Color Harmonies of #D59EFA
Complementary color
Monochromatic Colors of #D59EFA
Black with #D59EFA
Text Example
Text Example
White with #D59EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EFA; }
p { color: rgb(213,158,250); }
H1.HeaderClassName
{
color: #D59EFA;
}
.AnyTagClassName
{
color: #D59EFA;
}
</style>
background-color css
<style>
a { background-color: #D59EFA; }
a { background-color: rgb(213,158,250); }
div.DivClassName
{
background-color: #D59EFA;
}
.BgClassName
{
background-color: #D59EFA;
}
</style>
border-color css
<style>
span { border-color: #D59EFA; }
span { border-color: rgb(213,158,250); }
td.TdClassName
{
border-color: #D59EFA;
}
.TagClassName
{
border-color: #D59EFA;
}
</style>