Shades of Mauve #D1A0FE
Tints of Mauve #D1A0FE
RGB
CMYK
RGB Variations
Color information
#D1A0FE (or 0xD1A0FE) is known color: Mauve. HEX triplet: D1, A0 and FE. RGB value is (209,160,254). Sum of RGB (Red+Green+Blue) = 209+160+254=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0FE is #2E5F01. Grayscale: #B9B9B9. Windows color (decimal): -3038978 or 16687313. OLE color: 16687313.
HSL color Cylindrical-coordinate representation of color #D1A0FE: hue angle of 271.28º 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 #D1A0FE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 160 | 254 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.00 |
| HSL | 271.28º | 0.98% | 0.81% | - |
| HSV(B) | 271.28º | 0.37% | 1% | - |
| XYZ | 56.75 | 45.85 | 99.63 | - |
| YUV | 185.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 254 | 0.18 | 0.37 | 0 | 0.00 | 271.28 | 0.98 | 0.81 |
| Hex | D1 | A0 | FE | 12 | 25 | 0 | 0 | 10F | 62 | 51 |
| Octal | 321 | 240 | 376 | 22 | 45 | 0 | 0 | 417 | 142 | 121 |
| Binary | 11010001 | 10100000 | 11111110 | 10010 | 100101 | 0 | 0 | 100001111 | 1100010 | 1010001 |
Color Harmonies of #D1A0FE
Complementary color
Monochromatic Colors of #D1A0FE
Black with #D1A0FE
Text Example
Text Example
White with #D1A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0FE; }
p { color: rgb(209,160,254); }
H1.HeaderClassName
{
color: #D1A0FE;
}
.AnyTagClassName
{
color: #D1A0FE;
}
</style>
background-color css
<style>
a { background-color: #D1A0FE; }
a { background-color: rgb(209,160,254); }
div.DivClassName
{
background-color: #D1A0FE;
}
.BgClassName
{
background-color: #D1A0FE;
}
</style>
border-color css
<style>
span { border-color: #D1A0FE; }
span { border-color: rgb(209,160,254); }
td.TdClassName
{
border-color: #D1A0FE;
}
.TagClassName
{
border-color: #D1A0FE;
}
</style>