Shades of Mauve #DE92FE
Tints of Mauve #DE92FE
RGB
CMYK
RGB Variations
Color information
#DE92FE (or 0xDE92FE) is known color: Mauve. HEX triplet: DE, 92 and FE. RGB value is (222,146,254). Sum of RGB (Red+Green+Blue) = 222+146+254=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE92FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE92FE is #216D01. Grayscale: #B4B4B4. Windows color (decimal): -2190594 or 16683742. OLE color: 16683742.
HSL color Cylindrical-coordinate representation of color #DE92FE: hue angle of 282.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE92FE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 146 | 254 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.00 |
| HSL | 282.22º | 0.98% | 0.78% | - |
| HSV(B) | 282.22º | 0.43% | 1% | - |
| XYZ | 58.29 | 43.24 | 99.04 | - |
| YUV | 181.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 254 | 0.13 | 0.43 | 0 | 0.00 | 282.22 | 0.98 | 0.78 |
| Hex | DE | 92 | FE | D | 2B | 0 | 0 | 11A | 62 | 4E |
| Octal | 336 | 222 | 376 | 15 | 53 | 0 | 0 | 432 | 142 | 116 |
| Binary | 11011110 | 10010010 | 11111110 | 1101 | 101011 | 0 | 0 | 100011010 | 1100010 | 1001110 |
Color Harmonies of #DE92FE
Complementary color
Monochromatic Colors of #DE92FE
Black with #DE92FE
Text Example
Text Example
White with #DE92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92FE; }
p { color: rgb(222,146,254); }
H1.HeaderClassName
{
color: #DE92FE;
}
.AnyTagClassName
{
color: #DE92FE;
}
</style>
background-color css
<style>
a { background-color: #DE92FE; }
a { background-color: rgb(222,146,254); }
div.DivClassName
{
background-color: #DE92FE;
}
.BgClassName
{
background-color: #DE92FE;
}
</style>
border-color css
<style>
span { border-color: #DE92FE; }
span { border-color: rgb(222,146,254); }
td.TdClassName
{
border-color: #DE92FE;
}
.TagClassName
{
border-color: #DE92FE;
}
</style>