Shades of Mauve #DFA1FF
Tints of Mauve #DFA1FF
RGB
CMYK
RGB Variations
Color information
#DFA1FF (or 0xDFA1FF) is known color: Mauve. HEX triplet: DF, A1 and FF. RGB value is (223,161,255). Sum of RGB (Red+Green+Blue) = 223+161+255=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 161 (63.28% from 255 or 25.20% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA1FF is #205E00. Grayscale: #BDBDBD. Windows color (decimal): -2121217 or 16753119. OLE color: 16753119.
HSL color Cylindrical-coordinate representation of color #DFA1FF: hue angle of 279.57º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFA1FF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 161 | 255 | - |
| CMYK | 0.13 | 0.37 | 0 | 0 |
| HSL | 279.57º | 1% | 0.82% | - |
| HSV(B) | 279.57º | 0.37% | 1% | - |
| XYZ | 61.23 | 48.4 | 100.72 | - |
| YUV | 190.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 255 | 0.13 | 0.37 | 0 | 0 | 279.57 | 1 | 0.82 |
| Hex | DF | A1 | FF | D | 25 | 0 | 0 | 118 | 64 | 52 |
| Octal | 337 | 241 | 377 | 15 | 45 | 0 | 0 | 430 | 144 | 122 |
| Binary | 11011111 | 10100001 | 11111111 | 1101 | 100101 | 0 | 0 | 100011000 | 1100100 | 1010010 |
Color Harmonies of #DFA1FF
Complementary color
Monochromatic Colors of #DFA1FF
Black with #DFA1FF
Text Example
Text Example
White with #DFA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA1FF; }
p { color: rgb(223,161,255); }
H1.HeaderClassName
{
color: #DFA1FF;
}
.AnyTagClassName
{
color: #DFA1FF;
}
</style>
background-color css
<style>
a { background-color: #DFA1FF; }
a { background-color: rgb(223,161,255); }
div.DivClassName
{
background-color: #DFA1FF;
}
.BgClassName
{
background-color: #DFA1FF;
}
</style>
border-color css
<style>
span { border-color: #DFA1FF; }
span { border-color: rgb(223,161,255); }
td.TdClassName
{
border-color: #DFA1FF;
}
.TagClassName
{
border-color: #DFA1FF;
}
</style>