Shades of Mauve #DE95FE
Tints of Mauve #DE95FE
RGB
CMYK
RGB Variations
Color information
#DE95FE (or 0xDE95FE) is known color: Mauve. HEX triplet: DE, 95 and FE. RGB value is (222,149,254). Sum of RGB (Red+Green+Blue) = 222+149+254=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #DE95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95FE is #216A01. Grayscale: #B6B6B6. Windows color (decimal): -2189826 or 16684510. OLE color: 16684510.
HSL color Cylindrical-coordinate representation of color #DE95FE: hue angle of 281.71º 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 #DE95FE is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 149 | 254 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.00 |
| HSL | 281.71º | 0.98% | 0.79% | - |
| HSV(B) | 281.71º | 0.41% | 1% | - |
| XYZ | 58.76 | 44.18 | 99.2 | - |
| YUV | 182.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 254 | 0.13 | 0.41 | 0 | 0.00 | 281.71 | 0.98 | 0.79 |
| Hex | DE | 95 | FE | D | 29 | 0 | 0 | 11A | 62 | 4F |
| Octal | 336 | 225 | 376 | 15 | 51 | 0 | 0 | 432 | 142 | 117 |
| Binary | 11011110 | 10010101 | 11111110 | 1101 | 101001 | 0 | 0 | 100011010 | 1100010 | 1001111 |
Color Harmonies of #DE95FE
Complementary color
Monochromatic Colors of #DE95FE
Black with #DE95FE
Text Example
Text Example
White with #DE95FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95FE; }
p { color: rgb(222,149,254); }
H1.HeaderClassName
{
color: #DE95FE;
}
.AnyTagClassName
{
color: #DE95FE;
}
</style>
background-color css
<style>
a { background-color: #DE95FE; }
a { background-color: rgb(222,149,254); }
div.DivClassName
{
background-color: #DE95FE;
}
.BgClassName
{
background-color: #DE95FE;
}
</style>
border-color css
<style>
span { border-color: #DE95FE; }
span { border-color: rgb(222,149,254); }
td.TdClassName
{
border-color: #DE95FE;
}
.TagClassName
{
border-color: #DE95FE;
}
</style>