Shades of Deep Magenta #DB13BD
Tints of Deep Magenta #DB13BD
RGB
CMYK
RGB Variations
Color information
#DB13BD (or 0xDB13BD) is known color: Deep Magenta. HEX triplet: DB, 13 and BD. RGB value is (219,19,189). Sum of RGB (Red+Green+Blue) = 219+19+189=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 19 (7.81% from 255 or 4.45% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13BD is #24EC42. Grayscale: #616161. Windows color (decimal): -2419779 or 12391387. OLE color: 12391387.
HSL color Cylindrical-coordinate representation of color #DB13BD: hue angle of 309º 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 #DB13BD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.14 |
| HSL | 309º | 0.84% | 0.47% | - |
| HSV(B) | 309º | 0.91% | 0.86% | - |
| XYZ | 38.63 | 19.2 | 49.81 | - |
| YUV | 98.18 | 179.26 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 189 | 0 | 0.91 | 0.14 | 0.14 | 309 | 0.84 | 0.47 |
| Hex | DB | 13 | BD | 0 | 5B | E | E | 135 | 54 | 2F |
| Octal | 333 | 23 | 275 | 0 | 133 | 16 | 16 | 465 | 124 | 57 |
| Binary | 11011011 | 10011 | 10111101 | 0 | 1011011 | 1110 | 1110 | 100110101 | 1010100 | 101111 |
Color Harmonies of #DB13BD
Complementary color
Monochromatic Colors of #DB13BD
Black with #DB13BD
Text Example
Text Example
White with #DB13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13BD; }
p { color: rgb(219,19,189); }
H1.HeaderClassName
{
color: #DB13BD;
}
.AnyTagClassName
{
color: #DB13BD;
}
</style>
background-color css
<style>
a { background-color: #DB13BD; }
a { background-color: rgb(219,19,189); }
div.DivClassName
{
background-color: #DB13BD;
}
.BgClassName
{
background-color: #DB13BD;
}
</style>
border-color css
<style>
span { border-color: #DB13BD; }
span { border-color: rgb(219,19,189); }
td.TdClassName
{
border-color: #DB13BD;
}
.TagClassName
{
border-color: #DB13BD;
}
</style>