Shades of Deep Magenta #DB1BCD
Tints of Deep Magenta #DB1BCD
RGB
CMYK
RGB Variations
Color information
#DB1BCD (or 0xDB1BCD) is known color: Deep Magenta. HEX triplet: DB, 1B and CD. RGB value is (219,27,205). Sum of RGB (Red+Green+Blue) = 219+27+205=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BCD is #24E432. Grayscale: #686868. Windows color (decimal): -2417715 or 13442011. OLE color: 13442011.
HSL color Cylindrical-coordinate representation of color #DB1BCD: hue angle of 304.38º 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 #DB1BCD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.14 |
| HSL | 304.38º | 0.78% | 0.48% | - |
| HSV(B) | 304.38º | 0.88% | 0.86% | - |
| XYZ | 40.62 | 20.25 | 59.53 | - |
| YUV | 104.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 205 | 0 | 0.88 | 0.06 | 0.14 | 304.38 | 0.78 | 0.48 |
| Hex | DB | 1B | CD | 0 | 58 | 6 | E | 130 | 4E | 30 |
| Octal | 333 | 33 | 315 | 0 | 130 | 6 | 16 | 460 | 116 | 60 |
| Binary | 11011011 | 11011 | 11001101 | 0 | 1011000 | 110 | 1110 | 100110000 | 1001110 | 110000 |
Color Harmonies of #DB1BCD
Complementary color
Monochromatic Colors of #DB1BCD
Black with #DB1BCD
Text Example
Text Example
White with #DB1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BCD; }
p { color: rgb(219,27,205); }
H1.HeaderClassName
{
color: #DB1BCD;
}
.AnyTagClassName
{
color: #DB1BCD;
}
</style>
background-color css
<style>
a { background-color: #DB1BCD; }
a { background-color: rgb(219,27,205); }
div.DivClassName
{
background-color: #DB1BCD;
}
.BgClassName
{
background-color: #DB1BCD;
}
</style>
border-color css
<style>
span { border-color: #DB1BCD; }
span { border-color: rgb(219,27,205); }
td.TdClassName
{
border-color: #DB1BCD;
}
.TagClassName
{
border-color: #DB1BCD;
}
</style>