Shades of Mauve #DFA9F1
Tints of Mauve #DFA9F1
RGB
CMYK
RGB Variations
Color information
#DFA9F1 (or 0xDFA9F1) is known color: Mauve. HEX triplet: DF, A9 and F1. RGB value is (223,169,241). Sum of RGB (Red+Green+Blue) = 223+169+241=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9F1 is #20560E. Grayscale: #C1C1C1. Windows color (decimal): -2119183 or 15837663. OLE color: 15837663.
HSL color Cylindrical-coordinate representation of color #DFA9F1: hue angle of 285º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA9F1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 169 | 241 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.05 |
| HSL | 285º | 0.72% | 0.8% | - |
| HSV(B) | 285º | 0.3% | 0.95% | - |
| XYZ | 60.5 | 50.41 | 89.76 | - |
| YUV | 193.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 241 | 0.07 | 0.30 | 0 | 0.05 | 285 | 0.72 | 0.8 |
| Hex | DF | A9 | F1 | 7 | 1E | 0 | 5 | 11D | 48 | 50 |
| Octal | 337 | 251 | 361 | 7 | 36 | 0 | 5 | 435 | 110 | 120 |
| Binary | 11011111 | 10101001 | 11110001 | 111 | 11110 | 0 | 101 | 100011101 | 1001000 | 1010000 |
Color Harmonies of #DFA9F1
Complementary color
Monochromatic Colors of #DFA9F1
Black with #DFA9F1
Text Example
Text Example
White with #DFA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9F1; }
p { color: rgb(223,169,241); }
H1.HeaderClassName
{
color: #DFA9F1;
}
.AnyTagClassName
{
color: #DFA9F1;
}
</style>
background-color css
<style>
a { background-color: #DFA9F1; }
a { background-color: rgb(223,169,241); }
div.DivClassName
{
background-color: #DFA9F1;
}
.BgClassName
{
background-color: #DFA9F1;
}
</style>
border-color css
<style>
span { border-color: #DFA9F1; }
span { border-color: rgb(223,169,241); }
td.TdClassName
{
border-color: #DFA9F1;
}
.TagClassName
{
border-color: #DFA9F1;
}
</style>