Shades of Mauve #DE97FC
Tints of Mauve #DE97FC
RGB
CMYK
RGB Variations
Color information
#DE97FC (or 0xDE97FC) is known color: Mauve. HEX triplet: DE, 97 and FC. RGB value is (222,151,252). Sum of RGB (Red+Green+Blue) = 222+151+252=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE97FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE97FC is #216803. Grayscale: #B7B7B7. Windows color (decimal): -2189316 or 16553950. OLE color: 16553950.
HSL color Cylindrical-coordinate representation of color #DE97FC: hue angle of 282.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE97FC is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 151 | 252 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.01 |
| HSL | 282.18º | 0.94% | 0.79% | - |
| HSV(B) | 282.18º | 0.4% | 0.99% | - |
| XYZ | 58.76 | 44.69 | 97.62 | - |
| YUV | 183.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 151 | 252 | 0.12 | 0.40 | 0 | 0.01 | 282.18 | 0.94 | 0.79 |
| Hex | DE | 97 | FC | C | 28 | 0 | 1 | 11A | 5E | 4F |
| Octal | 336 | 227 | 374 | 14 | 50 | 0 | 1 | 432 | 136 | 117 |
| Binary | 11011110 | 10010111 | 11111100 | 1100 | 101000 | 0 | 1 | 100011010 | 1011110 | 1001111 |
Color Harmonies of #DE97FC
Complementary color
Monochromatic Colors of #DE97FC
Black with #DE97FC
Text Example
Text Example
White with #DE97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE97FC; }
p { color: rgb(222,151,252); }
H1.HeaderClassName
{
color: #DE97FC;
}
.AnyTagClassName
{
color: #DE97FC;
}
</style>
background-color css
<style>
a { background-color: #DE97FC; }
a { background-color: rgb(222,151,252); }
div.DivClassName
{
background-color: #DE97FC;
}
.BgClassName
{
background-color: #DE97FC;
}
</style>
border-color css
<style>
span { border-color: #DE97FC; }
span { border-color: rgb(222,151,252); }
td.TdClassName
{
border-color: #DE97FC;
}
.TagClassName
{
border-color: #DE97FC;
}
</style>