Shades of Mauve #DE9FF2
Tints of Mauve #DE9FF2
RGB
CMYK
RGB Variations
Color information
#DE9FF2 (or 0xDE9FF2) is known color: Mauve. HEX triplet: DE, 9F and F2. RGB value is (222,159,242). Sum of RGB (Red+Green+Blue) = 222+159+242=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FF2 is #21600D. Grayscale: #BBBBBB. Windows color (decimal): -2187278 or 15900638. OLE color: 15900638.
HSL color Cylindrical-coordinate representation of color #DE9FF2: hue angle of 285.54º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9FF2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 159 | 242 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.05 |
| HSL | 285.54º | 0.76% | 0.79% | - |
| HSV(B) | 285.54º | 0.34% | 0.95% | - |
| XYZ | 58.55 | 46.74 | 89.94 | - |
| YUV | 187.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 242 | 0.08 | 0.34 | 0 | 0.05 | 285.54 | 0.76 | 0.79 |
| Hex | DE | 9F | F2 | 8 | 22 | 0 | 5 | 11E | 4C | 4F |
| Octal | 336 | 237 | 362 | 10 | 42 | 0 | 5 | 436 | 114 | 117 |
| Binary | 11011110 | 10011111 | 11110010 | 1000 | 100010 | 0 | 101 | 100011110 | 1001100 | 1001111 |
Color Harmonies of #DE9FF2
Complementary color
Monochromatic Colors of #DE9FF2
Black with #DE9FF2
Text Example
Text Example
White with #DE9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FF2; }
p { color: rgb(222,159,242); }
H1.HeaderClassName
{
color: #DE9FF2;
}
.AnyTagClassName
{
color: #DE9FF2;
}
</style>
background-color css
<style>
a { background-color: #DE9FF2; }
a { background-color: rgb(222,159,242); }
div.DivClassName
{
background-color: #DE9FF2;
}
.BgClassName
{
background-color: #DE9FF2;
}
</style>
border-color css
<style>
span { border-color: #DE9FF2; }
span { border-color: rgb(222,159,242); }
td.TdClassName
{
border-color: #DE9FF2;
}
.TagClassName
{
border-color: #DE9FF2;
}
</style>