Shades of Deep Magenta #DC13CB
Tints of Deep Magenta #DC13CB
RGB
CMYK
RGB Variations
Color information
#DC13CB (or 0xDC13CB) is known color: Deep Magenta. HEX triplet: DC, 13 and CB. RGB value is (220,19,203). Sum of RGB (Red+Green+Blue) = 220+19+203=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13CB is #23EC34. Grayscale: #636363. Windows color (decimal): -2354229 or 13308892. OLE color: 13308892.
HSL color Cylindrical-coordinate representation of color #DC13CB: hue angle of 305.07º 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 #DC13CB is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.14 |
| HSL | 305.07º | 0.84% | 0.47% | - |
| HSV(B) | 305.07º | 0.91% | 0.86% | - |
| XYZ | 40.53 | 19.99 | 58.22 | - |
| YUV | 100.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 203 | 0 | 0.91 | 0.08 | 0.14 | 305.07 | 0.84 | 0.47 |
| Hex | DC | 13 | CB | 0 | 5B | 8 | E | 131 | 54 | 2F |
| Octal | 334 | 23 | 313 | 0 | 133 | 10 | 16 | 461 | 124 | 57 |
| Binary | 11011100 | 10011 | 11001011 | 0 | 1011011 | 1000 | 1110 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DC13CB
Complementary color
Monochromatic Colors of #DC13CB
Black with #DC13CB
Text Example
Text Example
White with #DC13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13CB; }
p { color: rgb(220,19,203); }
H1.HeaderClassName
{
color: #DC13CB;
}
.AnyTagClassName
{
color: #DC13CB;
}
</style>
background-color css
<style>
a { background-color: #DC13CB; }
a { background-color: rgb(220,19,203); }
div.DivClassName
{
background-color: #DC13CB;
}
.BgClassName
{
background-color: #DC13CB;
}
</style>
border-color css
<style>
span { border-color: #DC13CB; }
span { border-color: rgb(220,19,203); }
td.TdClassName
{
border-color: #DC13CB;
}
.TagClassName
{
border-color: #DC13CB;
}
</style>