Shades of Mauve #D3A7FC
Tints of Mauve #D3A7FC
RGB
CMYK
RGB Variations
Color information
#D3A7FC (or 0xD3A7FC) is known color: Mauve. HEX triplet: D3, A7 and FC. RGB value is (211,167,252). Sum of RGB (Red+Green+Blue) = 211+167+252=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3A7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7FC is #2C5803. Grayscale: #BDBDBD. Windows color (decimal): -2906116 or 16558035. OLE color: 16558035.
HSL color Cylindrical-coordinate representation of color #D3A7FC: hue angle of 271.06º 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 #D3A7FC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 167 | 252 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.01 |
| HSL | 271.06º | 0.93% | 0.82% | - |
| HSV(B) | 271.06º | 0.34% | 0.99% | - |
| XYZ | 58.25 | 48.51 | 98.39 | - |
| YUV | 189.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 252 | 0.16 | 0.34 | 0 | 0.01 | 271.06 | 0.93 | 0.82 |
| Hex | D3 | A7 | FC | 10 | 22 | 0 | 1 | 10F | 5D | 52 |
| Octal | 323 | 247 | 374 | 20 | 42 | 0 | 1 | 417 | 135 | 122 |
| Binary | 11010011 | 10100111 | 11111100 | 10000 | 100010 | 0 | 1 | 100001111 | 1011101 | 1010010 |
Color Harmonies of #D3A7FC
Complementary color
Monochromatic Colors of #D3A7FC
Black with #D3A7FC
Text Example
Text Example
White with #D3A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A7FC; }
p { color: rgb(211,167,252); }
H1.HeaderClassName
{
color: #D3A7FC;
}
.AnyTagClassName
{
color: #D3A7FC;
}
</style>
background-color css
<style>
a { background-color: #D3A7FC; }
a { background-color: rgb(211,167,252); }
div.DivClassName
{
background-color: #D3A7FC;
}
.BgClassName
{
background-color: #D3A7FC;
}
</style>
border-color css
<style>
span { border-color: #D3A7FC; }
span { border-color: rgb(211,167,252); }
td.TdClassName
{
border-color: #D3A7FC;
}
.TagClassName
{
border-color: #D3A7FC;
}
</style>