Shades of Deep Magenta #DC0DBD
Tints of Deep Magenta #DC0DBD
RGB
CMYK
RGB Variations
Color information
#DC0DBD (or 0xDC0DBD) is known color: Deep Magenta. HEX triplet: DC, 0D and BD. RGB value is (220,13,189). Sum of RGB (Red+Green+Blue) = 220+13+189=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0DBD is #23F242. Grayscale: #5E5E5E. Windows color (decimal): -2355779 or 12389852. OLE color: 12389852.
HSL color Cylindrical-coordinate representation of color #DC0DBD: hue angle of 308.99º 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 #DC0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.14 |
| HSL | 308.99º | 0.89% | 0.46% | - |
| HSV(B) | 308.99º | 0.94% | 0.86% | - |
| XYZ | 38.84 | 19.18 | 49.8 | - |
| YUV | 94.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 189 | 0 | 0.94 | 0.14 | 0.14 | 308.99 | 0.89 | 0.46 |
| Hex | DC | D | BD | 0 | 5E | E | E | 135 | 59 | 2E |
| Octal | 334 | 15 | 275 | 0 | 136 | 16 | 16 | 465 | 131 | 56 |
| Binary | 11011100 | 1101 | 10111101 | 0 | 1011110 | 1110 | 1110 | 100110101 | 1011001 | 101110 |
Color Harmonies of #DC0DBD
Complementary color
Monochromatic Colors of #DC0DBD
Black with #DC0DBD
Text Example
Text Example
White with #DC0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DBD; }
p { color: rgb(220,13,189); }
H1.HeaderClassName
{
color: #DC0DBD;
}
.AnyTagClassName
{
color: #DC0DBD;
}
</style>
background-color css
<style>
a { background-color: #DC0DBD; }
a { background-color: rgb(220,13,189); }
div.DivClassName
{
background-color: #DC0DBD;
}
.BgClassName
{
background-color: #DC0DBD;
}
</style>
border-color css
<style>
span { border-color: #DC0DBD; }
span { border-color: rgb(220,13,189); }
td.TdClassName
{
border-color: #DC0DBD;
}
.TagClassName
{
border-color: #DC0DBD;
}
</style>