Shades of Mauve #DC99FE
Tints of Mauve #DC99FE
RGB
CMYK
RGB Variations
Color information
#DC99FE (or 0xDC99FE) is known color: Mauve. HEX triplet: DC, 99 and FE. RGB value is (220,153,254). Sum of RGB (Red+Green+Blue) = 220+153+254=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99FE is #236601. Grayscale: #B8B8B8. Windows color (decimal): -2319874 or 16685532. OLE color: 16685532.
HSL color Cylindrical-coordinate representation of color #DC99FE: hue angle of 279.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC99FE is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 153 | 254 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.00 |
| HSL | 279.8º | 0.98% | 0.8% | - |
| HSV(B) | 279.8º | 0.4% | 1% | - |
| XYZ | 58.8 | 45.15 | 99.38 | - |
| YUV | 184.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 254 | 0.13 | 0.40 | 0 | 0.00 | 279.8 | 0.98 | 0.8 |
| Hex | DC | 99 | FE | D | 28 | 0 | 0 | 118 | 62 | 50 |
| Octal | 334 | 231 | 376 | 15 | 50 | 0 | 0 | 430 | 142 | 120 |
| Binary | 11011100 | 10011001 | 11111110 | 1101 | 101000 | 0 | 0 | 100011000 | 1100010 | 1010000 |
Color Harmonies of #DC99FE
Complementary color
Monochromatic Colors of #DC99FE
Black with #DC99FE
Text Example
Text Example
White with #DC99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99FE; }
p { color: rgb(220,153,254); }
H1.HeaderClassName
{
color: #DC99FE;
}
.AnyTagClassName
{
color: #DC99FE;
}
</style>
background-color css
<style>
a { background-color: #DC99FE; }
a { background-color: rgb(220,153,254); }
div.DivClassName
{
background-color: #DC99FE;
}
.BgClassName
{
background-color: #DC99FE;
}
</style>
border-color css
<style>
span { border-color: #DC99FE; }
span { border-color: rgb(220,153,254); }
td.TdClassName
{
border-color: #DC99FE;
}
.TagClassName
{
border-color: #DC99FE;
}
</style>