Shades of Mauve #DE98FA
Tints of Mauve #DE98FA
RGB
CMYK
RGB Variations
Color information
#DE98FA (or 0xDE98FA) is known color: Mauve. HEX triplet: DE, 98 and FA. RGB value is (222,152,250). Sum of RGB (Red+Green+Blue) = 222+152+250=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98FA is #216705. Grayscale: #B7B7B7. Windows color (decimal): -2189062 or 16423134. OLE color: 16423134.
HSL color Cylindrical-coordinate representation of color #DE98FA: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE98FA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 152 | 250 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.02 |
| HSL | 282.86º | 0.91% | 0.79% | - |
| HSV(B) | 282.86º | 0.39% | 0.98% | - |
| XYZ | 58.61 | 44.89 | 96.02 | - |
| YUV | 184.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 250 | 0.11 | 0.39 | 0 | 0.02 | 282.86 | 0.91 | 0.79 |
| Hex | DE | 98 | FA | B | 27 | 0 | 2 | 11B | 5B | 4F |
| Octal | 336 | 230 | 372 | 13 | 47 | 0 | 2 | 433 | 133 | 117 |
| Binary | 11011110 | 10011000 | 11111010 | 1011 | 100111 | 0 | 10 | 100011011 | 1011011 | 1001111 |
Color Harmonies of #DE98FA
Complementary color
Monochromatic Colors of #DE98FA
Black with #DE98FA
Text Example
Text Example
White with #DE98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98FA; }
p { color: rgb(222,152,250); }
H1.HeaderClassName
{
color: #DE98FA;
}
.AnyTagClassName
{
color: #DE98FA;
}
</style>
background-color css
<style>
a { background-color: #DE98FA; }
a { background-color: rgb(222,152,250); }
div.DivClassName
{
background-color: #DE98FA;
}
.BgClassName
{
background-color: #DE98FA;
}
</style>
border-color css
<style>
span { border-color: #DE98FA; }
span { border-color: rgb(222,152,250); }
td.TdClassName
{
border-color: #DE98FA;
}
.TagClassName
{
border-color: #DE98FA;
}
</style>