Shades of Deep Magenta #DB00BC
Tints of Deep Magenta #DB00BC
RGB
CMYK
RGB Variations
Color information
#DB00BC (or 0xDB00BC) is known color: Deep Magenta. HEX triplet: DB, 00 and BC. RGB value is (219,0,188). Sum of RGB (Red+Green+Blue) = 219+0+188=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00BC is #24FF43. Grayscale: #565656. Windows color (decimal): -2424644 or 12320987. OLE color: 12320987.
HSL color Cylindrical-coordinate representation of color #DB00BC: hue angle of 308.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00BC is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.14 | 0.14 |
| HSL | 308.49º | 1% | 0.43% | - |
| HSV(B) | 308.49º | 1% | 0.86% | - |
| XYZ | 38.29 | 18.69 | 49.17 | - |
| YUV | 86.91 | 185.05 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 188 | 0 | 1 | 0.14 | 0.14 | 308.49 | 1 | 0.43 |
| Hex | DB | 0 | BC | 0 | 64 | E | E | 134 | 64 | 2B |
| Octal | 333 | 0 | 274 | 0 | 144 | 16 | 16 | 464 | 144 | 53 |
| Binary | 11011011 | 0 | 10111100 | 0 | 1100100 | 1110 | 1110 | 100110100 | 1100100 | 101011 |
Color Harmonies of #DB00BC
Complementary color
Monochromatic Colors of #DB00BC
Black with #DB00BC
Text Example
Text Example
White with #DB00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00BC; }
p { color: rgb(219,0,188); }
H1.HeaderClassName
{
color: #DB00BC;
}
.AnyTagClassName
{
color: #DB00BC;
}
</style>
background-color css
<style>
a { background-color: #DB00BC; }
a { background-color: rgb(219,0,188); }
div.DivClassName
{
background-color: #DB00BC;
}
.BgClassName
{
background-color: #DB00BC;
}
</style>
border-color css
<style>
span { border-color: #DB00BC; }
span { border-color: rgb(219,0,188); }
td.TdClassName
{
border-color: #DB00BC;
}
.TagClassName
{
border-color: #DB00BC;
}
</style>