Shades of Mauve #D3A2F1
Tints of Mauve #D3A2F1
RGB
CMYK
RGB Variations
Color information
#D3A2F1 (or 0xD3A2F1) is known color: Mauve. HEX triplet: D3, A2 and F1. RGB value is (211,162,241). Sum of RGB (Red+Green+Blue) = 211+162+241=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3A2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A2F1 is #2C5D0E. Grayscale: #B9B9B9. Windows color (decimal): -2907407 or 15835859. OLE color: 15835859.
HSL color Cylindrical-coordinate representation of color #D3A2F1: hue angle of 277.22º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3A2F1 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 162 | 241 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.05 |
| HSL | 277.22º | 0.74% | 0.79% | - |
| HSV(B) | 277.22º | 0.33% | 0.95% | - |
| XYZ | 55.66 | 46.04 | 89.17 | - |
| YUV | 185.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 241 | 0.12 | 0.33 | 0 | 0.05 | 277.22 | 0.74 | 0.79 |
| Hex | D3 | A2 | F1 | C | 21 | 0 | 5 | 115 | 4A | 4F |
| Octal | 323 | 242 | 361 | 14 | 41 | 0 | 5 | 425 | 112 | 117 |
| Binary | 11010011 | 10100010 | 11110001 | 1100 | 100001 | 0 | 101 | 100010101 | 1001010 | 1001111 |
Color Harmonies of #D3A2F1
Complementary color
Monochromatic Colors of #D3A2F1
Black with #D3A2F1
Text Example
Text Example
White with #D3A2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2F1; }
p { color: rgb(211,162,241); }
H1.HeaderClassName
{
color: #D3A2F1;
}
.AnyTagClassName
{
color: #D3A2F1;
}
</style>
background-color css
<style>
a { background-color: #D3A2F1; }
a { background-color: rgb(211,162,241); }
div.DivClassName
{
background-color: #D3A2F1;
}
.BgClassName
{
background-color: #D3A2F1;
}
</style>
border-color css
<style>
span { border-color: #D3A2F1; }
span { border-color: rgb(211,162,241); }
td.TdClassName
{
border-color: #D3A2F1;
}
.TagClassName
{
border-color: #D3A2F1;
}
</style>