Shades of Mauve #DFA9F2
Tints of Mauve #DFA9F2
RGB
CMYK
RGB Variations
Color information
#DFA9F2 (or 0xDFA9F2) is known color: Mauve. HEX triplet: DF, A9 and F2. RGB value is (223,169,242). Sum of RGB (Red+Green+Blue) = 223+169+242=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 169 (66.41% from 255 or 26.66% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFA9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA9F2 is #20560D. Grayscale: #C1C1C1. Windows color (decimal): -2119182 or 15903199. OLE color: 15903199.
HSL color Cylindrical-coordinate representation of color #DFA9F2: hue angle of 284.38º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFA9F2 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 169 | 242 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.05 |
| HSL | 284.38º | 0.74% | 0.81% | - |
| HSV(B) | 284.38º | 0.3% | 0.95% | - |
| XYZ | 60.65 | 50.47 | 90.55 | - |
| YUV | 193.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 169 | 242 | 0.08 | 0.30 | 0 | 0.05 | 284.38 | 0.74 | 0.81 |
| Hex | DF | A9 | F2 | 8 | 1E | 0 | 5 | 11C | 4A | 51 |
| Octal | 337 | 251 | 362 | 10 | 36 | 0 | 5 | 434 | 112 | 121 |
| Binary | 11011111 | 10101001 | 11110010 | 1000 | 11110 | 0 | 101 | 100011100 | 1001010 | 1010001 |
Color Harmonies of #DFA9F2
Complementary color
Monochromatic Colors of #DFA9F2
Black with #DFA9F2
Text Example
Text Example
White with #DFA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA9F2; }
p { color: rgb(223,169,242); }
H1.HeaderClassName
{
color: #DFA9F2;
}
.AnyTagClassName
{
color: #DFA9F2;
}
</style>
background-color css
<style>
a { background-color: #DFA9F2; }
a { background-color: rgb(223,169,242); }
div.DivClassName
{
background-color: #DFA9F2;
}
.BgClassName
{
background-color: #DFA9F2;
}
</style>
border-color css
<style>
span { border-color: #DFA9F2; }
span { border-color: rgb(223,169,242); }
td.TdClassName
{
border-color: #DFA9F2;
}
.TagClassName
{
border-color: #DFA9F2;
}
</style>