Shades of Mauve #DC9EF1
Tints of Mauve #DC9EF1
RGB
CMYK
RGB Variations
Color information
#DC9EF1 (or 0xDC9EF1) is known color: Mauve. HEX triplet: DC, 9E and F1. RGB value is (220,158,241). Sum of RGB (Red+Green+Blue) = 220+158+241=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EF1 is #23610E. Grayscale: #B9B9B9. Windows color (decimal): -2318607 or 15834844. OLE color: 15834844.
HSL color Cylindrical-coordinate representation of color #DC9EF1: hue angle of 284.82º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9EF1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 158 | 241 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.05 |
| HSL | 284.82º | 0.75% | 0.78% | - |
| HSV(B) | 284.82º | 0.34% | 0.95% | - |
| XYZ | 57.62 | 46.02 | 89.07 | - |
| YUV | 186 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 241 | 0.09 | 0.34 | 0 | 0.05 | 284.82 | 0.75 | 0.78 |
| Hex | DC | 9E | F1 | 9 | 22 | 0 | 5 | 11D | 4B | 4E |
| Octal | 334 | 236 | 361 | 11 | 42 | 0 | 5 | 435 | 113 | 116 |
| Binary | 11011100 | 10011110 | 11110001 | 1001 | 100010 | 0 | 101 | 100011101 | 1001011 | 1001110 |
Color Harmonies of #DC9EF1
Complementary color
Monochromatic Colors of #DC9EF1
Black with #DC9EF1
Text Example
Text Example
White with #DC9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EF1; }
p { color: rgb(220,158,241); }
H1.HeaderClassName
{
color: #DC9EF1;
}
.AnyTagClassName
{
color: #DC9EF1;
}
</style>
background-color css
<style>
a { background-color: #DC9EF1; }
a { background-color: rgb(220,158,241); }
div.DivClassName
{
background-color: #DC9EF1;
}
.BgClassName
{
background-color: #DC9EF1;
}
</style>
border-color css
<style>
span { border-color: #DC9EF1; }
span { border-color: rgb(220,158,241); }
td.TdClassName
{
border-color: #DC9EF1;
}
.TagClassName
{
border-color: #DC9EF1;
}
</style>