Shades of Mauve #D4A7FC
Tints of Mauve #D4A7FC
RGB
CMYK
RGB Variations
Color information
#D4A7FC (or 0xD4A7FC) is known color: Mauve. HEX triplet: D4, A7 and FC. RGB value is (212,167,252). Sum of RGB (Red+Green+Blue) = 212+167+252=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FC is #2B5803. Grayscale: #BDBDBD. Windows color (decimal): -2840580 or 16558036. OLE color: 16558036.
HSL color Cylindrical-coordinate representation of color #D4A7FC: hue angle of 271.76º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4A7FC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 167 | 252 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.01 |
| HSL | 271.76º | 0.93% | 0.82% | - |
| HSV(B) | 271.76º | 0.34% | 0.99% | - |
| XYZ | 58.54 | 48.66 | 98.4 | - |
| YUV | 190.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 167 | 252 | 0.16 | 0.34 | 0 | 0.01 | 271.76 | 0.93 | 0.82 |
| Hex | D4 | A7 | FC | 10 | 22 | 0 | 1 | 110 | 5D | 52 |
| Octal | 324 | 247 | 374 | 20 | 42 | 0 | 1 | 420 | 135 | 122 |
| Binary | 11010100 | 10100111 | 11111100 | 10000 | 100010 | 0 | 1 | 100010000 | 1011101 | 1010010 |
Color Harmonies of #D4A7FC
Complementary color
Monochromatic Colors of #D4A7FC
Black with #D4A7FC
Text Example
Text Example
White with #D4A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A7FC; }
p { color: rgb(212,167,252); }
H1.HeaderClassName
{
color: #D4A7FC;
}
.AnyTagClassName
{
color: #D4A7FC;
}
</style>
background-color css
<style>
a { background-color: #D4A7FC; }
a { background-color: rgb(212,167,252); }
div.DivClassName
{
background-color: #D4A7FC;
}
.BgClassName
{
background-color: #D4A7FC;
}
</style>
border-color css
<style>
span { border-color: #D4A7FC; }
span { border-color: rgb(212,167,252); }
td.TdClassName
{
border-color: #D4A7FC;
}
.TagClassName
{
border-color: #D4A7FC;
}
</style>