Shades of Deep Magenta #DF12C8
Tints of Deep Magenta #DF12C8
RGB
CMYK
RGB Variations
Color information
#DF12C8 (or 0xDF12C8) is known color: Deep Magenta. HEX triplet: DF, 12 and C8. RGB value is (223,18,200). Sum of RGB (Red+Green+Blue) = 223+18+200=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12C8 is #20ED37. Grayscale: #636363. Windows color (decimal): -2157880 or 13112031. OLE color: 13112031.
HSL color Cylindrical-coordinate representation of color #DF12C8: hue angle of 306.73º degrees, saturation: 0.85, 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 #DF12C8 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 200 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.13 |
| HSL | 306.73º | 0.85% | 0.47% | - |
| HSV(B) | 306.73º | 0.92% | 0.87% | - |
| XYZ | 41.07 | 20.29 | 56.4 | - |
| YUV | 100.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 200 | 0 | 0.92 | 0.10 | 0.13 | 306.73 | 0.85 | 0.47 |
| Hex | DF | 12 | C8 | 0 | 5C | A | D | 133 | 55 | 2F |
| Octal | 337 | 22 | 310 | 0 | 134 | 12 | 15 | 463 | 125 | 57 |
| Binary | 11011111 | 10010 | 11001000 | 0 | 1011100 | 1010 | 1101 | 100110011 | 1010101 | 101111 |
Color Harmonies of #DF12C8
Complementary color
Monochromatic Colors of #DF12C8
Black with #DF12C8
Text Example
Text Example
White with #DF12C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12C8; }
p { color: rgb(223,18,200); }
H1.HeaderClassName
{
color: #DF12C8;
}
.AnyTagClassName
{
color: #DF12C8;
}
</style>
background-color css
<style>
a { background-color: #DF12C8; }
a { background-color: rgb(223,18,200); }
div.DivClassName
{
background-color: #DF12C8;
}
.BgClassName
{
background-color: #DF12C8;
}
</style>
border-color css
<style>
span { border-color: #DF12C8; }
span { border-color: rgb(223,18,200); }
td.TdClassName
{
border-color: #DF12C8;
}
.TagClassName
{
border-color: #DF12C8;
}
</style>