Shades of Mauve #DFA3F0
Tints of Mauve #DFA3F0
RGB
CMYK
RGB Variations
Color information
#DFA3F0 (or 0xDFA3F0) is known color: Mauve. HEX triplet: DF, A3 and F0. RGB value is (223,163,240). Sum of RGB (Red+Green+Blue) = 223+163+240=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 163 (64.06% from 255 or 26.04% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3F0 is #205C0F. Grayscale: #BDBDBD. Windows color (decimal): -2120720 or 15770591. OLE color: 15770591.
HSL color Cylindrical-coordinate representation of color #DFA3F0: hue angle of 286.75º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA3F0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 163 | 240 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.06 |
| HSL | 286.75º | 0.72% | 0.79% | - |
| HSV(B) | 286.75º | 0.32% | 0.94% | - |
| XYZ | 59.26 | 48.17 | 88.61 | - |
| YUV | 189.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 240 | 0.07 | 0.32 | 0 | 0.06 | 286.75 | 0.72 | 0.79 |
| Hex | DF | A3 | F0 | 7 | 20 | 0 | 6 | 11F | 48 | 4F |
| Octal | 337 | 243 | 360 | 7 | 40 | 0 | 6 | 437 | 110 | 117 |
| Binary | 11011111 | 10100011 | 11110000 | 111 | 100000 | 0 | 110 | 100011111 | 1001000 | 1001111 |
Color Harmonies of #DFA3F0
Complementary color
Monochromatic Colors of #DFA3F0
Black with #DFA3F0
Text Example
Text Example
White with #DFA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3F0; }
p { color: rgb(223,163,240); }
H1.HeaderClassName
{
color: #DFA3F0;
}
.AnyTagClassName
{
color: #DFA3F0;
}
</style>
background-color css
<style>
a { background-color: #DFA3F0; }
a { background-color: rgb(223,163,240); }
div.DivClassName
{
background-color: #DFA3F0;
}
.BgClassName
{
background-color: #DFA3F0;
}
</style>
border-color css
<style>
span { border-color: #DFA3F0; }
span { border-color: rgb(223,163,240); }
td.TdClassName
{
border-color: #DFA3F0;
}
.TagClassName
{
border-color: #DFA3F0;
}
</style>