Shades of Mauve #DC9CFF
Tints of Mauve #DC9CFF
RGB
CMYK
RGB Variations
Color information
#DC9CFF (or 0xDC9CFF) is known color: Mauve. HEX triplet: DC, 9C and FF. RGB value is (220,156,255). Sum of RGB (Red+Green+Blue) = 220+156+255=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 156 (61.33% from 255 or 24.72% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CFF is #236300. Grayscale: #BABABA. Windows color (decimal): -2319105 or 16751836. OLE color: 16751836.
HSL color Cylindrical-coordinate representation of color #DC9CFF: hue angle of 278.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9CFF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 156 | 255 | - |
| CMYK | 0.14 | 0.39 | 0 | 0 |
| HSL | 278.79º | 1% | 0.81% | - |
| HSV(B) | 278.79º | 0.39% | 1% | - |
| XYZ | 59.45 | 46.21 | 100.39 | - |
| YUV | 186.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 255 | 0.14 | 0.39 | 0 | 0 | 278.79 | 1 | 0.81 |
| Hex | DC | 9C | FF | E | 27 | 0 | 0 | 117 | 64 | 51 |
| Octal | 334 | 234 | 377 | 16 | 47 | 0 | 0 | 427 | 144 | 121 |
| Binary | 11011100 | 10011100 | 11111111 | 1110 | 100111 | 0 | 0 | 100010111 | 1100100 | 1010001 |
Color Harmonies of #DC9CFF
Complementary color
Monochromatic Colors of #DC9CFF
Black with #DC9CFF
Text Example
Text Example
White with #DC9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CFF; }
p { color: rgb(220,156,255); }
H1.HeaderClassName
{
color: #DC9CFF;
}
.AnyTagClassName
{
color: #DC9CFF;
}
</style>
background-color css
<style>
a { background-color: #DC9CFF; }
a { background-color: rgb(220,156,255); }
div.DivClassName
{
background-color: #DC9CFF;
}
.BgClassName
{
background-color: #DC9CFF;
}
</style>
border-color css
<style>
span { border-color: #DC9CFF; }
span { border-color: rgb(220,156,255); }
td.TdClassName
{
border-color: #DC9CFF;
}
.TagClassName
{
border-color: #DC9CFF;
}
</style>