Shades of Mauve #DC9CF6
Tints of Mauve #DC9CF6
RGB
CMYK
RGB Variations
Color information
#DC9CF6 (or 0xDC9CF6) is known color: Mauve. HEX triplet: DC, 9C and F6. RGB value is (220,156,246). Sum of RGB (Red+Green+Blue) = 220+156+246=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC9CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF6 is #236309. Grayscale: #B9B9B9. Windows color (decimal): -2319114 or 16162012. OLE color: 16162012.
HSL color Cylindrical-coordinate representation of color #DC9CF6: hue angle of 282.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9CF6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 156 | 246 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.04 |
| HSL | 282.67º | 0.83% | 0.79% | - |
| HSV(B) | 282.67º | 0.37% | 0.96% | - |
| XYZ | 58.04 | 45.65 | 92.94 | - |
| YUV | 185.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 246 | 0.11 | 0.37 | 0 | 0.04 | 282.67 | 0.83 | 0.79 |
| Hex | DC | 9C | F6 | B | 25 | 0 | 4 | 11B | 53 | 4F |
| Octal | 334 | 234 | 366 | 13 | 45 | 0 | 4 | 433 | 123 | 117 |
| Binary | 11011100 | 10011100 | 11110110 | 1011 | 100101 | 0 | 100 | 100011011 | 1010011 | 1001111 |
Color Harmonies of #DC9CF6
Complementary color
Monochromatic Colors of #DC9CF6
Black with #DC9CF6
Text Example
Text Example
White with #DC9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CF6; }
p { color: rgb(220,156,246); }
H1.HeaderClassName
{
color: #DC9CF6;
}
.AnyTagClassName
{
color: #DC9CF6;
}
</style>
background-color css
<style>
a { background-color: #DC9CF6; }
a { background-color: rgb(220,156,246); }
div.DivClassName
{
background-color: #DC9CF6;
}
.BgClassName
{
background-color: #DC9CF6;
}
</style>
border-color css
<style>
span { border-color: #DC9CF6; }
span { border-color: rgb(220,156,246); }
td.TdClassName
{
border-color: #DC9CF6;
}
.TagClassName
{
border-color: #DC9CF6;
}
</style>