Shades of Mauve #D7A4F1
Tints of Mauve #D7A4F1
RGB
CMYK
RGB Variations
Color information
#D7A4F1 (or 0xD7A4F1) is known color: Mauve. HEX triplet: D7, A4 and F1. RGB value is (215,164,241). Sum of RGB (Red+Green+Blue) = 215+164+241=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A4F1 is #285B0E. Grayscale: #BBBBBB. Windows color (decimal): -2644751 or 15836375. OLE color: 15836375.
HSL color Cylindrical-coordinate representation of color #D7A4F1: hue angle of 279.74º 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 #D7A4F1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 164 | 241 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.05 |
| HSL | 279.74º | 0.73% | 0.79% | - |
| HSV(B) | 279.74º | 0.32% | 0.95% | - |
| XYZ | 57.18 | 47.35 | 89.34 | - |
| YUV | 188.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 241 | 0.11 | 0.32 | 0 | 0.05 | 279.74 | 0.73 | 0.79 |
| Hex | D7 | A4 | F1 | B | 20 | 0 | 5 | 118 | 49 | 4F |
| Octal | 327 | 244 | 361 | 13 | 40 | 0 | 5 | 430 | 111 | 117 |
| Binary | 11010111 | 10100100 | 11110001 | 1011 | 100000 | 0 | 101 | 100011000 | 1001001 | 1001111 |
Color Harmonies of #D7A4F1
Complementary color
Monochromatic Colors of #D7A4F1
Black with #D7A4F1
Text Example
Text Example
White with #D7A4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A4F1; }
p { color: rgb(215,164,241); }
H1.HeaderClassName
{
color: #D7A4F1;
}
.AnyTagClassName
{
color: #D7A4F1;
}
</style>
background-color css
<style>
a { background-color: #D7A4F1; }
a { background-color: rgb(215,164,241); }
div.DivClassName
{
background-color: #D7A4F1;
}
.BgClassName
{
background-color: #D7A4F1;
}
</style>
border-color css
<style>
span { border-color: #D7A4F1; }
span { border-color: rgb(215,164,241); }
td.TdClassName
{
border-color: #D7A4F1;
}
.TagClassName
{
border-color: #D7A4F1;
}
</style>