Shades of Mauve #DC99F3
Tints of Mauve #DC99F3
RGB
CMYK
RGB Variations
Color information
#DC99F3 (or 0xDC99F3) is known color: Mauve. HEX triplet: DC, 99 and F3. RGB value is (220,153,243). Sum of RGB (Red+Green+Blue) = 220+153+243=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC99F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F3 is #23660C. Grayscale: #B6B6B6. Windows color (decimal): -2319885 or 15964636. OLE color: 15964636.
HSL color Cylindrical-coordinate representation of color #DC99F3: hue angle of 284.67º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC99F3 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 153 | 243 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.05 |
| HSL | 284.67º | 0.79% | 0.78% | - |
| HSV(B) | 284.67º | 0.37% | 0.95% | - |
| XYZ | 57.08 | 44.47 | 90.37 | - |
| YUV | 183.29 | 161.7 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 243 | 0.09 | 0.37 | 0 | 0.05 | 284.67 | 0.79 | 0.78 |
| Hex | DC | 99 | F3 | 9 | 25 | 0 | 5 | 11D | 4F | 4E |
| Octal | 334 | 231 | 363 | 11 | 45 | 0 | 5 | 435 | 117 | 116 |
| Binary | 11011100 | 10011001 | 11110011 | 1001 | 100101 | 0 | 101 | 100011101 | 1001111 | 1001110 |
Color Harmonies of #DC99F3
Complementary color
Monochromatic Colors of #DC99F3
Black with #DC99F3
Text Example
Text Example
White with #DC99F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99F3; }
p { color: rgb(220,153,243); }
H1.HeaderClassName
{
color: #DC99F3;
}
.AnyTagClassName
{
color: #DC99F3;
}
</style>
background-color css
<style>
a { background-color: #DC99F3; }
a { background-color: rgb(220,153,243); }
div.DivClassName
{
background-color: #DC99F3;
}
.BgClassName
{
background-color: #DC99F3;
}
</style>
border-color css
<style>
span { border-color: #DC99F3; }
span { border-color: rgb(220,153,243); }
td.TdClassName
{
border-color: #DC99F3;
}
.TagClassName
{
border-color: #DC99F3;
}
</style>