Shades of Mauve #D49FFE
Tints of Mauve #D49FFE
RGB
CMYK
RGB Variations
Color information
#D49FFE (or 0xD49FFE) is known color: Mauve. HEX triplet: D4, 9F and FE. RGB value is (212,159,254). Sum of RGB (Red+Green+Blue) = 212+159+254=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #D49FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49FFE is #2B6001. Grayscale: #B9B9B9. Windows color (decimal): -2842626 or 16687060. OLE color: 16687060.
HSL color Cylindrical-coordinate representation of color #D49FFE: hue angle of 273.47º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49FFE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 159 | 254 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.00 |
| HSL | 273.47º | 0.98% | 0.81% | - |
| HSV(B) | 273.47º | 0.37% | 1% | - |
| XYZ | 57.44 | 45.95 | 99.61 | - |
| YUV | 185.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 254 | 0.17 | 0.37 | 0 | 0.00 | 273.47 | 0.98 | 0.81 |
| Hex | D4 | 9F | FE | 11 | 25 | 0 | 0 | 111 | 62 | 51 |
| Octal | 324 | 237 | 376 | 21 | 45 | 0 | 0 | 421 | 142 | 121 |
| Binary | 11010100 | 10011111 | 11111110 | 10001 | 100101 | 0 | 0 | 100010001 | 1100010 | 1010001 |
Color Harmonies of #D49FFE
Complementary color
Monochromatic Colors of #D49FFE
Black with #D49FFE
Text Example
Text Example
White with #D49FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FFE; }
p { color: rgb(212,159,254); }
H1.HeaderClassName
{
color: #D49FFE;
}
.AnyTagClassName
{
color: #D49FFE;
}
</style>
background-color css
<style>
a { background-color: #D49FFE; }
a { background-color: rgb(212,159,254); }
div.DivClassName
{
background-color: #D49FFE;
}
.BgClassName
{
background-color: #D49FFE;
}
</style>
border-color css
<style>
span { border-color: #D49FFE; }
span { border-color: rgb(212,159,254); }
td.TdClassName
{
border-color: #D49FFE;
}
.TagClassName
{
border-color: #D49FFE;
}
</style>