Shades of Mauve #D4A3FE
Tints of Mauve #D4A3FE
RGB
CMYK
RGB Variations
Color information
#D4A3FE (or 0xD4A3FE) is known color: Mauve. HEX triplet: D4, A3 and FE. RGB value is (212,163,254). Sum of RGB (Red+Green+Blue) = 212+163+254=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 163 (64.06% from 255 or 25.91% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3FE is #2B5C01. Grayscale: #BBBBBB. Windows color (decimal): -2841602 or 16688084. OLE color: 16688084.
HSL color Cylindrical-coordinate representation of color #D4A3FE: hue angle of 272.31º 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 #D4A3FE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 163 | 254 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.00 |
| HSL | 272.31º | 0.98% | 0.82% | - |
| HSV(B) | 272.31º | 0.36% | 1% | - |
| XYZ | 58.14 | 47.35 | 99.84 | - |
| YUV | 188.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 254 | 0.17 | 0.36 | 0 | 0.00 | 272.31 | 0.98 | 0.82 |
| Hex | D4 | A3 | FE | 11 | 24 | 0 | 0 | 110 | 62 | 52 |
| Octal | 324 | 243 | 376 | 21 | 44 | 0 | 0 | 420 | 142 | 122 |
| Binary | 11010100 | 10100011 | 11111110 | 10001 | 100100 | 0 | 0 | 100010000 | 1100010 | 1010010 |
Color Harmonies of #D4A3FE
Complementary color
Monochromatic Colors of #D4A3FE
Black with #D4A3FE
Text Example
Text Example
White with #D4A3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A3FE; }
p { color: rgb(212,163,254); }
H1.HeaderClassName
{
color: #D4A3FE;
}
.AnyTagClassName
{
color: #D4A3FE;
}
</style>
background-color css
<style>
a { background-color: #D4A3FE; }
a { background-color: rgb(212,163,254); }
div.DivClassName
{
background-color: #D4A3FE;
}
.BgClassName
{
background-color: #D4A3FE;
}
</style>
border-color css
<style>
span { border-color: #D4A3FE; }
span { border-color: rgb(212,163,254); }
td.TdClassName
{
border-color: #D4A3FE;
}
.TagClassName
{
border-color: #D4A3FE;
}
</style>