Shades of Mauve #DC99F7
Tints of Mauve #DC99F7
RGB
CMYK
RGB Variations
Color information
#DC99F7 (or 0xDC99F7) is known color: Mauve. HEX triplet: DC, 99 and F7. RGB value is (220,153,247). Sum of RGB (Red+Green+Blue) = 220+153+247=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F7 is #236608. Grayscale: #B7B7B7. Windows color (decimal): -2319881 or 16226780. OLE color: 16226780.
HSL color Cylindrical-coordinate representation of color #DC99F7: hue angle of 282.77º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC99F7 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 153 | 247 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.03 |
| HSL | 282.77º | 0.85% | 0.78% | - |
| HSV(B) | 282.77º | 0.38% | 0.97% | - |
| XYZ | 57.69 | 44.71 | 93.59 | - |
| YUV | 183.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 247 | 0.11 | 0.38 | 0 | 0.03 | 282.77 | 0.85 | 0.78 |
| Hex | DC | 99 | F7 | B | 26 | 0 | 3 | 11B | 55 | 4E |
| Octal | 334 | 231 | 367 | 13 | 46 | 0 | 3 | 433 | 125 | 116 |
| Binary | 11011100 | 10011001 | 11110111 | 1011 | 100110 | 0 | 11 | 100011011 | 1010101 | 1001110 |
Color Harmonies of #DC99F7
Complementary color
Monochromatic Colors of #DC99F7
Black with #DC99F7
Text Example
Text Example
White with #DC99F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99F7; }
p { color: rgb(220,153,247); }
H1.HeaderClassName
{
color: #DC99F7;
}
.AnyTagClassName
{
color: #DC99F7;
}
</style>
background-color css
<style>
a { background-color: #DC99F7; }
a { background-color: rgb(220,153,247); }
div.DivClassName
{
background-color: #DC99F7;
}
.BgClassName
{
background-color: #DC99F7;
}
</style>
border-color css
<style>
span { border-color: #DC99F7; }
span { border-color: rgb(220,153,247); }
td.TdClassName
{
border-color: #DC99F7;
}
.TagClassName
{
border-color: #DC99F7;
}
</style>