Shades of Deep Magenta #DB18BC
Tints of Deep Magenta #DB18BC
RGB
CMYK
RGB Variations
Color information
#DB18BC (or 0xDB18BC) is known color: Deep Magenta. HEX triplet: DB, 18 and BC. RGB value is (219,24,188). Sum of RGB (Red+Green+Blue) = 219+24+188=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB18BC is #24E743. Grayscale: #646464. Windows color (decimal): -2418500 or 12327131. OLE color: 12327131.
HSL color Cylindrical-coordinate representation of color #DB18BC: hue angle of 309.54º 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 #DB18BC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.14 |
| HSL | 309.54º | 0.8% | 0.48% | - |
| HSV(B) | 309.54º | 0.89% | 0.86% | - |
| XYZ | 38.62 | 19.34 | 49.28 | - |
| YUV | 101 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 188 | 0 | 0.89 | 0.14 | 0.14 | 309.54 | 0.8 | 0.48 |
| Hex | DB | 18 | BC | 0 | 59 | E | E | 136 | 50 | 30 |
| Octal | 333 | 30 | 274 | 0 | 131 | 16 | 16 | 466 | 120 | 60 |
| Binary | 11011011 | 11000 | 10111100 | 0 | 1011001 | 1110 | 1110 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DB18BC
Complementary color
Monochromatic Colors of #DB18BC
Black with #DB18BC
Text Example
Text Example
White with #DB18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18BC; }
p { color: rgb(219,24,188); }
H1.HeaderClassName
{
color: #DB18BC;
}
.AnyTagClassName
{
color: #DB18BC;
}
</style>
background-color css
<style>
a { background-color: #DB18BC; }
a { background-color: rgb(219,24,188); }
div.DivClassName
{
background-color: #DB18BC;
}
.BgClassName
{
background-color: #DB18BC;
}
</style>
border-color css
<style>
span { border-color: #DB18BC; }
span { border-color: rgb(219,24,188); }
td.TdClassName
{
border-color: #DB18BC;
}
.TagClassName
{
border-color: #DB18BC;
}
</style>