Shades of Mauve #D4A1F3
Tints of Mauve #D4A1F3
RGB
CMYK
RGB Variations
Color information
#D4A1F3 (or 0xD4A1F3) is known color: Mauve. HEX triplet: D4, A1 and F3. RGB value is (212,161,243). Sum of RGB (Red+Green+Blue) = 212+161+243=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 161 (63.28% from 255 or 26.14% 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 #D4A1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A1F3 is #2B5E0C. Grayscale: #B9B9B9. Windows color (decimal): -2842125 or 15966676. OLE color: 15966676.
HSL color Cylindrical-coordinate representation of color #D4A1F3: hue angle of 277.32º 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 #D4A1F3 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 161 | 243 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.05 |
| HSL | 277.32º | 0.77% | 0.79% | - |
| HSV(B) | 277.32º | 0.34% | 0.95% | - |
| XYZ | 56.07 | 45.96 | 90.71 | - |
| YUV | 185.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 243 | 0.13 | 0.34 | 0 | 0.05 | 277.32 | 0.77 | 0.79 |
| Hex | D4 | A1 | F3 | D | 22 | 0 | 5 | 115 | 4D | 4F |
| Octal | 324 | 241 | 363 | 15 | 42 | 0 | 5 | 425 | 115 | 117 |
| Binary | 11010100 | 10100001 | 11110011 | 1101 | 100010 | 0 | 101 | 100010101 | 1001101 | 1001111 |
Color Harmonies of #D4A1F3
Complementary color
Monochromatic Colors of #D4A1F3
Black with #D4A1F3
Text Example
Text Example
White with #D4A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A1F3; }
p { color: rgb(212,161,243); }
H1.HeaderClassName
{
color: #D4A1F3;
}
.AnyTagClassName
{
color: #D4A1F3;
}
</style>
background-color css
<style>
a { background-color: #D4A1F3; }
a { background-color: rgb(212,161,243); }
div.DivClassName
{
background-color: #D4A1F3;
}
.BgClassName
{
background-color: #D4A1F3;
}
</style>
border-color css
<style>
span { border-color: #D4A1F3; }
span { border-color: rgb(212,161,243); }
td.TdClassName
{
border-color: #D4A1F3;
}
.TagClassName
{
border-color: #D4A1F3;
}
</style>