Shades of Mauve #DFA2FF
Tints of Mauve #DFA2FF
RGB
CMYK
RGB Variations
Color information
#DFA2FF (or 0xDFA2FF) is known color: Mauve. HEX triplet: DF, A2 and FF. RGB value is (223,162,255). Sum of RGB (Red+Green+Blue) = 223+162+255=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2FF is #205D00. Grayscale: #BEBEBE. Windows color (decimal): -2120961 or 16753375. OLE color: 16753375.
HSL color Cylindrical-coordinate representation of color #DFA2FF: hue angle of 279.35º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFA2FF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 162 | 255 | - |
| CMYK | 0.13 | 0.36 | 0 | 0 |
| HSL | 279.35º | 1% | 0.82% | - |
| HSV(B) | 279.35º | 0.36% | 1% | - |
| XYZ | 61.4 | 48.75 | 100.78 | - |
| YUV | 190.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 255 | 0.13 | 0.36 | 0 | 0 | 279.35 | 1 | 0.82 |
| Hex | DF | A2 | FF | D | 24 | 0 | 0 | 117 | 64 | 52 |
| Octal | 337 | 242 | 377 | 15 | 44 | 0 | 0 | 427 | 144 | 122 |
| Binary | 11011111 | 10100010 | 11111111 | 1101 | 100100 | 0 | 0 | 100010111 | 1100100 | 1010010 |
Color Harmonies of #DFA2FF
Complementary color
Monochromatic Colors of #DFA2FF
Black with #DFA2FF
Text Example
Text Example
White with #DFA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2FF; }
p { color: rgb(223,162,255); }
H1.HeaderClassName
{
color: #DFA2FF;
}
.AnyTagClassName
{
color: #DFA2FF;
}
</style>
background-color css
<style>
a { background-color: #DFA2FF; }
a { background-color: rgb(223,162,255); }
div.DivClassName
{
background-color: #DFA2FF;
}
.BgClassName
{
background-color: #DFA2FF;
}
</style>
border-color css
<style>
span { border-color: #DFA2FF; }
span { border-color: rgb(223,162,255); }
td.TdClassName
{
border-color: #DFA2FF;
}
.TagClassName
{
border-color: #DFA2FF;
}
</style>