Shades of Deep Magenta #DB0BC5
Tints of Deep Magenta #DB0BC5
RGB
CMYK
RGB Variations
Color information
#DB0BC5 (or 0xDB0BC5) is known color: Deep Magenta. HEX triplet: DB, 0B and C5. RGB value is (219,11,197). Sum of RGB (Red+Green+Blue) = 219+11+197=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BC5 is #24F43A. Grayscale: #5D5D5D. Windows color (decimal): -2421819 or 12913627. OLE color: 12913627.
HSL color Cylindrical-coordinate representation of color #DB0BC5: hue angle of 306.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BC5 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 197 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.14 |
| HSL | 306.35º | 0.9% | 0.45% | - |
| HSV(B) | 306.35º | 0.95% | 0.86% | - |
| XYZ | 39.41 | 19.33 | 54.48 | - |
| YUV | 94.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 197 | 0 | 0.95 | 0.10 | 0.14 | 306.35 | 0.9 | 0.45 |
| Hex | DB | B | C5 | 0 | 5F | A | E | 132 | 5A | 2D |
| Octal | 333 | 13 | 305 | 0 | 137 | 12 | 16 | 462 | 132 | 55 |
| Binary | 11011011 | 1011 | 11000101 | 0 | 1011111 | 1010 | 1110 | 100110010 | 1011010 | 101101 |
Color Harmonies of #DB0BC5
Complementary color
Monochromatic Colors of #DB0BC5
Black with #DB0BC5
Text Example
Text Example
White with #DB0BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BC5; }
p { color: rgb(219,11,197); }
H1.HeaderClassName
{
color: #DB0BC5;
}
.AnyTagClassName
{
color: #DB0BC5;
}
</style>
background-color css
<style>
a { background-color: #DB0BC5; }
a { background-color: rgb(219,11,197); }
div.DivClassName
{
background-color: #DB0BC5;
}
.BgClassName
{
background-color: #DB0BC5;
}
</style>
border-color css
<style>
span { border-color: #DB0BC5; }
span { border-color: rgb(219,11,197); }
td.TdClassName
{
border-color: #DB0BC5;
}
.TagClassName
{
border-color: #DB0BC5;
}
</style>