Shades of Mauve #D49CF8
Tints of Mauve #D49CF8
RGB
CMYK
RGB Variations
Color information
#D49CF8 (or 0xD49CF8) is known color: Mauve. HEX triplet: D4, 9C and F8. RGB value is (212,156,248). Sum of RGB (Red+Green+Blue) = 212+156+248=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #D49CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CF8 is #2B6307. Grayscale: #B6B6B6. Windows color (decimal): -2843400 or 16293076. OLE color: 16293076.
HSL color Cylindrical-coordinate representation of color #D49CF8: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49CF8 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 156 | 248 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.03 |
| HSL | 276.52º | 0.87% | 0.79% | - |
| HSV(B) | 276.52º | 0.37% | 0.97% | - |
| XYZ | 55.98 | 44.55 | 94.46 | - |
| YUV | 183.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 248 | 0.15 | 0.37 | 0 | 0.03 | 276.52 | 0.87 | 0.79 |
| Hex | D4 | 9C | F8 | F | 25 | 0 | 3 | 115 | 57 | 4F |
| Octal | 324 | 234 | 370 | 17 | 45 | 0 | 3 | 425 | 127 | 117 |
| Binary | 11010100 | 10011100 | 11111000 | 1111 | 100101 | 0 | 11 | 100010101 | 1010111 | 1001111 |
Color Harmonies of #D49CF8
Complementary color
Monochromatic Colors of #D49CF8
Black with #D49CF8
Text Example
Text Example
White with #D49CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CF8; }
p { color: rgb(212,156,248); }
H1.HeaderClassName
{
color: #D49CF8;
}
.AnyTagClassName
{
color: #D49CF8;
}
</style>
background-color css
<style>
a { background-color: #D49CF8; }
a { background-color: rgb(212,156,248); }
div.DivClassName
{
background-color: #D49CF8;
}
.BgClassName
{
background-color: #D49CF8;
}
</style>
border-color css
<style>
span { border-color: #D49CF8; }
span { border-color: rgb(212,156,248); }
td.TdClassName
{
border-color: #D49CF8;
}
.TagClassName
{
border-color: #D49CF8;
}
</style>