Shades of Deep Magenta #DF0DC5
Tints of Deep Magenta #DF0DC5
RGB
CMYK
RGB Variations
Color information
#DF0DC5 (or 0xDF0DC5) is known color: Deep Magenta. HEX triplet: DF, 0D and C5. RGB value is (223,13,197). Sum of RGB (Red+Green+Blue) = 223+13+197=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC5 is #20F23A. Grayscale: #606060. Windows color (decimal): -2159163 or 12914143. OLE color: 12914143.
HSL color Cylindrical-coordinate representation of color #DF0DC5: hue angle of 307.43º 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 #DF0DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.13 |
| HSL | 307.43º | 0.89% | 0.46% | - |
| HSV(B) | 307.43º | 0.94% | 0.87% | - |
| XYZ | 40.65 | 20.01 | 54.54 | - |
| YUV | 96.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 197 | 0 | 0.94 | 0.12 | 0.13 | 307.43 | 0.89 | 0.46 |
| Hex | DF | D | C5 | 0 | 5E | C | D | 133 | 59 | 2E |
| Octal | 337 | 15 | 305 | 0 | 136 | 14 | 15 | 463 | 131 | 56 |
| Binary | 11011111 | 1101 | 11000101 | 0 | 1011110 | 1100 | 1101 | 100110011 | 1011001 | 101110 |
Color Harmonies of #DF0DC5
Complementary color
Monochromatic Colors of #DF0DC5
Black with #DF0DC5
Text Example
Text Example
White with #DF0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DC5; }
p { color: rgb(223,13,197); }
H1.HeaderClassName
{
color: #DF0DC5;
}
.AnyTagClassName
{
color: #DF0DC5;
}
</style>
background-color css
<style>
a { background-color: #DF0DC5; }
a { background-color: rgb(223,13,197); }
div.DivClassName
{
background-color: #DF0DC5;
}
.BgClassName
{
background-color: #DF0DC5;
}
</style>
border-color css
<style>
span { border-color: #DF0DC5; }
span { border-color: rgb(223,13,197); }
td.TdClassName
{
border-color: #DF0DC5;
}
.TagClassName
{
border-color: #DF0DC5;
}
</style>