Shades of Deep Magenta #DC1BC9
Tints of Deep Magenta #DC1BC9
RGB
CMYK
RGB Variations
Color information
#DC1BC9 (or 0xDC1BC9) is known color: Deep Magenta. HEX triplet: DC, 1B and C9. RGB value is (220,27,201). Sum of RGB (Red+Green+Blue) = 220+27+201=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BC9 is #23E436. Grayscale: #686868. Windows color (decimal): -2352183 or 13179868. OLE color: 13179868.
HSL color Cylindrical-coordinate representation of color #DC1BC9: hue angle of 305.91º 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 #DC1BC9 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 201 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.14 |
| HSL | 305.91º | 0.78% | 0.48% | - |
| HSV(B) | 305.91º | 0.88% | 0.86% | - |
| XYZ | 40.45 | 20.22 | 57.03 | - |
| YUV | 104.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 201 | 0 | 0.88 | 0.09 | 0.14 | 305.91 | 0.78 | 0.48 |
| Hex | DC | 1B | C9 | 0 | 58 | 9 | E | 132 | 4E | 30 |
| Octal | 334 | 33 | 311 | 0 | 130 | 11 | 16 | 462 | 116 | 60 |
| Binary | 11011100 | 11011 | 11001001 | 0 | 1011000 | 1001 | 1110 | 100110010 | 1001110 | 110000 |
Color Harmonies of #DC1BC9
Complementary color
Monochromatic Colors of #DC1BC9
Black with #DC1BC9
Text Example
Text Example
White with #DC1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BC9; }
p { color: rgb(220,27,201); }
H1.HeaderClassName
{
color: #DC1BC9;
}
.AnyTagClassName
{
color: #DC1BC9;
}
</style>
background-color css
<style>
a { background-color: #DC1BC9; }
a { background-color: rgb(220,27,201); }
div.DivClassName
{
background-color: #DC1BC9;
}
.BgClassName
{
background-color: #DC1BC9;
}
</style>
border-color css
<style>
span { border-color: #DC1BC9; }
span { border-color: rgb(220,27,201); }
td.TdClassName
{
border-color: #DC1BC9;
}
.TagClassName
{
border-color: #DC1BC9;
}
</style>