Shades of Deep Magenta #DC1BCD
Tints of Deep Magenta #DC1BCD
RGB
CMYK
RGB Variations
Color information
#DC1BCD (or 0xDC1BCD) is known color: Deep Magenta. HEX triplet: DC, 1B and CD. RGB value is (220,27,205). Sum of RGB (Red+Green+Blue) = 220+27+205=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BCD is #23E432. Grayscale: #686868. Windows color (decimal): -2352179 or 13442012. OLE color: 13442012.
HSL color Cylindrical-coordinate representation of color #DC1BCD: hue angle of 304.66º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BCD is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.14 |
| HSL | 304.66º | 0.78% | 0.48% | - |
| HSV(B) | 304.66º | 0.88% | 0.86% | - |
| XYZ | 40.93 | 20.41 | 59.54 | - |
| YUV | 105 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 205 | 0 | 0.88 | 0.07 | 0.14 | 304.66 | 0.78 | 0.48 |
| Hex | DC | 1B | CD | 0 | 58 | 7 | E | 131 | 4E | 30 |
| Octal | 334 | 33 | 315 | 0 | 130 | 7 | 16 | 461 | 116 | 60 |
| Binary | 11011100 | 11011 | 11001101 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001110 | 110000 |
Color Harmonies of #DC1BCD
Complementary color
Monochromatic Colors of #DC1BCD
Black with #DC1BCD
Text Example
Text Example
White with #DC1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BCD; }
p { color: rgb(220,27,205); }
H1.HeaderClassName
{
color: #DC1BCD;
}
.AnyTagClassName
{
color: #DC1BCD;
}
</style>
background-color css
<style>
a { background-color: #DC1BCD; }
a { background-color: rgb(220,27,205); }
div.DivClassName
{
background-color: #DC1BCD;
}
.BgClassName
{
background-color: #DC1BCD;
}
</style>
border-color css
<style>
span { border-color: #DC1BCD; }
span { border-color: rgb(220,27,205); }
td.TdClassName
{
border-color: #DC1BCD;
}
.TagClassName
{
border-color: #DC1BCD;
}
</style>