Shades of Deep Magenta #DB1BCB
Tints of Deep Magenta #DB1BCB
RGB
CMYK
RGB Variations
Color information
#DB1BCB (or 0xDB1BCB) is known color: Deep Magenta. HEX triplet: DB, 1B and CB. RGB value is (219,27,203). Sum of RGB (Red+Green+Blue) = 219+27+203=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BCB is #24E434. Grayscale: #676767. Windows color (decimal): -2417717 or 13310939. OLE color: 13310939.
HSL color Cylindrical-coordinate representation of color #DB1BCB: hue angle of 305º 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 #DB1BCB is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 203 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.14 |
| HSL | 305º | 0.78% | 0.48% | - |
| HSV(B) | 305º | 0.88% | 0.86% | - |
| XYZ | 40.38 | 20.16 | 58.26 | - |
| YUV | 104.47 | 183.61 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 203 | 0 | 0.88 | 0.07 | 0.14 | 305 | 0.78 | 0.48 |
| Hex | DB | 1B | CB | 0 | 58 | 7 | E | 131 | 4E | 30 |
| Octal | 333 | 33 | 313 | 0 | 130 | 7 | 16 | 461 | 116 | 60 |
| Binary | 11011011 | 11011 | 11001011 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001110 | 110000 |
Color Harmonies of #DB1BCB
Complementary color
Monochromatic Colors of #DB1BCB
Black with #DB1BCB
Text Example
Text Example
White with #DB1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BCB; }
p { color: rgb(219,27,203); }
H1.HeaderClassName
{
color: #DB1BCB;
}
.AnyTagClassName
{
color: #DB1BCB;
}
</style>
background-color css
<style>
a { background-color: #DB1BCB; }
a { background-color: rgb(219,27,203); }
div.DivClassName
{
background-color: #DB1BCB;
}
.BgClassName
{
background-color: #DB1BCB;
}
</style>
border-color css
<style>
span { border-color: #DB1BCB; }
span { border-color: rgb(219,27,203); }
td.TdClassName
{
border-color: #DB1BCB;
}
.TagClassName
{
border-color: #DB1BCB;
}
</style>