Shades of Mauve #DEA5F9
Tints of Mauve #DEA5F9
RGB
CMYK
RGB Variations
Color information
#DEA5F9 (or 0xDEA5F9) is known color: Mauve. HEX triplet: DE, A5 and F9. RGB value is (222,165,249). Sum of RGB (Red+Green+Blue) = 222+165+249=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEA5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA5F9 is #215A06. Grayscale: #BFBFBF. Windows color (decimal): -2185735 or 16360926. OLE color: 16360926.
HSL color Cylindrical-coordinate representation of color #DEA5F9: hue angle of 280.71º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEA5F9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 165 | 249 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.02 |
| HSL | 280.71º | 0.88% | 0.81% | - |
| HSV(B) | 280.71º | 0.34% | 0.98% | - |
| XYZ | 60.68 | 49.28 | 95.94 | - |
| YUV | 191.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 249 | 0.11 | 0.34 | 0 | 0.02 | 280.71 | 0.88 | 0.81 |
| Hex | DE | A5 | F9 | B | 22 | 0 | 2 | 119 | 58 | 51 |
| Octal | 336 | 245 | 371 | 13 | 42 | 0 | 2 | 431 | 130 | 121 |
| Binary | 11011110 | 10100101 | 11111001 | 1011 | 100010 | 0 | 10 | 100011001 | 1011000 | 1010001 |
Color Harmonies of #DEA5F9
Complementary color
Monochromatic Colors of #DEA5F9
Black with #DEA5F9
Text Example
Text Example
White with #DEA5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5F9; }
p { color: rgb(222,165,249); }
H1.HeaderClassName
{
color: #DEA5F9;
}
.AnyTagClassName
{
color: #DEA5F9;
}
</style>
background-color css
<style>
a { background-color: #DEA5F9; }
a { background-color: rgb(222,165,249); }
div.DivClassName
{
background-color: #DEA5F9;
}
.BgClassName
{
background-color: #DEA5F9;
}
</style>
border-color css
<style>
span { border-color: #DEA5F9; }
span { border-color: rgb(222,165,249); }
td.TdClassName
{
border-color: #DEA5F9;
}
.TagClassName
{
border-color: #DEA5F9;
}
</style>