Shades of Mauve #DC99F2
Tints of Mauve #DC99F2
RGB
CMYK
RGB Variations
Color information
#DC99F2 (or 0xDC99F2) is known color: Mauve. HEX triplet: DC, 99 and F2. RGB value is (220,153,242). Sum of RGB (Red+Green+Blue) = 220+153+242=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F2 is #23660D. Grayscale: #B6B6B6. Windows color (decimal): -2319886 or 15899100. OLE color: 15899100.
HSL color Cylindrical-coordinate representation of color #DC99F2: hue angle of 285.17º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC99F2 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 153 | 242 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.05 |
| HSL | 285.17º | 0.77% | 0.77% | - |
| HSV(B) | 285.17º | 0.37% | 0.95% | - |
| XYZ | 56.93 | 44.41 | 89.58 | - |
| YUV | 183.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 242 | 0.09 | 0.37 | 0 | 0.05 | 285.17 | 0.77 | 0.77 |
| Hex | DC | 99 | F2 | 9 | 25 | 0 | 5 | 11D | 4D | 4D |
| Octal | 334 | 231 | 362 | 11 | 45 | 0 | 5 | 435 | 115 | 115 |
| Binary | 11011100 | 10011001 | 11110010 | 1001 | 100101 | 0 | 101 | 100011101 | 1001101 | 1001101 |
Color Harmonies of #DC99F2
Complementary color
Monochromatic Colors of #DC99F2
Black with #DC99F2
Text Example
Text Example
White with #DC99F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99F2; }
p { color: rgb(220,153,242); }
H1.HeaderClassName
{
color: #DC99F2;
}
.AnyTagClassName
{
color: #DC99F2;
}
</style>
background-color css
<style>
a { background-color: #DC99F2; }
a { background-color: rgb(220,153,242); }
div.DivClassName
{
background-color: #DC99F2;
}
.BgClassName
{
background-color: #DC99F2;
}
</style>
border-color css
<style>
span { border-color: #DC99F2; }
span { border-color: rgb(220,153,242); }
td.TdClassName
{
border-color: #DC99F2;
}
.TagClassName
{
border-color: #DC99F2;
}
</style>