Shades of Deep Magenta #DC1DCB
Tints of Deep Magenta #DC1DCB
RGB
CMYK
RGB Variations
Color information
#DC1DCB (or 0xDC1DCB) is known color: Deep Magenta. HEX triplet: DC, 1D and CB. RGB value is (220,29,203). Sum of RGB (Red+Green+Blue) = 220+29+203=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DCB is #23E234. Grayscale: #696969. Windows color (decimal): -2351669 or 13311452. OLE color: 13311452.
HSL color Cylindrical-coordinate representation of color #DC1DCB: hue angle of 305.34º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DCB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.14 |
| HSL | 305.34º | 0.77% | 0.49% | - |
| HSV(B) | 305.34º | 0.87% | 0.86% | - |
| XYZ | 40.73 | 20.41 | 58.29 | - |
| YUV | 105.95 | 182.78 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 203 | 0 | 0.87 | 0.08 | 0.14 | 305.34 | 0.77 | 0.49 |
| Hex | DC | 1D | CB | 0 | 57 | 8 | E | 131 | 4D | 31 |
| Octal | 334 | 35 | 313 | 0 | 127 | 10 | 16 | 461 | 115 | 61 |
| Binary | 11011100 | 11101 | 11001011 | 0 | 1010111 | 1000 | 1110 | 100110001 | 1001101 | 110001 |
Color Harmonies of #DC1DCB
Complementary color
Monochromatic Colors of #DC1DCB
Black with #DC1DCB
Text Example
Text Example
White with #DC1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DCB; }
p { color: rgb(220,29,203); }
H1.HeaderClassName
{
color: #DC1DCB;
}
.AnyTagClassName
{
color: #DC1DCB;
}
</style>
background-color css
<style>
a { background-color: #DC1DCB; }
a { background-color: rgb(220,29,203); }
div.DivClassName
{
background-color: #DC1DCB;
}
.BgClassName
{
background-color: #DC1DCB;
}
</style>
border-color css
<style>
span { border-color: #DC1DCB; }
span { border-color: rgb(220,29,203); }
td.TdClassName
{
border-color: #DC1DCB;
}
.TagClassName
{
border-color: #DC1DCB;
}
</style>