Shades of Deep Magenta #DB0DBE
Tints of Deep Magenta #DB0DBE
RGB
CMYK
RGB Variations
Color information
#DB0DBE (or 0xDB0DBE) is known color: Deep Magenta. HEX triplet: DB, 0D and BE. RGB value is (219,13,190). Sum of RGB (Red+Green+Blue) = 219+13+190=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DBE is #24F241. Grayscale: #5E5E5E. Windows color (decimal): -2421314 or 12455387. OLE color: 12455387.
HSL color Cylindrical-coordinate representation of color #DB0DBE: hue angle of 308.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DBE is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.14 |
| HSL | 308.45º | 0.89% | 0.45% | - |
| HSV(B) | 308.45º | 0.94% | 0.86% | - |
| XYZ | 38.65 | 19.07 | 50.36 | - |
| YUV | 94.77 | 181.75 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 190 | 0 | 0.94 | 0.13 | 0.14 | 308.45 | 0.89 | 0.45 |
| Hex | DB | D | BE | 0 | 5E | D | E | 134 | 59 | 2D |
| Octal | 333 | 15 | 276 | 0 | 136 | 15 | 16 | 464 | 131 | 55 |
| Binary | 11011011 | 1101 | 10111110 | 0 | 1011110 | 1101 | 1110 | 100110100 | 1011001 | 101101 |
Color Harmonies of #DB0DBE
Complementary color
Monochromatic Colors of #DB0DBE
Black with #DB0DBE
Text Example
Text Example
White with #DB0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DBE; }
p { color: rgb(219,13,190); }
H1.HeaderClassName
{
color: #DB0DBE;
}
.AnyTagClassName
{
color: #DB0DBE;
}
</style>
background-color css
<style>
a { background-color: #DB0DBE; }
a { background-color: rgb(219,13,190); }
div.DivClassName
{
background-color: #DB0DBE;
}
.BgClassName
{
background-color: #DB0DBE;
}
</style>
border-color css
<style>
span { border-color: #DB0DBE; }
span { border-color: rgb(219,13,190); }
td.TdClassName
{
border-color: #DB0DBE;
}
.TagClassName
{
border-color: #DB0DBE;
}
</style>