Shades of Deep Magenta #DC0DBB
Tints of Deep Magenta #DC0DBB
RGB
CMYK
RGB Variations
Color information
#DC0DBB (or 0xDC0DBB) is known color: Deep Magenta. HEX triplet: DC, 0D and BB. RGB value is (220,13,187). Sum of RGB (Red+Green+Blue) = 220+13+187=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DBB is #23F244. Grayscale: #5E5E5E. Windows color (decimal): -2355781 or 12258780. OLE color: 12258780.
HSL color Cylindrical-coordinate representation of color #DC0DBB: hue angle of 309.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0DBB is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.14 |
| HSL | 309.57º | 0.89% | 0.46% | - |
| HSV(B) | 309.57º | 0.94% | 0.86% | - |
| XYZ | 38.63 | 19.09 | 48.66 | - |
| YUV | 94.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 187 | 0 | 0.94 | 0.15 | 0.14 | 309.57 | 0.89 | 0.46 |
| Hex | DC | D | BB | 0 | 5E | F | E | 136 | 59 | 2E |
| Octal | 334 | 15 | 273 | 0 | 136 | 17 | 16 | 466 | 131 | 56 |
| Binary | 11011100 | 1101 | 10111011 | 0 | 1011110 | 1111 | 1110 | 100110110 | 1011001 | 101110 |
Color Harmonies of #DC0DBB
Complementary color
Monochromatic Colors of #DC0DBB
Black with #DC0DBB
Text Example
Text Example
White with #DC0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DBB; }
p { color: rgb(220,13,187); }
H1.HeaderClassName
{
color: #DC0DBB;
}
.AnyTagClassName
{
color: #DC0DBB;
}
</style>
background-color css
<style>
a { background-color: #DC0DBB; }
a { background-color: rgb(220,13,187); }
div.DivClassName
{
background-color: #DC0DBB;
}
.BgClassName
{
background-color: #DC0DBB;
}
</style>
border-color css
<style>
span { border-color: #DC0DBB; }
span { border-color: rgb(220,13,187); }
td.TdClassName
{
border-color: #DC0DBB;
}
.TagClassName
{
border-color: #DC0DBB;
}
</style>