Shades of Mauve #DC9EF6
Tints of Mauve #DC9EF6
RGB
CMYK
RGB Variations
Color information
#DC9EF6 (or 0xDC9EF6) is known color: Mauve. HEX triplet: DC, 9E and F6. RGB value is (220,158,246). Sum of RGB (Red+Green+Blue) = 220+158+246=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EF6 is #236109. Grayscale: #BABABA. Windows color (decimal): -2318602 or 16162524. OLE color: 16162524.
HSL color Cylindrical-coordinate representation of color #DC9EF6: hue angle of 282.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9EF6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 158 | 246 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.04 |
| HSL | 282.27º | 0.83% | 0.79% | - |
| HSV(B) | 282.27º | 0.36% | 0.96% | - |
| XYZ | 58.38 | 46.32 | 93.05 | - |
| YUV | 186.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 246 | 0.11 | 0.36 | 0 | 0.04 | 282.27 | 0.83 | 0.79 |
| Hex | DC | 9E | F6 | B | 24 | 0 | 4 | 11A | 53 | 4F |
| Octal | 334 | 236 | 366 | 13 | 44 | 0 | 4 | 432 | 123 | 117 |
| Binary | 11011100 | 10011110 | 11110110 | 1011 | 100100 | 0 | 100 | 100011010 | 1010011 | 1001111 |
Color Harmonies of #DC9EF6
Complementary color
Monochromatic Colors of #DC9EF6
Black with #DC9EF6
Text Example
Text Example
White with #DC9EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EF6; }
p { color: rgb(220,158,246); }
H1.HeaderClassName
{
color: #DC9EF6;
}
.AnyTagClassName
{
color: #DC9EF6;
}
</style>
background-color css
<style>
a { background-color: #DC9EF6; }
a { background-color: rgb(220,158,246); }
div.DivClassName
{
background-color: #DC9EF6;
}
.BgClassName
{
background-color: #DC9EF6;
}
</style>
border-color css
<style>
span { border-color: #DC9EF6; }
span { border-color: rgb(220,158,246); }
td.TdClassName
{
border-color: #DC9EF6;
}
.TagClassName
{
border-color: #DC9EF6;
}
</style>