Shades of Mauve #D49CFC
Tints of Mauve #D49CFC
RGB
CMYK
RGB Variations
Color information
#D49CFC (or 0xD49CFC) is known color: Mauve. HEX triplet: D4, 9C and FC. RGB value is (212,156,252). Sum of RGB (Red+Green+Blue) = 212+156+252=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D49CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CFC is #2B6303. Grayscale: #B7B7B7. Windows color (decimal): -2843396 or 16555220. OLE color: 16555220.
HSL color Cylindrical-coordinate representation of color #D49CFC: hue angle of 275º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49CFC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 156 | 252 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.01 |
| HSL | 275º | 0.94% | 0.8% | - |
| HSV(B) | 275º | 0.38% | 0.99% | - |
| XYZ | 56.61 | 44.8 | 97.76 | - |
| YUV | 183.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 252 | 0.16 | 0.38 | 0 | 0.01 | 275 | 0.94 | 0.8 |
| Hex | D4 | 9C | FC | 10 | 26 | 0 | 1 | 113 | 5E | 50 |
| Octal | 324 | 234 | 374 | 20 | 46 | 0 | 1 | 423 | 136 | 120 |
| Binary | 11010100 | 10011100 | 11111100 | 10000 | 100110 | 0 | 1 | 100010011 | 1011110 | 1010000 |
Color Harmonies of #D49CFC
Complementary color
Monochromatic Colors of #D49CFC
Black with #D49CFC
Text Example
Text Example
White with #D49CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CFC; }
p { color: rgb(212,156,252); }
H1.HeaderClassName
{
color: #D49CFC;
}
.AnyTagClassName
{
color: #D49CFC;
}
</style>
background-color css
<style>
a { background-color: #D49CFC; }
a { background-color: rgb(212,156,252); }
div.DivClassName
{
background-color: #D49CFC;
}
.BgClassName
{
background-color: #D49CFC;
}
</style>
border-color css
<style>
span { border-color: #D49CFC; }
span { border-color: rgb(212,156,252); }
td.TdClassName
{
border-color: #D49CFC;
}
.TagClassName
{
border-color: #D49CFC;
}
</style>