Shades of Mauve #D4A4F1
Tints of Mauve #D4A4F1
RGB
CMYK
RGB Variations
Color information
#D4A4F1 (or 0xD4A4F1) is known color: Mauve. HEX triplet: D4, A4 and F1. RGB value is (212,164,241). Sum of RGB (Red+Green+Blue) = 212+164+241=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A4F1 is #2B5B0E. Grayscale: #BABABA. Windows color (decimal): -2841359 or 15836372. OLE color: 15836372.
HSL color Cylindrical-coordinate representation of color #D4A4F1: hue angle of 277.4º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4A4F1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 164 | 241 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.05 |
| HSL | 277.4º | 0.73% | 0.79% | - |
| HSV(B) | 277.4º | 0.32% | 0.95% | - |
| XYZ | 56.3 | 46.9 | 89.3 | - |
| YUV | 187.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 241 | 0.12 | 0.32 | 0 | 0.05 | 277.4 | 0.73 | 0.79 |
| Hex | D4 | A4 | F1 | C | 20 | 0 | 5 | 115 | 49 | 4F |
| Octal | 324 | 244 | 361 | 14 | 40 | 0 | 5 | 425 | 111 | 117 |
| Binary | 11010100 | 10100100 | 11110001 | 1100 | 100000 | 0 | 101 | 100010101 | 1001001 | 1001111 |
Color Harmonies of #D4A4F1
Complementary color
Monochromatic Colors of #D4A4F1
Black with #D4A4F1
Text Example
Text Example
White with #D4A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A4F1; }
p { color: rgb(212,164,241); }
H1.HeaderClassName
{
color: #D4A4F1;
}
.AnyTagClassName
{
color: #D4A4F1;
}
</style>
background-color css
<style>
a { background-color: #D4A4F1; }
a { background-color: rgb(212,164,241); }
div.DivClassName
{
background-color: #D4A4F1;
}
.BgClassName
{
background-color: #D4A4F1;
}
</style>
border-color css
<style>
span { border-color: #D4A4F1; }
span { border-color: rgb(212,164,241); }
td.TdClassName
{
border-color: #D4A4F1;
}
.TagClassName
{
border-color: #D4A4F1;
}
</style>