Shades of Mauve #D8A0FE
Tints of Mauve #D8A0FE
RGB
CMYK
RGB Variations
Color information
#D8A0FE (or 0xD8A0FE) is known color: Mauve. HEX triplet: D8, A0 and FE. RGB value is (216,160,254). Sum of RGB (Red+Green+Blue) = 216+160+254=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 160 (62.89% from 255 or 25.40% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0FE is #275F01. Grayscale: #BBBBBB. Windows color (decimal): -2580226 or 16687320. OLE color: 16687320.
HSL color Cylindrical-coordinate representation of color #D8A0FE: hue angle of 275.74º 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 #D8A0FE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 160 | 254 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.00 |
| HSL | 275.74º | 0.98% | 0.81% | - |
| HSV(B) | 275.74º | 0.37% | 1% | - |
| XYZ | 58.78 | 46.9 | 99.72 | - |
| YUV | 187.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 254 | 0.15 | 0.37 | 0 | 0.00 | 275.74 | 0.98 | 0.81 |
| Hex | D8 | A0 | FE | F | 25 | 0 | 0 | 114 | 62 | 51 |
| Octal | 330 | 240 | 376 | 17 | 45 | 0 | 0 | 424 | 142 | 121 |
| Binary | 11011000 | 10100000 | 11111110 | 1111 | 100101 | 0 | 0 | 100010100 | 1100010 | 1010001 |
Color Harmonies of #D8A0FE
Complementary color
Monochromatic Colors of #D8A0FE
Black with #D8A0FE
Text Example
Text Example
White with #D8A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0FE; }
p { color: rgb(216,160,254); }
H1.HeaderClassName
{
color: #D8A0FE;
}
.AnyTagClassName
{
color: #D8A0FE;
}
</style>
background-color css
<style>
a { background-color: #D8A0FE; }
a { background-color: rgb(216,160,254); }
div.DivClassName
{
background-color: #D8A0FE;
}
.BgClassName
{
background-color: #D8A0FE;
}
</style>
border-color css
<style>
span { border-color: #D8A0FE; }
span { border-color: rgb(216,160,254); }
td.TdClassName
{
border-color: #D8A0FE;
}
.TagClassName
{
border-color: #D8A0FE;
}
</style>