Shades of Deep Magenta #DC13DA
Tints of Deep Magenta #DC13DA
RGB
CMYK
RGB Variations
Color information
#DC13DA (or 0xDC13DA) is known color: Deep Magenta. HEX triplet: DC, 13 and DA. RGB value is (220,19,218). Sum of RGB (Red+Green+Blue) = 220+19+218=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 19 (7.81% from 255 or 4.16% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13DA is #23EC25. Grayscale: #656565. Windows color (decimal): -2354214 or 14291932. OLE color: 14291932.
HSL color Cylindrical-coordinate representation of color #DC13DA: hue angle of 300.6º 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 #DC13DA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 218 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.14 |
| HSL | 300.6º | 0.84% | 0.47% | - |
| HSV(B) | 300.6º | 0.91% | 0.86% | - |
| XYZ | 42.4 | 20.74 | 68.1 | - |
| YUV | 101.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 218 | 0 | 0.91 | 0.01 | 0.14 | 300.6 | 0.84 | 0.47 |
| Hex | DC | 13 | DA | 0 | 5B | 1 | E | 12D | 54 | 2F |
| Octal | 334 | 23 | 332 | 0 | 133 | 1 | 16 | 455 | 124 | 57 |
| Binary | 11011100 | 10011 | 11011010 | 0 | 1011011 | 1 | 1110 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DC13DA
Complementary color
Monochromatic Colors of #DC13DA
Black with #DC13DA
Text Example
Text Example
White with #DC13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13DA; }
p { color: rgb(220,19,218); }
H1.HeaderClassName
{
color: #DC13DA;
}
.AnyTagClassName
{
color: #DC13DA;
}
</style>
background-color css
<style>
a { background-color: #DC13DA; }
a { background-color: rgb(220,19,218); }
div.DivClassName
{
background-color: #DC13DA;
}
.BgClassName
{
background-color: #DC13DA;
}
</style>
border-color css
<style>
span { border-color: #DC13DA; }
span { border-color: rgb(220,19,218); }
td.TdClassName
{
border-color: #DC13DA;
}
.TagClassName
{
border-color: #DC13DA;
}
</style>