Shades of Deep Magenta #DC13D2
Tints of Deep Magenta #DC13D2
RGB
CMYK
RGB Variations
Color information
#DC13D2 (or 0xDC13D2) is known color: Deep Magenta. HEX triplet: DC, 13 and D2. RGB value is (220,19,210). Sum of RGB (Red+Green+Blue) = 220+19+210=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13D2 is #23EC2D. Grayscale: #646464. Windows color (decimal): -2354222 or 13767644. OLE color: 13767644.
HSL color Cylindrical-coordinate representation of color #DC13D2: hue angle of 302.99º 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 #DC13D2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 210 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.14 |
| HSL | 302.99º | 0.84% | 0.47% | - |
| HSV(B) | 302.99º | 0.91% | 0.86% | - |
| XYZ | 41.38 | 20.33 | 62.72 | - |
| YUV | 100.87 | 189.59 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 210 | 0 | 0.91 | 0.05 | 0.14 | 302.99 | 0.84 | 0.47 |
| Hex | DC | 13 | D2 | 0 | 5B | 5 | E | 12F | 54 | 2F |
| Octal | 334 | 23 | 322 | 0 | 133 | 5 | 16 | 457 | 124 | 57 |
| Binary | 11011100 | 10011 | 11010010 | 0 | 1011011 | 101 | 1110 | 100101111 | 1010100 | 101111 |
Color Harmonies of #DC13D2
Complementary color
Monochromatic Colors of #DC13D2
Black with #DC13D2
Text Example
Text Example
White with #DC13D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13D2; }
p { color: rgb(220,19,210); }
H1.HeaderClassName
{
color: #DC13D2;
}
.AnyTagClassName
{
color: #DC13D2;
}
</style>
background-color css
<style>
a { background-color: #DC13D2; }
a { background-color: rgb(220,19,210); }
div.DivClassName
{
background-color: #DC13D2;
}
.BgClassName
{
background-color: #DC13D2;
}
</style>
border-color css
<style>
span { border-color: #DC13D2; }
span { border-color: rgb(220,19,210); }
td.TdClassName
{
border-color: #DC13D2;
}
.TagClassName
{
border-color: #DC13D2;
}
</style>