Shades of Mauve #D59AF5
Tints of Mauve #D59AF5
RGB
CMYK
RGB Variations
Color information
#D59AF5 (or 0xD59AF5) is known color: Mauve. HEX triplet: D5, 9A and F5. RGB value is (213,154,245). Sum of RGB (Red+Green+Blue) = 213+154+245=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #D59AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AF5 is #2A650A. Grayscale: #B5B5B5. Windows color (decimal): -2778379 or 16095957. OLE color: 16095957.
HSL color Cylindrical-coordinate representation of color #D59AF5: hue angle of 278.9º degrees, saturation: 0.82, 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 #D59AF5 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 154 | 245 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.04 |
| HSL | 278.9º | 0.82% | 0.78% | - |
| HSV(B) | 278.9º | 0.37% | 0.96% | - |
| XYZ | 55.48 | 43.85 | 91.93 | - |
| YUV | 182.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 245 | 0.13 | 0.37 | 0 | 0.04 | 278.9 | 0.82 | 0.78 |
| Hex | D5 | 9A | F5 | D | 25 | 0 | 4 | 117 | 52 | 4E |
| Octal | 325 | 232 | 365 | 15 | 45 | 0 | 4 | 427 | 122 | 116 |
| Binary | 11010101 | 10011010 | 11110101 | 1101 | 100101 | 0 | 100 | 100010111 | 1010010 | 1001110 |
Color Harmonies of #D59AF5
Complementary color
Monochromatic Colors of #D59AF5
Black with #D59AF5
Text Example
Text Example
White with #D59AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AF5; }
p { color: rgb(213,154,245); }
H1.HeaderClassName
{
color: #D59AF5;
}
.AnyTagClassName
{
color: #D59AF5;
}
</style>
background-color css
<style>
a { background-color: #D59AF5; }
a { background-color: rgb(213,154,245); }
div.DivClassName
{
background-color: #D59AF5;
}
.BgClassName
{
background-color: #D59AF5;
}
</style>
border-color css
<style>
span { border-color: #D59AF5; }
span { border-color: rgb(213,154,245); }
td.TdClassName
{
border-color: #D59AF5;
}
.TagClassName
{
border-color: #D59AF5;
}
</style>