Shades of Deep Magenta #DB13C5
Tints of Deep Magenta #DB13C5
RGB
CMYK
RGB Variations
Color information
#DB13C5 (or 0xDB13C5) is known color: Deep Magenta. HEX triplet: DB, 13 and C5. RGB value is (219,19,197). Sum of RGB (Red+Green+Blue) = 219+19+197=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13C5 is #24EC3A. Grayscale: #626262. Windows color (decimal): -2419771 or 12915675. OLE color: 12915675.
HSL color Cylindrical-coordinate representation of color #DB13C5: hue angle of 306.6º 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 #DB13C5 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 197 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.14 |
| HSL | 306.6º | 0.84% | 0.47% | - |
| HSV(B) | 306.6º | 0.91% | 0.86% | - |
| XYZ | 39.52 | 19.56 | 54.52 | - |
| YUV | 99.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 197 | 0 | 0.91 | 0.10 | 0.14 | 306.6 | 0.84 | 0.47 |
| Hex | DB | 13 | C5 | 0 | 5B | A | E | 133 | 54 | 2F |
| Octal | 333 | 23 | 305 | 0 | 133 | 12 | 16 | 463 | 124 | 57 |
| Binary | 11011011 | 10011 | 11000101 | 0 | 1011011 | 1010 | 1110 | 100110011 | 1010100 | 101111 |
Color Harmonies of #DB13C5
Complementary color
Monochromatic Colors of #DB13C5
Black with #DB13C5
Text Example
Text Example
White with #DB13C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13C5; }
p { color: rgb(219,19,197); }
H1.HeaderClassName
{
color: #DB13C5;
}
.AnyTagClassName
{
color: #DB13C5;
}
</style>
background-color css
<style>
a { background-color: #DB13C5; }
a { background-color: rgb(219,19,197); }
div.DivClassName
{
background-color: #DB13C5;
}
.BgClassName
{
background-color: #DB13C5;
}
</style>
border-color css
<style>
span { border-color: #DB13C5; }
span { border-color: rgb(219,19,197); }
td.TdClassName
{
border-color: #DB13C5;
}
.TagClassName
{
border-color: #DB13C5;
}
</style>