Shades of Deep Magenta #DB18BE
Tints of Deep Magenta #DB18BE
RGB
CMYK
RGB Variations
Color information
#DB18BE (or 0xDB18BE) is known color: Deep Magenta. HEX triplet: DB, 18 and BE. RGB value is (219,24,190). Sum of RGB (Red+Green+Blue) = 219+24+190=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18BE is #24E741. Grayscale: #646464. Windows color (decimal): -2418498 or 12458203. OLE color: 12458203.
HSL color Cylindrical-coordinate representation of color #DB18BE: hue angle of 308.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB18BE is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 190 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.14 |
| HSL | 308.92º | 0.8% | 0.48% | - |
| HSV(B) | 308.92º | 0.89% | 0.86% | - |
| XYZ | 38.83 | 19.43 | 50.42 | - |
| YUV | 101.23 | 178.1 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 190 | 0 | 0.89 | 0.13 | 0.14 | 308.92 | 0.8 | 0.48 |
| Hex | DB | 18 | BE | 0 | 59 | D | E | 135 | 50 | 30 |
| Octal | 333 | 30 | 276 | 0 | 131 | 15 | 16 | 465 | 120 | 60 |
| Binary | 11011011 | 11000 | 10111110 | 0 | 1011001 | 1101 | 1110 | 100110101 | 1010000 | 110000 |
Color Harmonies of #DB18BE
Complementary color
Monochromatic Colors of #DB18BE
Black with #DB18BE
Text Example
Text Example
White with #DB18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18BE; }
p { color: rgb(219,24,190); }
H1.HeaderClassName
{
color: #DB18BE;
}
.AnyTagClassName
{
color: #DB18BE;
}
</style>
background-color css
<style>
a { background-color: #DB18BE; }
a { background-color: rgb(219,24,190); }
div.DivClassName
{
background-color: #DB18BE;
}
.BgClassName
{
background-color: #DB18BE;
}
</style>
border-color css
<style>
span { border-color: #DB18BE; }
span { border-color: rgb(219,24,190); }
td.TdClassName
{
border-color: #DB18BE;
}
.TagClassName
{
border-color: #DB18BE;
}
</style>