Shades of Deep Magenta #DC13BB
Tints of Deep Magenta #DC13BB
RGB
CMYK
RGB Variations
Color information
#DC13BB (or 0xDC13BB) is known color: Deep Magenta. HEX triplet: DC, 13 and BB. RGB value is (220,19,187). Sum of RGB (Red+Green+Blue) = 220+19+187=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC13BB is #23EC44. Grayscale: #616161. Windows color (decimal): -2354245 or 12260316. OLE color: 12260316.
HSL color Cylindrical-coordinate representation of color #DC13BB: hue angle of 309.85º 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 #DC13BB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 187 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.14 |
| HSL | 309.85º | 0.84% | 0.47% | - |
| HSV(B) | 309.85º | 0.91% | 0.86% | - |
| XYZ | 38.72 | 19.27 | 48.69 | - |
| YUV | 98.25 | 178.09 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 187 | 0 | 0.91 | 0.15 | 0.14 | 309.85 | 0.84 | 0.47 |
| Hex | DC | 13 | BB | 0 | 5B | F | E | 136 | 54 | 2F |
| Octal | 334 | 23 | 273 | 0 | 133 | 17 | 16 | 466 | 124 | 57 |
| Binary | 11011100 | 10011 | 10111011 | 0 | 1011011 | 1111 | 1110 | 100110110 | 1010100 | 101111 |
Color Harmonies of #DC13BB
Complementary color
Monochromatic Colors of #DC13BB
Black with #DC13BB
Text Example
Text Example
White with #DC13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC13BB; }
p { color: rgb(220,19,187); }
H1.HeaderClassName
{
color: #DC13BB;
}
.AnyTagClassName
{
color: #DC13BB;
}
</style>
background-color css
<style>
a { background-color: #DC13BB; }
a { background-color: rgb(220,19,187); }
div.DivClassName
{
background-color: #DC13BB;
}
.BgClassName
{
background-color: #DC13BB;
}
</style>
border-color css
<style>
span { border-color: #DC13BB; }
span { border-color: rgb(220,19,187); }
td.TdClassName
{
border-color: #DC13BB;
}
.TagClassName
{
border-color: #DC13BB;
}
</style>