Shades of Deep Magenta #DB13D8
Tints of Deep Magenta #DB13D8
RGB
CMYK
RGB Variations
Color information
#DB13D8 (or 0xDB13D8) is known color: Deep Magenta. HEX triplet: DB, 13 and D8. RGB value is (219,19,216). Sum of RGB (Red+Green+Blue) = 219+19+216=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13D8 is #24EC27. Grayscale: #646464. Windows color (decimal): -2419752 or 14160859. OLE color: 14160859.
HSL color Cylindrical-coordinate representation of color #DB13D8: hue angle of 300.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB13D8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 216 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.14 |
| HSL | 300.9º | 0.84% | 0.47% | - |
| HSV(B) | 300.9º | 0.91% | 0.86% | - |
| XYZ | 41.84 | 20.48 | 66.71 | - |
| YUV | 101.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 216 | 0 | 0.91 | 0.01 | 0.14 | 300.9 | 0.84 | 0.47 |
| Hex | DB | 13 | D8 | 0 | 5B | 1 | E | 12D | 54 | 2F |
| Octal | 333 | 23 | 330 | 0 | 133 | 1 | 16 | 455 | 124 | 57 |
| Binary | 11011011 | 10011 | 11011000 | 0 | 1011011 | 1 | 1110 | 100101101 | 1010100 | 101111 |
Color Harmonies of #DB13D8
Complementary color
Monochromatic Colors of #DB13D8
Black with #DB13D8
Text Example
Text Example
White with #DB13D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13D8; }
p { color: rgb(219,19,216); }
H1.HeaderClassName
{
color: #DB13D8;
}
.AnyTagClassName
{
color: #DB13D8;
}
</style>
background-color css
<style>
a { background-color: #DB13D8; }
a { background-color: rgb(219,19,216); }
div.DivClassName
{
background-color: #DB13D8;
}
.BgClassName
{
background-color: #DB13D8;
}
</style>
border-color css
<style>
span { border-color: #DB13D8; }
span { border-color: rgb(219,19,216); }
td.TdClassName
{
border-color: #DB13D8;
}
.TagClassName
{
border-color: #DB13D8;
}
</style>