Shades of Mauve #DC9BF6
Tints of Mauve #DC9BF6
RGB
CMYK
RGB Variations
Color information
#DC9BF6 (or 0xDC9BF6) is known color: Mauve. HEX triplet: DC, 9B and F6. RGB value is (220,155,246). Sum of RGB (Red+Green+Blue) = 220+155+246=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 246 (96.48% from 255 or 39.61% from 621); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC9BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BF6 is #236409. Grayscale: #B8B8B8. Windows color (decimal): -2319370 or 16161756. OLE color: 16161756.
HSL color Cylindrical-coordinate representation of color #DC9BF6: hue angle of 282.86º 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 #DC9BF6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 155 | 246 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.04 |
| HSL | 282.86º | 0.83% | 0.79% | - |
| HSV(B) | 282.86º | 0.37% | 0.96% | - |
| XYZ | 57.87 | 45.31 | 92.88 | - |
| YUV | 184.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 246 | 0.11 | 0.37 | 0 | 0.04 | 282.86 | 0.83 | 0.79 |
| Hex | DC | 9B | F6 | B | 25 | 0 | 4 | 11B | 53 | 4F |
| Octal | 334 | 233 | 366 | 13 | 45 | 0 | 4 | 433 | 123 | 117 |
| Binary | 11011100 | 10011011 | 11110110 | 1011 | 100101 | 0 | 100 | 100011011 | 1010011 | 1001111 |
Color Harmonies of #DC9BF6
Complementary color
Monochromatic Colors of #DC9BF6
Black with #DC9BF6
Text Example
Text Example
White with #DC9BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BF6; }
p { color: rgb(220,155,246); }
H1.HeaderClassName
{
color: #DC9BF6;
}
.AnyTagClassName
{
color: #DC9BF6;
}
</style>
background-color css
<style>
a { background-color: #DC9BF6; }
a { background-color: rgb(220,155,246); }
div.DivClassName
{
background-color: #DC9BF6;
}
.BgClassName
{
background-color: #DC9BF6;
}
</style>
border-color css
<style>
span { border-color: #DC9BF6; }
span { border-color: rgb(220,155,246); }
td.TdClassName
{
border-color: #DC9BF6;
}
.TagClassName
{
border-color: #DC9BF6;
}
</style>