Shades of Deep Magenta #DC1BDA
Tints of Deep Magenta #DC1BDA
RGB
CMYK
RGB Variations
Color information
#DC1BDA (or 0xDC1BDA) is known color: Deep Magenta. HEX triplet: DC, 1B and DA. RGB value is (220,27,218). Sum of RGB (Red+Green+Blue) = 220+27+218=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BDA is #23E425. Grayscale: #696969. Windows color (decimal): -2352166 or 14293980. OLE color: 14293980.
HSL color Cylindrical-coordinate representation of color #DC1BDA: hue angle of 300.62º 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 #DC1BDA is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 218 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.14 |
| HSL | 300.62º | 0.78% | 0.48% | - |
| HSV(B) | 300.62º | 0.88% | 0.86% | - |
| XYZ | 42.56 | 21.06 | 68.15 | - |
| YUV | 106.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 218 | 0 | 0.88 | 0.01 | 0.14 | 300.62 | 0.78 | 0.48 |
| Hex | DC | 1B | DA | 0 | 58 | 1 | E | 12D | 4E | 30 |
| Octal | 334 | 33 | 332 | 0 | 130 | 1 | 16 | 455 | 116 | 60 |
| Binary | 11011100 | 11011 | 11011010 | 0 | 1011000 | 1 | 1110 | 100101101 | 1001110 | 110000 |
Color Harmonies of #DC1BDA
Complementary color
Monochromatic Colors of #DC1BDA
Black with #DC1BDA
Text Example
Text Example
White with #DC1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BDA; }
p { color: rgb(220,27,218); }
H1.HeaderClassName
{
color: #DC1BDA;
}
.AnyTagClassName
{
color: #DC1BDA;
}
</style>
background-color css
<style>
a { background-color: #DC1BDA; }
a { background-color: rgb(220,27,218); }
div.DivClassName
{
background-color: #DC1BDA;
}
.BgClassName
{
background-color: #DC1BDA;
}
</style>
border-color css
<style>
span { border-color: #DC1BDA; }
span { border-color: rgb(220,27,218); }
td.TdClassName
{
border-color: #DC1BDA;
}
.TagClassName
{
border-color: #DC1BDA;
}
</style>