Shades of Deep Magenta #DF0DC0
Tints of Deep Magenta #DF0DC0
RGB
CMYK
RGB Variations
Color information
#DF0DC0 (or 0xDF0DC0) is known color: Deep Magenta. HEX triplet: DF, 0D and C0. RGB value is (223,13,192). Sum of RGB (Red+Green+Blue) = 223+13+192=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC0 is #20F23F. Grayscale: #5F5F5F. Windows color (decimal): -2159168 or 12586463. OLE color: 12586463.
HSL color Cylindrical-coordinate representation of color #DF0DC0: hue angle of 308.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 308.86º | 0.89% | 0.46% | - |
| HSV(B) | 308.86º | 0.94% | 0.87% | - |
| XYZ | 40.09 | 19.78 | 51.57 | - |
| YUV | 96.2 | 182.07 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 192 | 0 | 0.94 | 0.14 | 0.13 | 308.86 | 0.89 | 0.46 |
| Hex | DF | D | C0 | 0 | 5E | E | D | 135 | 59 | 2E |
| Octal | 337 | 15 | 300 | 0 | 136 | 16 | 15 | 465 | 131 | 56 |
| Binary | 11011111 | 1101 | 11000000 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011001 | 101110 |
Color Harmonies of #DF0DC0
Complementary color
Monochromatic Colors of #DF0DC0
Black with #DF0DC0
Text Example
Text Example
White with #DF0DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DC0; }
p { color: rgb(223,13,192); }
H1.HeaderClassName
{
color: #DF0DC0;
}
.AnyTagClassName
{
color: #DF0DC0;
}
</style>
background-color css
<style>
a { background-color: #DF0DC0; }
a { background-color: rgb(223,13,192); }
div.DivClassName
{
background-color: #DF0DC0;
}
.BgClassName
{
background-color: #DF0DC0;
}
</style>
border-color css
<style>
span { border-color: #DF0DC0; }
span { border-color: rgb(223,13,192); }
td.TdClassName
{
border-color: #DF0DC0;
}
.TagClassName
{
border-color: #DF0DC0;
}
</style>