Shades of Mauve #D59AF6
Tints of Mauve #D59AF6
RGB
CMYK
RGB Variations
Color information
#D59AF6 (or 0xD59AF6) is known color: Mauve. HEX triplet: D5, 9A and F6. RGB value is (213,154,246). Sum of RGB (Red+Green+Blue) = 213+154+246=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #D59AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AF6 is #2A6509. Grayscale: #B5B5B5. Windows color (decimal): -2778378 or 16161493. OLE color: 16161493.
HSL color Cylindrical-coordinate representation of color #D59AF6: hue angle of 278.48º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59AF6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 154 | 246 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.04 |
| HSL | 278.48º | 0.84% | 0.78% | - |
| HSV(B) | 278.48º | 0.37% | 0.96% | - |
| XYZ | 55.63 | 43.91 | 92.73 | - |
| YUV | 182.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 246 | 0.13 | 0.37 | 0 | 0.04 | 278.48 | 0.84 | 0.78 |
| Hex | D5 | 9A | F6 | D | 25 | 0 | 4 | 116 | 54 | 4E |
| Octal | 325 | 232 | 366 | 15 | 45 | 0 | 4 | 426 | 124 | 116 |
| Binary | 11010101 | 10011010 | 11110110 | 1101 | 100101 | 0 | 100 | 100010110 | 1010100 | 1001110 |
Color Harmonies of #D59AF6
Complementary color
Monochromatic Colors of #D59AF6
Black with #D59AF6
Text Example
Text Example
White with #D59AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AF6; }
p { color: rgb(213,154,246); }
H1.HeaderClassName
{
color: #D59AF6;
}
.AnyTagClassName
{
color: #D59AF6;
}
</style>
background-color css
<style>
a { background-color: #D59AF6; }
a { background-color: rgb(213,154,246); }
div.DivClassName
{
background-color: #D59AF6;
}
.BgClassName
{
background-color: #D59AF6;
}
</style>
border-color css
<style>
span { border-color: #D59AF6; }
span { border-color: rgb(213,154,246); }
td.TdClassName
{
border-color: #D59AF6;
}
.TagClassName
{
border-color: #D59AF6;
}
</style>