Shades of Mauve #DFA1F1
Tints of Mauve #DFA1F1
RGB
CMYK
RGB Variations
Color information
#DFA1F1 (or 0xDFA1F1) is known color: Mauve. HEX triplet: DF, A1 and F1. RGB value is (223,161,241). Sum of RGB (Red+Green+Blue) = 223+161+241=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 161 (63.28% from 255 or 25.76% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1F1 is #205E0E. Grayscale: #BCBCBC. Windows color (decimal): -2121231 or 15835615. OLE color: 15835615.
HSL color Cylindrical-coordinate representation of color #DFA1F1: hue angle of 286.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFA1F1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 161 | 241 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.05 |
| HSL | 286.5º | 0.74% | 0.79% | - |
| HSV(B) | 286.5º | 0.33% | 0.95% | - |
| XYZ | 59.05 | 47.53 | 89.28 | - |
| YUV | 188.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 241 | 0.07 | 0.33 | 0 | 0.05 | 286.5 | 0.74 | 0.79 |
| Hex | DF | A1 | F1 | 7 | 21 | 0 | 5 | 11E | 4A | 4F |
| Octal | 337 | 241 | 361 | 7 | 41 | 0 | 5 | 436 | 112 | 117 |
| Binary | 11011111 | 10100001 | 11110001 | 111 | 100001 | 0 | 101 | 100011110 | 1001010 | 1001111 |
Color Harmonies of #DFA1F1
Complementary color
Monochromatic Colors of #DFA1F1
Black with #DFA1F1
Text Example
Text Example
White with #DFA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1F1; }
p { color: rgb(223,161,241); }
H1.HeaderClassName
{
color: #DFA1F1;
}
.AnyTagClassName
{
color: #DFA1F1;
}
</style>
background-color css
<style>
a { background-color: #DFA1F1; }
a { background-color: rgb(223,161,241); }
div.DivClassName
{
background-color: #DFA1F1;
}
.BgClassName
{
background-color: #DFA1F1;
}
</style>
border-color css
<style>
span { border-color: #DFA1F1; }
span { border-color: rgb(223,161,241); }
td.TdClassName
{
border-color: #DFA1F1;
}
.TagClassName
{
border-color: #DFA1F1;
}
</style>