Shades of Mauve #D8A1F3
Tints of Mauve #D8A1F3
RGB
CMYK
RGB Variations
Color information
#D8A1F3 (or 0xD8A1F3) is known color: Mauve. HEX triplet: D8, A1 and F3. RGB value is (216,161,243). Sum of RGB (Red+Green+Blue) = 216+161+243=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A1F3 is #275E0C. Grayscale: #BABABA. Windows color (decimal): -2579981 or 15966680. OLE color: 15966680.
HSL color Cylindrical-coordinate representation of color #D8A1F3: hue angle of 280.24º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A1F3 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 161 | 243 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.05 |
| HSL | 280.24º | 0.77% | 0.79% | - |
| HSV(B) | 280.24º | 0.34% | 0.95% | - |
| XYZ | 57.24 | 46.56 | 90.76 | - |
| YUV | 186.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 243 | 0.11 | 0.34 | 0 | 0.05 | 280.24 | 0.77 | 0.79 |
| Hex | D8 | A1 | F3 | B | 22 | 0 | 5 | 118 | 4D | 4F |
| Octal | 330 | 241 | 363 | 13 | 42 | 0 | 5 | 430 | 115 | 117 |
| Binary | 11011000 | 10100001 | 11110011 | 1011 | 100010 | 0 | 101 | 100011000 | 1001101 | 1001111 |
Color Harmonies of #D8A1F3
Complementary color
Monochromatic Colors of #D8A1F3
Black with #D8A1F3
Text Example
Text Example
White with #D8A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1F3; }
p { color: rgb(216,161,243); }
H1.HeaderClassName
{
color: #D8A1F3;
}
.AnyTagClassName
{
color: #D8A1F3;
}
</style>
background-color css
<style>
a { background-color: #D8A1F3; }
a { background-color: rgb(216,161,243); }
div.DivClassName
{
background-color: #D8A1F3;
}
.BgClassName
{
background-color: #D8A1F3;
}
</style>
border-color css
<style>
span { border-color: #D8A1F3; }
span { border-color: rgb(216,161,243); }
td.TdClassName
{
border-color: #D8A1F3;
}
.TagClassName
{
border-color: #D8A1F3;
}
</style>