Shades of Deep Magenta #DC13D8
Tints of Deep Magenta #DC13D8
RGB
CMYK
RGB Variations
Color information
#DC13D8 (or 0xDC13D8) is known color: Deep Magenta. HEX triplet: DC, 13 and D8. RGB value is (220,19,216). Sum of RGB (Red+Green+Blue) = 220+19+216=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13D8 is #23EC27. Grayscale: #646464. Windows color (decimal): -2354216 or 14160860. OLE color: 14160860.
HSL color Cylindrical-coordinate representation of color #DC13D8: hue angle of 301.19º 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 #DC13D8 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 216 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.14 |
| HSL | 301.19º | 0.84% | 0.47% | - |
| HSV(B) | 301.19º | 0.91% | 0.86% | - |
| XYZ | 42.14 | 20.64 | 66.73 | - |
| YUV | 101.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 216 | 0 | 0.91 | 0.02 | 0.14 | 301.19 | 0.84 | 0.47 |
| Hex | DC | 13 | D8 | 0 | 5B | 2 | E | 12D | 54 | 2F |
| Octal | 334 | 23 | 330 | 0 | 133 | 2 | 16 | 455 | 124 | 57 |
| Binary | 11011100 | 10011 | 11011000 | 0 | 1011011 | 10 | 1110 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DC13D8
Complementary color
Monochromatic Colors of #DC13D8
Black with #DC13D8
Text Example
Text Example
White with #DC13D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13D8; }
p { color: rgb(220,19,216); }
H1.HeaderClassName
{
color: #DC13D8;
}
.AnyTagClassName
{
color: #DC13D8;
}
</style>
background-color css
<style>
a { background-color: #DC13D8; }
a { background-color: rgb(220,19,216); }
div.DivClassName
{
background-color: #DC13D8;
}
.BgClassName
{
background-color: #DC13D8;
}
</style>
border-color css
<style>
span { border-color: #DC13D8; }
span { border-color: rgb(220,19,216); }
td.TdClassName
{
border-color: #DC13D8;
}
.TagClassName
{
border-color: #DC13D8;
}
</style>