Shades of Mauve #D49EFF
Tints of Mauve #D49EFF
RGB
CMYK
RGB Variations
Color information
#D49EFF (or 0xD49EFF) is known color: Mauve. HEX triplet: D4, 9E and FF. RGB value is (212,158,255). Sum of RGB (Red+Green+Blue) = 212+158+255=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EFF is #2B6100. Grayscale: #B8B8B8. Windows color (decimal): -2842881 or 16752340. OLE color: 16752340.
HSL color Cylindrical-coordinate representation of color #D49EFF: hue angle of 273.4º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49EFF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 158 | 255 | - |
| CMYK | 0.17 | 0.38 | 0 | 0 |
| HSL | 273.4º | 1% | 0.81% | - |
| HSV(B) | 273.4º | 0.38% | 1% | - |
| XYZ | 57.43 | 45.67 | 100.4 | - |
| YUV | 185.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 255 | 0.17 | 0.38 | 0 | 0 | 273.4 | 1 | 0.81 |
| Hex | D4 | 9E | FF | 11 | 26 | 0 | 0 | 111 | 64 | 51 |
| Octal | 324 | 236 | 377 | 21 | 46 | 0 | 0 | 421 | 144 | 121 |
| Binary | 11010100 | 10011110 | 11111111 | 10001 | 100110 | 0 | 0 | 100010001 | 1100100 | 1010001 |
Color Harmonies of #D49EFF
Complementary color
Monochromatic Colors of #D49EFF
Black with #D49EFF
Text Example
Text Example
White with #D49EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EFF; }
p { color: rgb(212,158,255); }
H1.HeaderClassName
{
color: #D49EFF;
}
.AnyTagClassName
{
color: #D49EFF;
}
</style>
background-color css
<style>
a { background-color: #D49EFF; }
a { background-color: rgb(212,158,255); }
div.DivClassName
{
background-color: #D49EFF;
}
.BgClassName
{
background-color: #D49EFF;
}
</style>
border-color css
<style>
span { border-color: #D49EFF; }
span { border-color: rgb(212,158,255); }
td.TdClassName
{
border-color: #D49EFF;
}
.TagClassName
{
border-color: #D49EFF;
}
</style>