Shades of Mauve #DF9DFA
Tints of Mauve #DF9DFA
RGB
CMYK
RGB Variations
Color information
#DF9DFA (or 0xDF9DFA) is known color: Mauve. HEX triplet: DF, 9D and FA. RGB value is (223,157,250). Sum of RGB (Red+Green+Blue) = 223+157+250=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFA is #206205. Grayscale: #BBBBBB. Windows color (decimal): -2122246 or 16424415. OLE color: 16424415.
HSL color Cylindrical-coordinate representation of color #DF9DFA: hue angle of 282.58º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9DFA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 157 | 250 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.02 |
| HSL | 282.58º | 0.9% | 0.8% | - |
| HSV(B) | 282.58º | 0.37% | 0.98% | - |
| XYZ | 59.74 | 46.7 | 96.31 | - |
| YUV | 187.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 250 | 0.11 | 0.37 | 0 | 0.02 | 282.58 | 0.9 | 0.8 |
| Hex | DF | 9D | FA | B | 25 | 0 | 2 | 11B | 5A | 50 |
| Octal | 337 | 235 | 372 | 13 | 45 | 0 | 2 | 433 | 132 | 120 |
| Binary | 11011111 | 10011101 | 11111010 | 1011 | 100101 | 0 | 10 | 100011011 | 1011010 | 1010000 |
Color Harmonies of #DF9DFA
Complementary color
Monochromatic Colors of #DF9DFA
Black with #DF9DFA
Text Example
Text Example
White with #DF9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DFA; }
p { color: rgb(223,157,250); }
H1.HeaderClassName
{
color: #DF9DFA;
}
.AnyTagClassName
{
color: #DF9DFA;
}
</style>
background-color css
<style>
a { background-color: #DF9DFA; }
a { background-color: rgb(223,157,250); }
div.DivClassName
{
background-color: #DF9DFA;
}
.BgClassName
{
background-color: #DF9DFA;
}
</style>
border-color css
<style>
span { border-color: #DF9DFA; }
span { border-color: rgb(223,157,250); }
td.TdClassName
{
border-color: #DF9DFA;
}
.TagClassName
{
border-color: #DF9DFA;
}
</style>