Shades of Deep Magenta #DC13CA
Tints of Deep Magenta #DC13CA
RGB
CMYK
RGB Variations
Color information
#DC13CA (or 0xDC13CA) is known color: Deep Magenta. HEX triplet: DC, 13 and CA. RGB value is (220,19,202). Sum of RGB (Red+Green+Blue) = 220+19+202=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13CA is #23EC35. Grayscale: #636363. Windows color (decimal): -2354230 or 13243356. OLE color: 13243356.
HSL color Cylindrical-coordinate representation of color #DC13CA: hue angle of 305.37º 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 #DC13CA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 202 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.14 |
| HSL | 305.37º | 0.84% | 0.47% | - |
| HSV(B) | 305.37º | 0.91% | 0.86% | - |
| XYZ | 40.41 | 19.95 | 57.6 | - |
| YUV | 99.96 | 185.59 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 202 | 0 | 0.91 | 0.08 | 0.14 | 305.37 | 0.84 | 0.47 |
| Hex | DC | 13 | CA | 0 | 5B | 8 | E | 131 | 54 | 2F |
| Octal | 334 | 23 | 312 | 0 | 133 | 10 | 16 | 461 | 124 | 57 |
| Binary | 11011100 | 10011 | 11001010 | 0 | 1011011 | 1000 | 1110 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DC13CA
Complementary color
Monochromatic Colors of #DC13CA
Black with #DC13CA
Text Example
Text Example
White with #DC13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13CA; }
p { color: rgb(220,19,202); }
H1.HeaderClassName
{
color: #DC13CA;
}
.AnyTagClassName
{
color: #DC13CA;
}
</style>
background-color css
<style>
a { background-color: #DC13CA; }
a { background-color: rgb(220,19,202); }
div.DivClassName
{
background-color: #DC13CA;
}
.BgClassName
{
background-color: #DC13CA;
}
</style>
border-color css
<style>
span { border-color: #DC13CA; }
span { border-color: rgb(220,19,202); }
td.TdClassName
{
border-color: #DC13CA;
}
.TagClassName
{
border-color: #DC13CA;
}
</style>