Shades of Mauve #DFA5FA
Tints of Mauve #DFA5FA
RGB
CMYK
RGB Variations
Color information
#DFA5FA (or 0xDFA5FA) is known color: Mauve. HEX triplet: DF, A5 and FA. RGB value is (223,165,250). Sum of RGB (Red+Green+Blue) = 223+165+250=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5FA is #205A05. Grayscale: #BFBFBF. Windows color (decimal): -2120198 or 16426463. OLE color: 16426463.
HSL color Cylindrical-coordinate representation of color #DFA5FA: hue angle of 280.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFA5FA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 165 | 250 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.02 |
| HSL | 280.94º | 0.89% | 0.81% | - |
| HSV(B) | 280.94º | 0.34% | 0.98% | - |
| XYZ | 61.14 | 49.5 | 96.77 | - |
| YUV | 192.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 250 | 0.11 | 0.34 | 0 | 0.02 | 280.94 | 0.89 | 0.81 |
| Hex | DF | A5 | FA | B | 22 | 0 | 2 | 119 | 59 | 51 |
| Octal | 337 | 245 | 372 | 13 | 42 | 0 | 2 | 431 | 131 | 121 |
| Binary | 11011111 | 10100101 | 11111010 | 1011 | 100010 | 0 | 10 | 100011001 | 1011001 | 1010001 |
Color Harmonies of #DFA5FA
Complementary color
Monochromatic Colors of #DFA5FA
Black with #DFA5FA
Text Example
Text Example
White with #DFA5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA5FA; }
p { color: rgb(223,165,250); }
H1.HeaderClassName
{
color: #DFA5FA;
}
.AnyTagClassName
{
color: #DFA5FA;
}
</style>
background-color css
<style>
a { background-color: #DFA5FA; }
a { background-color: rgb(223,165,250); }
div.DivClassName
{
background-color: #DFA5FA;
}
.BgClassName
{
background-color: #DFA5FA;
}
</style>
border-color css
<style>
span { border-color: #DFA5FA; }
span { border-color: rgb(223,165,250); }
td.TdClassName
{
border-color: #DFA5FA;
}
.TagClassName
{
border-color: #DFA5FA;
}
</style>