Shades of Mauve #DE9DFA
Tints of Mauve #DE9DFA
RGB
CMYK
RGB Variations
Color information
#DE9DFA (or 0xDE9DFA) is known color: Mauve. HEX triplet: DE, 9D and FA. RGB value is (222,157,250). Sum of RGB (Red+Green+Blue) = 222+157+250=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DFA is #216205. Grayscale: #BABABA. Windows color (decimal): -2187782 or 16424414. OLE color: 16424414.
HSL color Cylindrical-coordinate representation of color #DE9DFA: hue angle of 281.94º 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 #DE9DFA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 157 | 250 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.02 |
| HSL | 281.94º | 0.9% | 0.8% | - |
| HSV(B) | 281.94º | 0.37% | 0.98% | - |
| XYZ | 59.44 | 46.55 | 96.29 | - |
| YUV | 187.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 250 | 0.11 | 0.37 | 0 | 0.02 | 281.94 | 0.9 | 0.8 |
| Hex | DE | 9D | FA | B | 25 | 0 | 2 | 11A | 5A | 50 |
| Octal | 336 | 235 | 372 | 13 | 45 | 0 | 2 | 432 | 132 | 120 |
| Binary | 11011110 | 10011101 | 11111010 | 1011 | 100101 | 0 | 10 | 100011010 | 1011010 | 1010000 |
Color Harmonies of #DE9DFA
Complementary color
Monochromatic Colors of #DE9DFA
Black with #DE9DFA
Text Example
Text Example
White with #DE9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DFA; }
p { color: rgb(222,157,250); }
H1.HeaderClassName
{
color: #DE9DFA;
}
.AnyTagClassName
{
color: #DE9DFA;
}
</style>
background-color css
<style>
a { background-color: #DE9DFA; }
a { background-color: rgb(222,157,250); }
div.DivClassName
{
background-color: #DE9DFA;
}
.BgClassName
{
background-color: #DE9DFA;
}
</style>
border-color css
<style>
span { border-color: #DE9DFA; }
span { border-color: rgb(222,157,250); }
td.TdClassName
{
border-color: #DE9DFA;
}
.TagClassName
{
border-color: #DE9DFA;
}
</style>