Shades of Mauve #DC99FF
Tints of Mauve #DC99FF
RGB
CMYK
RGB Variations
Color information
#DC99FF (or 0xDC99FF) is known color: Mauve. HEX triplet: DC, 99 and FF. RGB value is (220,153,255). Sum of RGB (Red+Green+Blue) = 220+153+255=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FF is #236600. Grayscale: #B8B8B8. Windows color (decimal): -2319873 or 16751068. OLE color: 16751068.
HSL color Cylindrical-coordinate representation of color #DC99FF: hue angle of 279.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC99FF is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 153 | 255 | - |
| CMYK | 0.14 | 0.4 | 0 | 0 |
| HSL | 279.41º | 1% | 0.8% | - |
| HSV(B) | 279.41º | 0.4% | 1% | - |
| XYZ | 58.96 | 45.22 | 100.23 | - |
| YUV | 184.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 255 | 0.14 | 0.4 | 0 | 0 | 279.41 | 1 | 0.8 |
| Hex | DC | 99 | FF | E | 28 | 0 | 0 | 117 | 64 | 50 |
| Octal | 334 | 231 | 377 | 16 | 50 | 0 | 0 | 427 | 144 | 120 |
| Binary | 11011100 | 10011001 | 11111111 | 1110 | 101000 | 0 | 0 | 100010111 | 1100100 | 1010000 |
Color Harmonies of #DC99FF
Complementary color
Monochromatic Colors of #DC99FF
Black with #DC99FF
Text Example
Text Example
White with #DC99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99FF; }
p { color: rgb(220,153,255); }
H1.HeaderClassName
{
color: #DC99FF;
}
.AnyTagClassName
{
color: #DC99FF;
}
</style>
background-color css
<style>
a { background-color: #DC99FF; }
a { background-color: rgb(220,153,255); }
div.DivClassName
{
background-color: #DC99FF;
}
.BgClassName
{
background-color: #DC99FF;
}
</style>
border-color css
<style>
span { border-color: #DC99FF; }
span { border-color: rgb(220,153,255); }
td.TdClassName
{
border-color: #DC99FF;
}
.TagClassName
{
border-color: #DC99FF;
}
</style>