Shades of Deep Magenta #DF11C9
Tints of Deep Magenta #DF11C9
RGB
CMYK
RGB Variations
Color information
#DF11C9 (or 0xDF11C9) is known color: Deep Magenta. HEX triplet: DF, 11 and C9. RGB value is (223,17,201). Sum of RGB (Red+Green+Blue) = 223+17+201=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF11C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF11C9 is #20EE36. Grayscale: #636363. Windows color (decimal): -2158135 or 13177311. OLE color: 13177311.
HSL color Cylindrical-coordinate representation of color #DF11C9: hue angle of 306.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF11C9 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 201 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.13 |
| HSL | 306.41º | 0.86% | 0.47% | - |
| HSV(B) | 306.41º | 0.92% | 0.87% | - |
| XYZ | 41.17 | 20.31 | 57.01 | - |
| YUV | 99.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 201 | 0 | 0.92 | 0.10 | 0.13 | 306.41 | 0.86 | 0.47 |
| Hex | DF | 11 | C9 | 0 | 5C | A | D | 132 | 56 | 2F |
| Octal | 337 | 21 | 311 | 0 | 134 | 12 | 15 | 462 | 126 | 57 |
| Binary | 11011111 | 10001 | 11001001 | 0 | 1011100 | 1010 | 1101 | 100110010 | 1010110 | 101111 |
Color Harmonies of #DF11C9
Complementary color
Monochromatic Colors of #DF11C9
Black with #DF11C9
Text Example
Text Example
White with #DF11C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF11C9; }
p { color: rgb(223,17,201); }
H1.HeaderClassName
{
color: #DF11C9;
}
.AnyTagClassName
{
color: #DF11C9;
}
</style>
background-color css
<style>
a { background-color: #DF11C9; }
a { background-color: rgb(223,17,201); }
div.DivClassName
{
background-color: #DF11C9;
}
.BgClassName
{
background-color: #DF11C9;
}
</style>
border-color css
<style>
span { border-color: #DF11C9; }
span { border-color: rgb(223,17,201); }
td.TdClassName
{
border-color: #DF11C9;
}
.TagClassName
{
border-color: #DF11C9;
}
</style>