Shades of Mauve #D3A2F3
Tints of Mauve #D3A2F3
RGB
CMYK
RGB Variations
Color information
#D3A2F3 (or 0xD3A2F3) is known color: Mauve. HEX triplet: D3, A2 and F3. RGB value is (211,162,243). Sum of RGB (Red+Green+Blue) = 211+162+243=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3A2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A2F3 is #2C5D0C. Grayscale: #B9B9B9. Windows color (decimal): -2907405 or 15966931. OLE color: 15966931.
HSL color Cylindrical-coordinate representation of color #D3A2F3: hue angle of 276.3º degrees, saturation: 0.77, 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 #D3A2F3 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 162 | 243 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.05 |
| HSL | 276.3º | 0.77% | 0.79% | - |
| HSV(B) | 276.3º | 0.33% | 0.95% | - |
| XYZ | 55.96 | 46.16 | 90.75 | - |
| YUV | 185.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 243 | 0.13 | 0.33 | 0 | 0.05 | 276.3 | 0.77 | 0.79 |
| Hex | D3 | A2 | F3 | D | 21 | 0 | 5 | 114 | 4D | 4F |
| Octal | 323 | 242 | 363 | 15 | 41 | 0 | 5 | 424 | 115 | 117 |
| Binary | 11010011 | 10100010 | 11110011 | 1101 | 100001 | 0 | 101 | 100010100 | 1001101 | 1001111 |
Color Harmonies of #D3A2F3
Complementary color
Monochromatic Colors of #D3A2F3
Black with #D3A2F3
Text Example
Text Example
White with #D3A2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2F3; }
p { color: rgb(211,162,243); }
H1.HeaderClassName
{
color: #D3A2F3;
}
.AnyTagClassName
{
color: #D3A2F3;
}
</style>
background-color css
<style>
a { background-color: #D3A2F3; }
a { background-color: rgb(211,162,243); }
div.DivClassName
{
background-color: #D3A2F3;
}
.BgClassName
{
background-color: #D3A2F3;
}
</style>
border-color css
<style>
span { border-color: #D3A2F3; }
span { border-color: rgb(211,162,243); }
td.TdClassName
{
border-color: #D3A2F3;
}
.TagClassName
{
border-color: #D3A2F3;
}
</style>