Shades of Deep Magenta #DC13D4
Tints of Deep Magenta #DC13D4
RGB
CMYK
RGB Variations
Color information
#DC13D4 (or 0xDC13D4) is known color: Deep Magenta. HEX triplet: DC, 13 and D4. RGB value is (220,19,212). Sum of RGB (Red+Green+Blue) = 220+19+212=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13D4 is #23EC2B. Grayscale: #646464. Windows color (decimal): -2354220 or 13898716. OLE color: 13898716.
HSL color Cylindrical-coordinate representation of color #DC13D4: hue angle of 302.39º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC13D4 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 212 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.14 |
| HSL | 302.39º | 0.84% | 0.47% | - |
| HSV(B) | 302.39º | 0.91% | 0.86% | - |
| XYZ | 41.63 | 20.43 | 64.04 | - |
| YUV | 101.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 212 | 0 | 0.91 | 0.04 | 0.14 | 302.39 | 0.84 | 0.47 |
| Hex | DC | 13 | D4 | 0 | 5B | 4 | E | 12E | 54 | 2F |
| Octal | 334 | 23 | 324 | 0 | 133 | 4 | 16 | 456 | 124 | 57 |
| Binary | 11011100 | 10011 | 11010100 | 0 | 1011011 | 100 | 1110 | 100101110 | 1010100 | 101111 |
Color Harmonies of #DC13D4
Complementary color
Monochromatic Colors of #DC13D4
Black with #DC13D4
Text Example
Text Example
White with #DC13D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13D4; }
p { color: rgb(220,19,212); }
H1.HeaderClassName
{
color: #DC13D4;
}
.AnyTagClassName
{
color: #DC13D4;
}
</style>
background-color css
<style>
a { background-color: #DC13D4; }
a { background-color: rgb(220,19,212); }
div.DivClassName
{
background-color: #DC13D4;
}
.BgClassName
{
background-color: #DC13D4;
}
</style>
border-color css
<style>
span { border-color: #DC13D4; }
span { border-color: rgb(220,19,212); }
td.TdClassName
{
border-color: #DC13D4;
}
.TagClassName
{
border-color: #DC13D4;
}
</style>