Shades of Mauve #D59EF2
Tints of Mauve #D59EF2
RGB
CMYK
RGB Variations
Color information
#D59EF2 (or 0xD59EF2) is known color: Mauve. HEX triplet: D5, 9E and F2. RGB value is (213,158,242). Sum of RGB (Red+Green+Blue) = 213+158+242=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #D59EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EF2 is #2A610D. Grayscale: #B7B7B7. Windows color (decimal): -2777358 or 15900373. OLE color: 15900373.
HSL color Cylindrical-coordinate representation of color #D59EF2: hue angle of 279.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59EF2 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 158 | 242 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.05 |
| HSL | 279.29º | 0.76% | 0.78% | - |
| HSV(B) | 279.29º | 0.35% | 0.95% | - |
| XYZ | 55.69 | 45.01 | 89.76 | - |
| YUV | 184.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 242 | 0.12 | 0.35 | 0 | 0.05 | 279.29 | 0.76 | 0.78 |
| Hex | D5 | 9E | F2 | C | 23 | 0 | 5 | 117 | 4C | 4E |
| Octal | 325 | 236 | 362 | 14 | 43 | 0 | 5 | 427 | 114 | 116 |
| Binary | 11010101 | 10011110 | 11110010 | 1100 | 100011 | 0 | 101 | 100010111 | 1001100 | 1001110 |
Color Harmonies of #D59EF2
Complementary color
Monochromatic Colors of #D59EF2
Black with #D59EF2
Text Example
Text Example
White with #D59EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EF2; }
p { color: rgb(213,158,242); }
H1.HeaderClassName
{
color: #D59EF2;
}
.AnyTagClassName
{
color: #D59EF2;
}
</style>
background-color css
<style>
a { background-color: #D59EF2; }
a { background-color: rgb(213,158,242); }
div.DivClassName
{
background-color: #D59EF2;
}
.BgClassName
{
background-color: #D59EF2;
}
</style>
border-color css
<style>
span { border-color: #D59EF2; }
span { border-color: rgb(213,158,242); }
td.TdClassName
{
border-color: #D59EF2;
}
.TagClassName
{
border-color: #D59EF2;
}
</style>