Shades of Deep Magenta #DC0DCF
Tints of Deep Magenta #DC0DCF
RGB
CMYK
RGB Variations
Color information
#DC0DCF (or 0xDC0DCF) is known color: Deep Magenta. HEX triplet: DC, 0D and CF. RGB value is (220,13,207). Sum of RGB (Red+Green+Blue) = 220+13+207=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DCF is #23F230. Grayscale: #606060. Windows color (decimal): -2355761 or 13569500. OLE color: 13569500.
HSL color Cylindrical-coordinate representation of color #DC0DCF: hue angle of 303.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DCF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 207 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.14 |
| HSL | 303.77º | 0.89% | 0.46% | - |
| HSV(B) | 303.77º | 0.94% | 0.86% | - |
| XYZ | 40.92 | 20.01 | 60.74 | - |
| YUV | 97.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 207 | 0 | 0.94 | 0.06 | 0.14 | 303.77 | 0.89 | 0.46 |
| Hex | DC | D | CF | 0 | 5E | 6 | E | 130 | 59 | 2E |
| Octal | 334 | 15 | 317 | 0 | 136 | 6 | 16 | 460 | 131 | 56 |
| Binary | 11011100 | 1101 | 11001111 | 0 | 1011110 | 110 | 1110 | 100110000 | 1011001 | 101110 |
Color Harmonies of #DC0DCF
Complementary color
Monochromatic Colors of #DC0DCF
Black with #DC0DCF
Text Example
Text Example
White with #DC0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DCF; }
p { color: rgb(220,13,207); }
H1.HeaderClassName
{
color: #DC0DCF;
}
.AnyTagClassName
{
color: #DC0DCF;
}
</style>
background-color css
<style>
a { background-color: #DC0DCF; }
a { background-color: rgb(220,13,207); }
div.DivClassName
{
background-color: #DC0DCF;
}
.BgClassName
{
background-color: #DC0DCF;
}
</style>
border-color css
<style>
span { border-color: #DC0DCF; }
span { border-color: rgb(220,13,207); }
td.TdClassName
{
border-color: #DC0DCF;
}
.TagClassName
{
border-color: #DC0DCF;
}
</style>