Shades of Deep Magenta #DB13CB
Tints of Deep Magenta #DB13CB
RGB
CMYK
RGB Variations
Color information
#DB13CB (or 0xDB13CB) is known color: Deep Magenta. HEX triplet: DB, 13 and CB. RGB value is (219,19,203). Sum of RGB (Red+Green+Blue) = 219+19+203=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13CB is #24EC34. Grayscale: #636363. Windows color (decimal): -2419765 or 13308891. OLE color: 13308891.
HSL color Cylindrical-coordinate representation of color #DB13CB: hue angle of 304.8º 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 #DB13CB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.14 |
| HSL | 304.8º | 0.84% | 0.47% | - |
| HSV(B) | 304.8º | 0.91% | 0.86% | - |
| XYZ | 40.23 | 19.84 | 58.21 | - |
| YUV | 99.78 | 186.26 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 203 | 0 | 0.91 | 0.07 | 0.14 | 304.8 | 0.84 | 0.47 |
| Hex | DB | 13 | CB | 0 | 5B | 7 | E | 131 | 54 | 2F |
| Octal | 333 | 23 | 313 | 0 | 133 | 7 | 16 | 461 | 124 | 57 |
| Binary | 11011011 | 10011 | 11001011 | 0 | 1011011 | 111 | 1110 | 100110001 | 1010100 | 101111 |
Color Harmonies of #DB13CB
Complementary color
Monochromatic Colors of #DB13CB
Black with #DB13CB
Text Example
Text Example
White with #DB13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13CB; }
p { color: rgb(219,19,203); }
H1.HeaderClassName
{
color: #DB13CB;
}
.AnyTagClassName
{
color: #DB13CB;
}
</style>
background-color css
<style>
a { background-color: #DB13CB; }
a { background-color: rgb(219,19,203); }
div.DivClassName
{
background-color: #DB13CB;
}
.BgClassName
{
background-color: #DB13CB;
}
</style>
border-color css
<style>
span { border-color: #DB13CB; }
span { border-color: rgb(219,19,203); }
td.TdClassName
{
border-color: #DB13CB;
}
.TagClassName
{
border-color: #DB13CB;
}
</style>