Shades of Mauve #D49AF5
Tints of Mauve #D49AF5
RGB
CMYK
RGB Variations
Color information
#D49AF5 (or 0xD49AF5) is known color: Mauve. HEX triplet: D4, 9A and F5. RGB value is (212,154,245). Sum of RGB (Red+Green+Blue) = 212+154+245=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #D49AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AF5 is #2B650A. Grayscale: #B5B5B5. Windows color (decimal): -2843915 or 16095956. OLE color: 16095956.
HSL color Cylindrical-coordinate representation of color #D49AF5: hue angle of 278.24º 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 #D49AF5 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 154 | 245 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.04 |
| HSL | 278.24º | 0.82% | 0.78% | - |
| HSV(B) | 278.24º | 0.37% | 0.96% | - |
| XYZ | 55.19 | 43.7 | 91.91 | - |
| YUV | 181.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 245 | 0.13 | 0.37 | 0 | 0.04 | 278.24 | 0.82 | 0.78 |
| Hex | D4 | 9A | F5 | D | 25 | 0 | 4 | 116 | 52 | 4E |
| Octal | 324 | 232 | 365 | 15 | 45 | 0 | 4 | 426 | 122 | 116 |
| Binary | 11010100 | 10011010 | 11110101 | 1101 | 100101 | 0 | 100 | 100010110 | 1010010 | 1001110 |
Color Harmonies of #D49AF5
Complementary color
Monochromatic Colors of #D49AF5
Black with #D49AF5
Text Example
Text Example
White with #D49AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49AF5; }
p { color: rgb(212,154,245); }
H1.HeaderClassName
{
color: #D49AF5;
}
.AnyTagClassName
{
color: #D49AF5;
}
</style>
background-color css
<style>
a { background-color: #D49AF5; }
a { background-color: rgb(212,154,245); }
div.DivClassName
{
background-color: #D49AF5;
}
.BgClassName
{
background-color: #D49AF5;
}
</style>
border-color css
<style>
span { border-color: #D49AF5; }
span { border-color: rgb(212,154,245); }
td.TdClassName
{
border-color: #D49AF5;
}
.TagClassName
{
border-color: #D49AF5;
}
</style>