Shades of Mauve #D1A1FE
Tints of Mauve #D1A1FE
RGB
CMYK
RGB Variations
Color information
#D1A1FE (or 0xD1A1FE) is known color: Mauve. HEX triplet: D1, A1 and FE. RGB value is (209,161,254). Sum of RGB (Red+Green+Blue) = 209+161+254=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A1FE is #2E5E01. Grayscale: #B9B9B9. Windows color (decimal): -3038722 or 16687569. OLE color: 16687569.
HSL color Cylindrical-coordinate representation of color #D1A1FE: hue angle of 270.97º 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 #D1A1FE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 161 | 254 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.00 |
| HSL | 270.97º | 0.98% | 0.81% | - |
| HSV(B) | 270.97º | 0.37% | 1% | - |
| XYZ | 56.93 | 46.2 | 99.68 | - |
| YUV | 185.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 254 | 0.18 | 0.37 | 0 | 0.00 | 270.97 | 0.98 | 0.81 |
| Hex | D1 | A1 | FE | 12 | 25 | 0 | 0 | 10F | 62 | 51 |
| Octal | 321 | 241 | 376 | 22 | 45 | 0 | 0 | 417 | 142 | 121 |
| Binary | 11010001 | 10100001 | 11111110 | 10010 | 100101 | 0 | 0 | 100001111 | 1100010 | 1010001 |
Color Harmonies of #D1A1FE
Complementary color
Monochromatic Colors of #D1A1FE
Black with #D1A1FE
Text Example
Text Example
White with #D1A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A1FE; }
p { color: rgb(209,161,254); }
H1.HeaderClassName
{
color: #D1A1FE;
}
.AnyTagClassName
{
color: #D1A1FE;
}
</style>
background-color css
<style>
a { background-color: #D1A1FE; }
a { background-color: rgb(209,161,254); }
div.DivClassName
{
background-color: #D1A1FE;
}
.BgClassName
{
background-color: #D1A1FE;
}
</style>
border-color css
<style>
span { border-color: #D1A1FE; }
span { border-color: rgb(209,161,254); }
td.TdClassName
{
border-color: #D1A1FE;
}
.TagClassName
{
border-color: #D1A1FE;
}
</style>