Shades of Mauve #DFA5FF
Tints of Mauve #DFA5FF
RGB
CMYK
RGB Variations
Color information
#DFA5FF (or 0xDFA5FF) is known color: Mauve. HEX triplet: DF, A5 and FF. RGB value is (223,165,255). Sum of RGB (Red+Green+Blue) = 223+165+255=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 165 (64.84% from 255 or 25.66% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA5FF is #205A00. Grayscale: #C0C0C0. Windows color (decimal): -2120193 or 16754143. OLE color: 16754143.
HSL color Cylindrical-coordinate representation of color #DFA5FF: hue angle of 278.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA5FF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 165 | 255 | - |
| CMYK | 0.13 | 0.35 | 0 | 0 |
| HSL | 278.67º | 1% | 0.82% | - |
| HSV(B) | 278.67º | 0.35% | 1% | - |
| XYZ | 61.94 | 49.82 | 100.96 | - |
| YUV | 192.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 255 | 0.13 | 0.35 | 0 | 0 | 278.67 | 1 | 0.82 |
| Hex | DF | A5 | FF | D | 23 | 0 | 0 | 117 | 64 | 52 |
| Octal | 337 | 245 | 377 | 15 | 43 | 0 | 0 | 427 | 144 | 122 |
| Binary | 11011111 | 10100101 | 11111111 | 1101 | 100011 | 0 | 0 | 100010111 | 1100100 | 1010010 |
Color Harmonies of #DFA5FF
Complementary color
Monochromatic Colors of #DFA5FF
Black with #DFA5FF
Text Example
Text Example
White with #DFA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA5FF; }
p { color: rgb(223,165,255); }
H1.HeaderClassName
{
color: #DFA5FF;
}
.AnyTagClassName
{
color: #DFA5FF;
}
</style>
background-color css
<style>
a { background-color: #DFA5FF; }
a { background-color: rgb(223,165,255); }
div.DivClassName
{
background-color: #DFA5FF;
}
.BgClassName
{
background-color: #DFA5FF;
}
</style>
border-color css
<style>
span { border-color: #DFA5FF; }
span { border-color: rgb(223,165,255); }
td.TdClassName
{
border-color: #DFA5FF;
}
.TagClassName
{
border-color: #DFA5FF;
}
</style>