Shades of Mauve #DC9CFC
Tints of Mauve #DC9CFC
RGB
CMYK
RGB Variations
Color information
#DC9CFC (or 0xDC9CFC) is known color: Mauve. HEX triplet: DC, 9C and FC. RGB value is (220,156,252). Sum of RGB (Red+Green+Blue) = 220+156+252=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CFC is #236303. Grayscale: #B9B9B9. Windows color (decimal): -2319108 or 16555228. OLE color: 16555228.
HSL color Cylindrical-coordinate representation of color #DC9CFC: hue angle of 280º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9CFC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 156 | 252 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.01 |
| HSL | 280º | 0.94% | 0.8% | - |
| HSV(B) | 280º | 0.38% | 0.99% | - |
| XYZ | 58.97 | 46.02 | 97.87 | - |
| YUV | 186.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 252 | 0.13 | 0.38 | 0 | 0.01 | 280 | 0.94 | 0.8 |
| Hex | DC | 9C | FC | D | 26 | 0 | 1 | 118 | 5E | 50 |
| Octal | 334 | 234 | 374 | 15 | 46 | 0 | 1 | 430 | 136 | 120 |
| Binary | 11011100 | 10011100 | 11111100 | 1101 | 100110 | 0 | 1 | 100011000 | 1011110 | 1010000 |
Color Harmonies of #DC9CFC
Complementary color
Monochromatic Colors of #DC9CFC
Black with #DC9CFC
Text Example
Text Example
White with #DC9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CFC; }
p { color: rgb(220,156,252); }
H1.HeaderClassName
{
color: #DC9CFC;
}
.AnyTagClassName
{
color: #DC9CFC;
}
</style>
background-color css
<style>
a { background-color: #DC9CFC; }
a { background-color: rgb(220,156,252); }
div.DivClassName
{
background-color: #DC9CFC;
}
.BgClassName
{
background-color: #DC9CFC;
}
</style>
border-color css
<style>
span { border-color: #DC9CFC; }
span { border-color: rgb(220,156,252); }
td.TdClassName
{
border-color: #DC9CFC;
}
.TagClassName
{
border-color: #DC9CFC;
}
</style>