Shades of Mauve #D3A2FE
Tints of Mauve #D3A2FE
RGB
CMYK
RGB Variations
Color information
#D3A2FE (or 0xD3A2FE) is known color: Mauve. HEX triplet: D3, A2 and FE. RGB value is (211,162,254). Sum of RGB (Red+Green+Blue) = 211+162+254=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A2FE is #2C5D01. Grayscale: #BABABA. Windows color (decimal): -2907394 or 16687827. OLE color: 16687827.
HSL color Cylindrical-coordinate representation of color #D3A2FE: hue angle of 271.96º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3A2FE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 162 | 254 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.00 |
| HSL | 271.96º | 0.98% | 0.82% | - |
| HSV(B) | 271.96º | 0.36% | 1% | - |
| XYZ | 57.67 | 46.85 | 99.77 | - |
| YUV | 187.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 254 | 0.17 | 0.36 | 0 | 0.00 | 271.96 | 0.98 | 0.82 |
| Hex | D3 | A2 | FE | 11 | 24 | 0 | 0 | 110 | 62 | 52 |
| Octal | 323 | 242 | 376 | 21 | 44 | 0 | 0 | 420 | 142 | 122 |
| Binary | 11010011 | 10100010 | 11111110 | 10001 | 100100 | 0 | 0 | 100010000 | 1100010 | 1010010 |
Color Harmonies of #D3A2FE
Complementary color
Monochromatic Colors of #D3A2FE
Black with #D3A2FE
Text Example
Text Example
White with #D3A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A2FE; }
p { color: rgb(211,162,254); }
H1.HeaderClassName
{
color: #D3A2FE;
}
.AnyTagClassName
{
color: #D3A2FE;
}
</style>
background-color css
<style>
a { background-color: #D3A2FE; }
a { background-color: rgb(211,162,254); }
div.DivClassName
{
background-color: #D3A2FE;
}
.BgClassName
{
background-color: #D3A2FE;
}
</style>
border-color css
<style>
span { border-color: #D3A2FE; }
span { border-color: rgb(211,162,254); }
td.TdClassName
{
border-color: #D3A2FE;
}
.TagClassName
{
border-color: #D3A2FE;
}
</style>