Shades of Deep Magenta #DC1CDA
Tints of Deep Magenta #DC1CDA
RGB
CMYK
RGB Variations
Color information
#DC1CDA (or 0xDC1CDA) is known color: Deep Magenta. HEX triplet: DC, 1C and DA. RGB value is (220,28,218). Sum of RGB (Red+Green+Blue) = 220+28+218=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1CDA is #23E325. Grayscale: #6A6A6A. Windows color (decimal): -2351910 or 14294236. OLE color: 14294236.
HSL color Cylindrical-coordinate representation of color #DC1CDA: hue angle of 300.62º 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 #DC1CDA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 218 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.14 |
| HSL | 300.63º | 0.77% | 0.49% | - |
| HSV(B) | 300.63º | 0.87% | 0.86% | - |
| XYZ | 42.59 | 21.11 | 68.16 | - |
| YUV | 107.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 218 | 0 | 0.87 | 0.01 | 0.14 | 300.63 | 0.77 | 0.49 |
| Hex | DC | 1C | DA | 0 | 57 | 1 | E | 12D | 4D | 31 |
| Octal | 334 | 34 | 332 | 0 | 127 | 1 | 16 | 455 | 115 | 61 |
| Binary | 11011100 | 11100 | 11011010 | 0 | 1010111 | 1 | 1110 | 100101101 | 1001101 | 110001 |
Color Harmonies of #DC1CDA
Complementary color
Monochromatic Colors of #DC1CDA
Black with #DC1CDA
Text Example
Text Example
White with #DC1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CDA; }
p { color: rgb(220,28,218); }
H1.HeaderClassName
{
color: #DC1CDA;
}
.AnyTagClassName
{
color: #DC1CDA;
}
</style>
background-color css
<style>
a { background-color: #DC1CDA; }
a { background-color: rgb(220,28,218); }
div.DivClassName
{
background-color: #DC1CDA;
}
.BgClassName
{
background-color: #DC1CDA;
}
</style>
border-color css
<style>
span { border-color: #DC1CDA; }
span { border-color: rgb(220,28,218); }
td.TdClassName
{
border-color: #DC1CDA;
}
.TagClassName
{
border-color: #DC1CDA;
}
</style>