Shades of Mauve #DE96FE
Tints of Mauve #DE96FE
RGB
CMYK
RGB Variations
Color information
#DE96FE (or 0xDE96FE) is known color: Mauve. HEX triplet: DE, 96 and FE. RGB value is (222,150,254). Sum of RGB (Red+Green+Blue) = 222+150+254=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE96FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE96FE is #216901. Grayscale: #B7B7B7. Windows color (decimal): -2189570 or 16684766. OLE color: 16684766.
HSL color Cylindrical-coordinate representation of color #DE96FE: hue angle of 281.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE96FE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 150 | 254 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.00 |
| HSL | 281.54º | 0.98% | 0.79% | - |
| HSV(B) | 281.54º | 0.41% | 1% | - |
| XYZ | 58.92 | 44.5 | 99.25 | - |
| YUV | 183.38 | 167.85 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 254 | 0.13 | 0.41 | 0 | 0.00 | 281.54 | 0.98 | 0.79 |
| Hex | DE | 96 | FE | D | 29 | 0 | 0 | 11A | 62 | 4F |
| Octal | 336 | 226 | 376 | 15 | 51 | 0 | 0 | 432 | 142 | 117 |
| Binary | 11011110 | 10010110 | 11111110 | 1101 | 101001 | 0 | 0 | 100011010 | 1100010 | 1001111 |
Color Harmonies of #DE96FE
Complementary color
Monochromatic Colors of #DE96FE
Black with #DE96FE
Text Example
Text Example
White with #DE96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96FE; }
p { color: rgb(222,150,254); }
H1.HeaderClassName
{
color: #DE96FE;
}
.AnyTagClassName
{
color: #DE96FE;
}
</style>
background-color css
<style>
a { background-color: #DE96FE; }
a { background-color: rgb(222,150,254); }
div.DivClassName
{
background-color: #DE96FE;
}
.BgClassName
{
background-color: #DE96FE;
}
</style>
border-color css
<style>
span { border-color: #DE96FE; }
span { border-color: rgb(222,150,254); }
td.TdClassName
{
border-color: #DE96FE;
}
.TagClassName
{
border-color: #DE96FE;
}
</style>