Shades of Mauve #DE9DFF
Tints of Mauve #DE9DFF
RGB
CMYK
RGB Variations
Color information
#DE9DFF (or 0xDE9DFF) is known color: Mauve. HEX triplet: DE, 9D and FF. RGB value is (222,157,255). Sum of RGB (Red+Green+Blue) = 222+157+255=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DFF is #216200. Grayscale: #BBBBBB. Windows color (decimal): -2187777 or 16752094. OLE color: 16752094.
HSL color Cylindrical-coordinate representation of color #DE9DFF: hue angle of 279.8º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9DFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 157 | 255 | - |
| CMYK | 0.13 | 0.38 | 0 | 0 |
| HSL | 279.8º | 1% | 0.81% | - |
| HSV(B) | 279.8º | 0.38% | 1% | - |
| XYZ | 60.23 | 46.86 | 100.48 | - |
| YUV | 187.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 255 | 0.13 | 0.38 | 0 | 0 | 279.8 | 1 | 0.81 |
| Hex | DE | 9D | FF | D | 26 | 0 | 0 | 118 | 64 | 51 |
| Octal | 336 | 235 | 377 | 15 | 46 | 0 | 0 | 430 | 144 | 121 |
| Binary | 11011110 | 10011101 | 11111111 | 1101 | 100110 | 0 | 0 | 100011000 | 1100100 | 1010001 |
Color Harmonies of #DE9DFF
Complementary color
Monochromatic Colors of #DE9DFF
Black with #DE9DFF
Text Example
Text Example
White with #DE9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DFF; }
p { color: rgb(222,157,255); }
H1.HeaderClassName
{
color: #DE9DFF;
}
.AnyTagClassName
{
color: #DE9DFF;
}
</style>
background-color css
<style>
a { background-color: #DE9DFF; }
a { background-color: rgb(222,157,255); }
div.DivClassName
{
background-color: #DE9DFF;
}
.BgClassName
{
background-color: #DE9DFF;
}
</style>
border-color css
<style>
span { border-color: #DE9DFF; }
span { border-color: rgb(222,157,255); }
td.TdClassName
{
border-color: #DE9DFF;
}
.TagClassName
{
border-color: #DE9DFF;
}
</style>