Shades of Deep Magenta #DB00BE
Tints of Deep Magenta #DB00BE
RGB
CMYK
RGB Variations
Color information
#DB00BE (or 0xDB00BE) is known color: Deep Magenta. HEX triplet: DB, 00 and BE. RGB value is (219,0,190). Sum of RGB (Red+Green+Blue) = 219+0+190=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00BE is #24FF41. Grayscale: #565656. Windows color (decimal): -2424642 or 12452059. OLE color: 12452059.
HSL color Cylindrical-coordinate representation of color #DB00BE: hue angle of 307.95º 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 #DB00BE is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.13 | 0.14 |
| HSL | 307.95º | 1% | 0.43% | - |
| HSV(B) | 307.95º | 1% | 0.86% | - |
| XYZ | 38.51 | 18.78 | 50.31 | - |
| YUV | 87.14 | 186.05 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 190 | 0 | 1 | 0.13 | 0.14 | 307.95 | 1 | 0.43 |
| Hex | DB | 0 | BE | 0 | 64 | D | E | 134 | 64 | 2B |
| Octal | 333 | 0 | 276 | 0 | 144 | 15 | 16 | 464 | 144 | 53 |
| Binary | 11011011 | 0 | 10111110 | 0 | 1100100 | 1101 | 1110 | 100110100 | 1100100 | 101011 |
Color Harmonies of #DB00BE
Complementary color
Monochromatic Colors of #DB00BE
Black with #DB00BE
Text Example
Text Example
White with #DB00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00BE; }
p { color: rgb(219,0,190); }
H1.HeaderClassName
{
color: #DB00BE;
}
.AnyTagClassName
{
color: #DB00BE;
}
</style>
background-color css
<style>
a { background-color: #DB00BE; }
a { background-color: rgb(219,0,190); }
div.DivClassName
{
background-color: #DB00BE;
}
.BgClassName
{
background-color: #DB00BE;
}
</style>
border-color css
<style>
span { border-color: #DB00BE; }
span { border-color: rgb(219,0,190); }
td.TdClassName
{
border-color: #DB00BE;
}
.TagClassName
{
border-color: #DB00BE;
}
</style>