Shades of Mauve #D3A1F3
Tints of Mauve #D3A1F3
RGB
CMYK
RGB Variations
Color information
#D3A1F3 (or 0xD3A1F3) is known color: Mauve. HEX triplet: D3, A1 and F3. RGB value is (211,161,243). Sum of RGB (Red+Green+Blue) = 211+161+243=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A1F3 is #2C5E0C. Grayscale: #B9B9B9. Windows color (decimal): -2907661 or 15966675. OLE color: 15966675.
HSL color Cylindrical-coordinate representation of color #D3A1F3: hue angle of 276.59º 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 #D3A1F3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 161 | 243 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.05 |
| HSL | 276.59º | 0.77% | 0.79% | - |
| HSV(B) | 276.59º | 0.34% | 0.95% | - |
| XYZ | 55.79 | 45.81 | 90.7 | - |
| YUV | 185.3 | 160.57 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 243 | 0.13 | 0.34 | 0 | 0.05 | 276.59 | 0.77 | 0.79 |
| Hex | D3 | A1 | F3 | D | 22 | 0 | 5 | 115 | 4D | 4F |
| Octal | 323 | 241 | 363 | 15 | 42 | 0 | 5 | 425 | 115 | 117 |
| Binary | 11010011 | 10100001 | 11110011 | 1101 | 100010 | 0 | 101 | 100010101 | 1001101 | 1001111 |
Color Harmonies of #D3A1F3
Complementary color
Monochromatic Colors of #D3A1F3
Black with #D3A1F3
Text Example
Text Example
White with #D3A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A1F3; }
p { color: rgb(211,161,243); }
H1.HeaderClassName
{
color: #D3A1F3;
}
.AnyTagClassName
{
color: #D3A1F3;
}
</style>
background-color css
<style>
a { background-color: #D3A1F3; }
a { background-color: rgb(211,161,243); }
div.DivClassName
{
background-color: #D3A1F3;
}
.BgClassName
{
background-color: #D3A1F3;
}
</style>
border-color css
<style>
span { border-color: #D3A1F3; }
span { border-color: rgb(211,161,243); }
td.TdClassName
{
border-color: #D3A1F3;
}
.TagClassName
{
border-color: #D3A1F3;
}
</style>