Shades of Mauve #DE9DFC
Tints of Mauve #DE9DFC
RGB
CMYK
RGB Variations
Color information
#DE9DFC (or 0xDE9DFC) is known color: Mauve. HEX triplet: DE, 9D and FC. RGB value is (222,157,252). Sum of RGB (Red+Green+Blue) = 222+157+252=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DFC is #216203. Grayscale: #BABABA. Windows color (decimal): -2187780 or 16555486. OLE color: 16555486.
HSL color Cylindrical-coordinate representation of color #DE9DFC: hue angle of 281.05º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9DFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 157 | 252 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.01 |
| HSL | 281.05º | 0.94% | 0.8% | - |
| HSV(B) | 281.05º | 0.38% | 0.99% | - |
| XYZ | 59.75 | 46.67 | 97.95 | - |
| YUV | 187.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 252 | 0.12 | 0.38 | 0 | 0.01 | 281.05 | 0.94 | 0.8 |
| Hex | DE | 9D | FC | C | 26 | 0 | 1 | 119 | 5E | 50 |
| Octal | 336 | 235 | 374 | 14 | 46 | 0 | 1 | 431 | 136 | 120 |
| Binary | 11011110 | 10011101 | 11111100 | 1100 | 100110 | 0 | 1 | 100011001 | 1011110 | 1010000 |
Color Harmonies of #DE9DFC
Complementary color
Monochromatic Colors of #DE9DFC
Black with #DE9DFC
Text Example
Text Example
White with #DE9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DFC; }
p { color: rgb(222,157,252); }
H1.HeaderClassName
{
color: #DE9DFC;
}
.AnyTagClassName
{
color: #DE9DFC;
}
</style>
background-color css
<style>
a { background-color: #DE9DFC; }
a { background-color: rgb(222,157,252); }
div.DivClassName
{
background-color: #DE9DFC;
}
.BgClassName
{
background-color: #DE9DFC;
}
</style>
border-color css
<style>
span { border-color: #DE9DFC; }
span { border-color: rgb(222,157,252); }
td.TdClassName
{
border-color: #DE9DFC;
}
.TagClassName
{
border-color: #DE9DFC;
}
</style>