Shades of Mauve #DFA7F1
Tints of Mauve #DFA7F1
RGB
CMYK
RGB Variations
Color information
#DFA7F1 (or 0xDFA7F1) is known color: Mauve. HEX triplet: DF, A7 and F1. RGB value is (223,167,241). Sum of RGB (Red+Green+Blue) = 223+167+241=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 167 (65.62% from 255 or 26.47% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA7F1 is #20580E. Grayscale: #BFBFBF. Windows color (decimal): -2119695 or 15837151. OLE color: 15837151.
HSL color Cylindrical-coordinate representation of color #DFA7F1: hue angle of 285.41º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA7F1 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 167 | 241 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.05 |
| HSL | 285.41º | 0.73% | 0.8% | - |
| HSV(B) | 285.41º | 0.31% | 0.95% | - |
| XYZ | 60.13 | 49.68 | 89.64 | - |
| YUV | 192.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 241 | 0.07 | 0.31 | 0 | 0.05 | 285.41 | 0.73 | 0.8 |
| Hex | DF | A7 | F1 | 7 | 1F | 0 | 5 | 11D | 49 | 50 |
| Octal | 337 | 247 | 361 | 7 | 37 | 0 | 5 | 435 | 111 | 120 |
| Binary | 11011111 | 10100111 | 11110001 | 111 | 11111 | 0 | 101 | 100011101 | 1001001 | 1010000 |
Color Harmonies of #DFA7F1
Complementary color
Monochromatic Colors of #DFA7F1
Black with #DFA7F1
Text Example
Text Example
White with #DFA7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA7F1; }
p { color: rgb(223,167,241); }
H1.HeaderClassName
{
color: #DFA7F1;
}
.AnyTagClassName
{
color: #DFA7F1;
}
</style>
background-color css
<style>
a { background-color: #DFA7F1; }
a { background-color: rgb(223,167,241); }
div.DivClassName
{
background-color: #DFA7F1;
}
.BgClassName
{
background-color: #DFA7F1;
}
</style>
border-color css
<style>
span { border-color: #DFA7F1; }
span { border-color: rgb(223,167,241); }
td.TdClassName
{
border-color: #DFA7F1;
}
.TagClassName
{
border-color: #DFA7F1;
}
</style>