Shades of Mauve #DC99F6
Tints of Mauve #DC99F6
RGB
CMYK
RGB Variations
Color information
#DC99F6 (or 0xDC99F6) is known color: Mauve. HEX triplet: DC, 99 and F6. RGB value is (220,153,246). Sum of RGB (Red+Green+Blue) = 220+153+246=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F6 is #236609. Grayscale: #B7B7B7. Windows color (decimal): -2319882 or 16161244. OLE color: 16161244.
HSL color Cylindrical-coordinate representation of color #DC99F6: hue angle of 283.23º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC99F6 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 153 | 246 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.04 |
| HSL | 283.23º | 0.84% | 0.78% | - |
| HSV(B) | 283.23º | 0.38% | 0.96% | - |
| XYZ | 57.54 | 44.65 | 92.77 | - |
| YUV | 183.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 246 | 0.11 | 0.38 | 0 | 0.04 | 283.23 | 0.84 | 0.78 |
| Hex | DC | 99 | F6 | B | 26 | 0 | 4 | 11B | 54 | 4E |
| Octal | 334 | 231 | 366 | 13 | 46 | 0 | 4 | 433 | 124 | 116 |
| Binary | 11011100 | 10011001 | 11110110 | 1011 | 100110 | 0 | 100 | 100011011 | 1010100 | 1001110 |
Color Harmonies of #DC99F6
Complementary color
Monochromatic Colors of #DC99F6
Black with #DC99F6
Text Example
Text Example
White with #DC99F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99F6; }
p { color: rgb(220,153,246); }
H1.HeaderClassName
{
color: #DC99F6;
}
.AnyTagClassName
{
color: #DC99F6;
}
</style>
background-color css
<style>
a { background-color: #DC99F6; }
a { background-color: rgb(220,153,246); }
div.DivClassName
{
background-color: #DC99F6;
}
.BgClassName
{
background-color: #DC99F6;
}
</style>
border-color css
<style>
span { border-color: #DC99F6; }
span { border-color: rgb(220,153,246); }
td.TdClassName
{
border-color: #DC99F6;
}
.TagClassName
{
border-color: #DC99F6;
}
</style>