Shades of Mauve #DE9AF3
Tints of Mauve #DE9AF3
RGB
CMYK
RGB Variations
Color information
#DE9AF3 (or 0xDE9AF3) is known color: Mauve. HEX triplet: DE, 9A and F3. RGB value is (222,154,243). Sum of RGB (Red+Green+Blue) = 222+154+243=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AF3 is #21650C. Grayscale: #B8B8B8. Windows color (decimal): -2188557 or 15964894. OLE color: 15964894.
HSL color Cylindrical-coordinate representation of color #DE9AF3: hue angle of 285.84º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE9AF3 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 154 | 243 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.05 |
| HSL | 285.84º | 0.79% | 0.78% | - |
| HSV(B) | 285.84º | 0.37% | 0.95% | - |
| XYZ | 57.86 | 45.11 | 90.45 | - |
| YUV | 184.48 | 161.03 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 243 | 0.09 | 0.37 | 0 | 0.05 | 285.84 | 0.79 | 0.78 |
| Hex | DE | 9A | F3 | 9 | 25 | 0 | 5 | 11E | 4F | 4E |
| Octal | 336 | 232 | 363 | 11 | 45 | 0 | 5 | 436 | 117 | 116 |
| Binary | 11011110 | 10011010 | 11110011 | 1001 | 100101 | 0 | 101 | 100011110 | 1001111 | 1001110 |
Color Harmonies of #DE9AF3
Complementary color
Monochromatic Colors of #DE9AF3
Black with #DE9AF3
Text Example
Text Example
White with #DE9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AF3; }
p { color: rgb(222,154,243); }
H1.HeaderClassName
{
color: #DE9AF3;
}
.AnyTagClassName
{
color: #DE9AF3;
}
</style>
background-color css
<style>
a { background-color: #DE9AF3; }
a { background-color: rgb(222,154,243); }
div.DivClassName
{
background-color: #DE9AF3;
}
.BgClassName
{
background-color: #DE9AF3;
}
</style>
border-color css
<style>
span { border-color: #DE9AF3; }
span { border-color: rgb(222,154,243); }
td.TdClassName
{
border-color: #DE9AF3;
}
.TagClassName
{
border-color: #DE9AF3;
}
</style>