Shades of Mauve #D8A1FE
Tints of Mauve #D8A1FE
RGB
CMYK
RGB Variations
Color information
#D8A1FE (or 0xD8A1FE) is known color: Mauve. HEX triplet: D8, A1 and FE. RGB value is (216,161,254). Sum of RGB (Red+Green+Blue) = 216+161+254=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A1FE is #275E01. Grayscale: #BBBBBB. Windows color (decimal): -2579970 or 16687576. OLE color: 16687576.
HSL color Cylindrical-coordinate representation of color #D8A1FE: hue angle of 275.48º 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 #D8A1FE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 161 | 254 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.00 |
| HSL | 275.48º | 0.98% | 0.81% | - |
| HSV(B) | 275.48º | 0.37% | 1% | - |
| XYZ | 58.95 | 47.24 | 99.78 | - |
| YUV | 188.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 254 | 0.15 | 0.37 | 0 | 0.00 | 275.48 | 0.98 | 0.81 |
| Hex | D8 | A1 | FE | F | 25 | 0 | 0 | 113 | 62 | 51 |
| Octal | 330 | 241 | 376 | 17 | 45 | 0 | 0 | 423 | 142 | 121 |
| Binary | 11011000 | 10100001 | 11111110 | 1111 | 100101 | 0 | 0 | 100010011 | 1100010 | 1010001 |
Color Harmonies of #D8A1FE
Complementary color
Monochromatic Colors of #D8A1FE
Black with #D8A1FE
Text Example
Text Example
White with #D8A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1FE; }
p { color: rgb(216,161,254); }
H1.HeaderClassName
{
color: #D8A1FE;
}
.AnyTagClassName
{
color: #D8A1FE;
}
</style>
background-color css
<style>
a { background-color: #D8A1FE; }
a { background-color: rgb(216,161,254); }
div.DivClassName
{
background-color: #D8A1FE;
}
.BgClassName
{
background-color: #D8A1FE;
}
</style>
border-color css
<style>
span { border-color: #D8A1FE; }
span { border-color: rgb(216,161,254); }
td.TdClassName
{
border-color: #D8A1FE;
}
.TagClassName
{
border-color: #D8A1FE;
}
</style>