Shades of Mauve #D1A0FC
Tints of Mauve #D1A0FC
RGB
CMYK
RGB Variations
Color information
#D1A0FC (or 0xD1A0FC) is known color: Mauve. HEX triplet: D1, A0 and FC. RGB value is (209,160,252). Sum of RGB (Red+Green+Blue) = 209+160+252=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0FC is #2E5F03. Grayscale: #B8B8B8. Windows color (decimal): -3038980 or 16556241. OLE color: 16556241.
HSL color Cylindrical-coordinate representation of color #D1A0FC: hue angle of 271.96º 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 #D1A0FC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 160 | 252 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.01 |
| HSL | 271.96º | 0.94% | 0.81% | - |
| HSV(B) | 271.96º | 0.37% | 0.99% | - |
| XYZ | 56.44 | 45.73 | 97.95 | - |
| YUV | 185.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 252 | 0.17 | 0.37 | 0 | 0.01 | 271.96 | 0.94 | 0.81 |
| Hex | D1 | A0 | FC | 11 | 25 | 0 | 1 | 110 | 5E | 51 |
| Octal | 321 | 240 | 374 | 21 | 45 | 0 | 1 | 420 | 136 | 121 |
| Binary | 11010001 | 10100000 | 11111100 | 10001 | 100101 | 0 | 1 | 100010000 | 1011110 | 1010001 |
Color Harmonies of #D1A0FC
Complementary color
Monochromatic Colors of #D1A0FC
Black with #D1A0FC
Text Example
Text Example
White with #D1A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0FC; }
p { color: rgb(209,160,252); }
H1.HeaderClassName
{
color: #D1A0FC;
}
.AnyTagClassName
{
color: #D1A0FC;
}
</style>
background-color css
<style>
a { background-color: #D1A0FC; }
a { background-color: rgb(209,160,252); }
div.DivClassName
{
background-color: #D1A0FC;
}
.BgClassName
{
background-color: #D1A0FC;
}
</style>
border-color css
<style>
span { border-color: #D1A0FC; }
span { border-color: rgb(209,160,252); }
td.TdClassName
{
border-color: #D1A0FC;
}
.TagClassName
{
border-color: #D1A0FC;
}
</style>