Shades of Mauve #D3A0FC
Tints of Mauve #D3A0FC
RGB
CMYK
RGB Variations
Color information
#D3A0FC (or 0xD3A0FC) is known color: Mauve. HEX triplet: D3, A0 and FC. RGB value is (211,160,252). Sum of RGB (Red+Green+Blue) = 211+160+252=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #D3A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A0FC is #2C5F03. Grayscale: #B9B9B9. Windows color (decimal): -2907908 or 16556243. OLE color: 16556243.
HSL color Cylindrical-coordinate representation of color #D3A0FC: hue angle of 273.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3A0FC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 160 | 252 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.01 |
| HSL | 273.26º | 0.94% | 0.81% | - |
| HSV(B) | 273.26º | 0.37% | 0.99% | - |
| XYZ | 57.01 | 46.02 | 97.97 | - |
| YUV | 185.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 252 | 0.16 | 0.37 | 0 | 0.01 | 273.26 | 0.94 | 0.81 |
| Hex | D3 | A0 | FC | 10 | 25 | 0 | 1 | 111 | 5E | 51 |
| Octal | 323 | 240 | 374 | 20 | 45 | 0 | 1 | 421 | 136 | 121 |
| Binary | 11010011 | 10100000 | 11111100 | 10000 | 100101 | 0 | 1 | 100010001 | 1011110 | 1010001 |
Color Harmonies of #D3A0FC
Complementary color
Monochromatic Colors of #D3A0FC
Black with #D3A0FC
Text Example
Text Example
White with #D3A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A0FC; }
p { color: rgb(211,160,252); }
H1.HeaderClassName
{
color: #D3A0FC;
}
.AnyTagClassName
{
color: #D3A0FC;
}
</style>
background-color css
<style>
a { background-color: #D3A0FC; }
a { background-color: rgb(211,160,252); }
div.DivClassName
{
background-color: #D3A0FC;
}
.BgClassName
{
background-color: #D3A0FC;
}
</style>
border-color css
<style>
span { border-color: #D3A0FC; }
span { border-color: rgb(211,160,252); }
td.TdClassName
{
border-color: #D3A0FC;
}
.TagClassName
{
border-color: #D3A0FC;
}
</style>