Shades of Mauve #DE9AFA
Tints of Mauve #DE9AFA
RGB
CMYK
RGB Variations
Color information
#DE9AFA (or 0xDE9AFA) is known color: Mauve. HEX triplet: DE, 9A and FA. RGB value is (222,154,250). Sum of RGB (Red+Green+Blue) = 222+154+250=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AFA is #216505. Grayscale: #B8B8B8. Windows color (decimal): -2188550 or 16423646. OLE color: 16423646.
HSL color Cylindrical-coordinate representation of color #DE9AFA: hue angle of 282.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9AFA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 154 | 250 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.02 |
| HSL | 282.5º | 0.91% | 0.79% | - |
| HSV(B) | 282.5º | 0.38% | 0.98% | - |
| XYZ | 58.94 | 45.54 | 96.13 | - |
| YUV | 185.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 250 | 0.11 | 0.38 | 0 | 0.02 | 282.5 | 0.91 | 0.79 |
| Hex | DE | 9A | FA | B | 26 | 0 | 2 | 11A | 5B | 4F |
| Octal | 336 | 232 | 372 | 13 | 46 | 0 | 2 | 432 | 133 | 117 |
| Binary | 11011110 | 10011010 | 11111010 | 1011 | 100110 | 0 | 10 | 100011010 | 1011011 | 1001111 |
Color Harmonies of #DE9AFA
Complementary color
Monochromatic Colors of #DE9AFA
Black with #DE9AFA
Text Example
Text Example
White with #DE9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AFA; }
p { color: rgb(222,154,250); }
H1.HeaderClassName
{
color: #DE9AFA;
}
.AnyTagClassName
{
color: #DE9AFA;
}
</style>
background-color css
<style>
a { background-color: #DE9AFA; }
a { background-color: rgb(222,154,250); }
div.DivClassName
{
background-color: #DE9AFA;
}
.BgClassName
{
background-color: #DE9AFA;
}
</style>
border-color css
<style>
span { border-color: #DE9AFA; }
span { border-color: rgb(222,154,250); }
td.TdClassName
{
border-color: #DE9AFA;
}
.TagClassName
{
border-color: #DE9AFA;
}
</style>