Shades of Mauve #DC9EF0
Tints of Mauve #DC9EF0
RGB
CMYK
RGB Variations
Color information
#DC9EF0 (or 0xDC9EF0) is known color: Mauve. HEX triplet: DC, 9E and F0. RGB value is (220,158,240). Sum of RGB (Red+Green+Blue) = 220+158+240=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC9EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EF0 is #23610F. Grayscale: #B9B9B9. Windows color (decimal): -2318608 or 15769308. OLE color: 15769308.
HSL color Cylindrical-coordinate representation of color #DC9EF0: hue angle of 285.37º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9EF0 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 158 | 240 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.06 |
| HSL | 285.37º | 0.73% | 0.78% | - |
| HSV(B) | 285.37º | 0.34% | 0.94% | - |
| XYZ | 57.47 | 45.96 | 88.28 | - |
| YUV | 185.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 240 | 0.08 | 0.34 | 0 | 0.06 | 285.37 | 0.73 | 0.78 |
| Hex | DC | 9E | F0 | 8 | 22 | 0 | 6 | 11D | 49 | 4E |
| Octal | 334 | 236 | 360 | 10 | 42 | 0 | 6 | 435 | 111 | 116 |
| Binary | 11011100 | 10011110 | 11110000 | 1000 | 100010 | 0 | 110 | 100011101 | 1001001 | 1001110 |
Color Harmonies of #DC9EF0
Complementary color
Monochromatic Colors of #DC9EF0
Black with #DC9EF0
Text Example
Text Example
White with #DC9EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EF0; }
p { color: rgb(220,158,240); }
H1.HeaderClassName
{
color: #DC9EF0;
}
.AnyTagClassName
{
color: #DC9EF0;
}
</style>
background-color css
<style>
a { background-color: #DC9EF0; }
a { background-color: rgb(220,158,240); }
div.DivClassName
{
background-color: #DC9EF0;
}
.BgClassName
{
background-color: #DC9EF0;
}
</style>
border-color css
<style>
span { border-color: #DC9EF0; }
span { border-color: rgb(220,158,240); }
td.TdClassName
{
border-color: #DC9EF0;
}
.TagClassName
{
border-color: #DC9EF0;
}
</style>