Shades of Mauve #DFA1F6
Tints of Mauve #DFA1F6
RGB
CMYK
RGB Variations
Color information
#DFA1F6 (or 0xDFA1F6) is known color: Mauve. HEX triplet: DF, A1 and F6. RGB value is (223,161,246). Sum of RGB (Red+Green+Blue) = 223+161+246=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFA1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1F6 is #205E09. Grayscale: #BCBCBC. Windows color (decimal): -2121226 or 16163295. OLE color: 16163295.
HSL color Cylindrical-coordinate representation of color #DFA1F6: hue angle of 283.76º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA1F6 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 161 | 246 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.04 |
| HSL | 283.76º | 0.83% | 0.8% | - |
| HSV(B) | 283.76º | 0.35% | 0.96% | - |
| XYZ | 59.81 | 47.83 | 93.27 | - |
| YUV | 189.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 246 | 0.09 | 0.35 | 0 | 0.04 | 283.76 | 0.83 | 0.8 |
| Hex | DF | A1 | F6 | 9 | 23 | 0 | 4 | 11C | 53 | 50 |
| Octal | 337 | 241 | 366 | 11 | 43 | 0 | 4 | 434 | 123 | 120 |
| Binary | 11011111 | 10100001 | 11110110 | 1001 | 100011 | 0 | 100 | 100011100 | 1010011 | 1010000 |
Color Harmonies of #DFA1F6
Complementary color
Monochromatic Colors of #DFA1F6
Black with #DFA1F6
Text Example
Text Example
White with #DFA1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1F6; }
p { color: rgb(223,161,246); }
H1.HeaderClassName
{
color: #DFA1F6;
}
.AnyTagClassName
{
color: #DFA1F6;
}
</style>
background-color css
<style>
a { background-color: #DFA1F6; }
a { background-color: rgb(223,161,246); }
div.DivClassName
{
background-color: #DFA1F6;
}
.BgClassName
{
background-color: #DFA1F6;
}
</style>
border-color css
<style>
span { border-color: #DFA1F6; }
span { border-color: rgb(223,161,246); }
td.TdClassName
{
border-color: #DFA1F6;
}
.TagClassName
{
border-color: #DFA1F6;
}
</style>