Shades of Mauve #DE9DF1
Tints of Mauve #DE9DF1
RGB
CMYK
RGB Variations
Color information
#DE9DF1 (or 0xDE9DF1) is known color: Mauve. HEX triplet: DE, 9D and F1. RGB value is (222,157,241). Sum of RGB (Red+Green+Blue) = 222+157+241=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE9DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DF1 is #21620E. Grayscale: #B9B9B9. Windows color (decimal): -2187791 or 15834590. OLE color: 15834590.
HSL color Cylindrical-coordinate representation of color #DE9DF1: hue angle of 286.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9DF1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 157 | 241 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.05 |
| HSL | 286.43º | 0.75% | 0.78% | - |
| HSV(B) | 286.43º | 0.35% | 0.95% | - |
| XYZ | 58.06 | 45.99 | 89.04 | - |
| YUV | 186.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 241 | 0.08 | 0.35 | 0 | 0.05 | 286.43 | 0.75 | 0.78 |
| Hex | DE | 9D | F1 | 8 | 23 | 0 | 5 | 11E | 4B | 4E |
| Octal | 336 | 235 | 361 | 10 | 43 | 0 | 5 | 436 | 113 | 116 |
| Binary | 11011110 | 10011101 | 11110001 | 1000 | 100011 | 0 | 101 | 100011110 | 1001011 | 1001110 |
Color Harmonies of #DE9DF1
Complementary color
Monochromatic Colors of #DE9DF1
Black with #DE9DF1
Text Example
Text Example
White with #DE9DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DF1; }
p { color: rgb(222,157,241); }
H1.HeaderClassName
{
color: #DE9DF1;
}
.AnyTagClassName
{
color: #DE9DF1;
}
</style>
background-color css
<style>
a { background-color: #DE9DF1; }
a { background-color: rgb(222,157,241); }
div.DivClassName
{
background-color: #DE9DF1;
}
.BgClassName
{
background-color: #DE9DF1;
}
</style>
border-color css
<style>
span { border-color: #DE9DF1; }
span { border-color: rgb(222,157,241); }
td.TdClassName
{
border-color: #DE9DF1;
}
.TagClassName
{
border-color: #DE9DF1;
}
</style>