Shades of Deep Magenta #DC1DCF
Tints of Deep Magenta #DC1DCF
RGB
CMYK
RGB Variations
Color information
#DC1DCF (or 0xDC1DCF) is known color: Deep Magenta. HEX triplet: DC, 1D and CF. RGB value is (220,29,207). Sum of RGB (Red+Green+Blue) = 220+29+207=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DCF is #23E230. Grayscale: #696969. Windows color (decimal): -2351665 or 13573596. OLE color: 13573596.
HSL color Cylindrical-coordinate representation of color #DC1DCF: hue angle of 304.08º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DCF is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 207 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.14 |
| HSL | 304.08º | 0.77% | 0.49% | - |
| HSV(B) | 304.08º | 0.87% | 0.86% | - |
| XYZ | 41.22 | 20.6 | 60.84 | - |
| YUV | 106.4 | 184.78 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 207 | 0 | 0.87 | 0.06 | 0.14 | 304.08 | 0.77 | 0.49 |
| Hex | DC | 1D | CF | 0 | 57 | 6 | E | 130 | 4D | 31 |
| Octal | 334 | 35 | 317 | 0 | 127 | 6 | 16 | 460 | 115 | 61 |
| Binary | 11011100 | 11101 | 11001111 | 0 | 1010111 | 110 | 1110 | 100110000 | 1001101 | 110001 |
Color Harmonies of #DC1DCF
Complementary color
Monochromatic Colors of #DC1DCF
Black with #DC1DCF
Text Example
Text Example
White with #DC1DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DCF; }
p { color: rgb(220,29,207); }
H1.HeaderClassName
{
color: #DC1DCF;
}
.AnyTagClassName
{
color: #DC1DCF;
}
</style>
background-color css
<style>
a { background-color: #DC1DCF; }
a { background-color: rgb(220,29,207); }
div.DivClassName
{
background-color: #DC1DCF;
}
.BgClassName
{
background-color: #DC1DCF;
}
</style>
border-color css
<style>
span { border-color: #DC1DCF; }
span { border-color: rgb(220,29,207); }
td.TdClassName
{
border-color: #DC1DCF;
}
.TagClassName
{
border-color: #DC1DCF;
}
</style>