Shades of Mauve #DEA1F1
Tints of Mauve #DEA1F1
RGB
CMYK
RGB Variations
Color information
#DEA1F1 (or 0xDEA1F1) is known color: Mauve. HEX triplet: DE, A1 and F1. RGB value is (222,161,241). Sum of RGB (Red+Green+Blue) = 222+161+241=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEA1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA1F1 is #215E0E. Grayscale: #BCBCBC. Windows color (decimal): -2186767 or 15835614. OLE color: 15835614.
HSL color Cylindrical-coordinate representation of color #DEA1F1: hue angle of 285.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA1F1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 161 | 241 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.05 |
| HSL | 285.75º | 0.74% | 0.79% | - |
| HSV(B) | 285.75º | 0.33% | 0.95% | - |
| XYZ | 58.75 | 47.37 | 89.27 | - |
| YUV | 188.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 161 | 241 | 0.08 | 0.33 | 0 | 0.05 | 285.75 | 0.74 | 0.79 |
| Hex | DE | A1 | F1 | 8 | 21 | 0 | 5 | 11E | 4A | 4F |
| Octal | 336 | 241 | 361 | 10 | 41 | 0 | 5 | 436 | 112 | 117 |
| Binary | 11011110 | 10100001 | 11110001 | 1000 | 100001 | 0 | 101 | 100011110 | 1001010 | 1001111 |
Color Harmonies of #DEA1F1
Complementary color
Monochromatic Colors of #DEA1F1
Black with #DEA1F1
Text Example
Text Example
White with #DEA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA1F1; }
p { color: rgb(222,161,241); }
H1.HeaderClassName
{
color: #DEA1F1;
}
.AnyTagClassName
{
color: #DEA1F1;
}
</style>
background-color css
<style>
a { background-color: #DEA1F1; }
a { background-color: rgb(222,161,241); }
div.DivClassName
{
background-color: #DEA1F1;
}
.BgClassName
{
background-color: #DEA1F1;
}
</style>
border-color css
<style>
span { border-color: #DEA1F1; }
span { border-color: rgb(222,161,241); }
td.TdClassName
{
border-color: #DEA1F1;
}
.TagClassName
{
border-color: #DEA1F1;
}
</style>