Shades of Deep Magenta #DF0FDC
Tints of Deep Magenta #DF0FDC
RGB
CMYK
RGB Variations
Color information
#DF0FDC (or 0xDF0FDC) is known color: Deep Magenta. HEX triplet: DF, 0F and DC. RGB value is (223,15,220). Sum of RGB (Red+Green+Blue) = 223+15+220=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FDC is #20F023. Grayscale: #636363. Windows color (decimal): -2158628 or 14421983. OLE color: 14421983.
HSL color Cylindrical-coordinate representation of color #DF0FDC: hue angle of 300.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FDC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 220 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.13 |
| HSL | 300.87º | 0.87% | 0.47% | - |
| HSV(B) | 300.87º | 0.93% | 0.87% | - |
| XYZ | 43.52 | 21.2 | 69.51 | - |
| YUV | 100.56 | 195.41 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 220 | 0 | 0.93 | 0.01 | 0.13 | 300.87 | 0.87 | 0.47 |
| Hex | DF | F | DC | 0 | 5D | 1 | D | 12D | 57 | 2F |
| Octal | 337 | 17 | 334 | 0 | 135 | 1 | 15 | 455 | 127 | 57 |
| Binary | 11011111 | 1111 | 11011100 | 0 | 1011101 | 1 | 1101 | 100101101 | 1010111 | 101111 |
Color Harmonies of #DF0FDC
Complementary color
Monochromatic Colors of #DF0FDC
Black with #DF0FDC
Text Example
Text Example
White with #DF0FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FDC; }
p { color: rgb(223,15,220); }
H1.HeaderClassName
{
color: #DF0FDC;
}
.AnyTagClassName
{
color: #DF0FDC;
}
</style>
background-color css
<style>
a { background-color: #DF0FDC; }
a { background-color: rgb(223,15,220); }
div.DivClassName
{
background-color: #DF0FDC;
}
.BgClassName
{
background-color: #DF0FDC;
}
</style>
border-color css
<style>
span { border-color: #DF0FDC; }
span { border-color: rgb(223,15,220); }
td.TdClassName
{
border-color: #DF0FDC;
}
.TagClassName
{
border-color: #DF0FDC;
}
</style>