Shades of Mauve #D3A0FE
Tints of Mauve #D3A0FE
RGB
CMYK
RGB Variations
Color information
#D3A0FE (or 0xD3A0FE) is known color: Mauve. HEX triplet: D3, A0 and FE. RGB value is (211,160,254). Sum of RGB (Red+Green+Blue) = 211+160+254=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 160 (62.89% from 255 or 25.6% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A0FE is #2C5F01. Grayscale: #B9B9B9. Windows color (decimal): -2907906 or 16687315. OLE color: 16687315.
HSL color Cylindrical-coordinate representation of color #D3A0FE: hue angle of 272.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3A0FE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 160 | 254 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.00 |
| HSL | 272.55º | 0.98% | 0.81% | - |
| HSV(B) | 272.55º | 0.37% | 1% | - |
| XYZ | 57.32 | 46.15 | 99.65 | - |
| YUV | 185.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 254 | 0.17 | 0.37 | 0 | 0.00 | 272.55 | 0.98 | 0.81 |
| Hex | D3 | A0 | FE | 11 | 25 | 0 | 0 | 111 | 62 | 51 |
| Octal | 323 | 240 | 376 | 21 | 45 | 0 | 0 | 421 | 142 | 121 |
| Binary | 11010011 | 10100000 | 11111110 | 10001 | 100101 | 0 | 0 | 100010001 | 1100010 | 1010001 |
Color Harmonies of #D3A0FE
Complementary color
Monochromatic Colors of #D3A0FE
Black with #D3A0FE
Text Example
Text Example
White with #D3A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A0FE; }
p { color: rgb(211,160,254); }
H1.HeaderClassName
{
color: #D3A0FE;
}
.AnyTagClassName
{
color: #D3A0FE;
}
</style>
background-color css
<style>
a { background-color: #D3A0FE; }
a { background-color: rgb(211,160,254); }
div.DivClassName
{
background-color: #D3A0FE;
}
.BgClassName
{
background-color: #D3A0FE;
}
</style>
border-color css
<style>
span { border-color: #D3A0FE; }
span { border-color: rgb(211,160,254); }
td.TdClassName
{
border-color: #D3A0FE;
}
.TagClassName
{
border-color: #D3A0FE;
}
</style>