Shades of Deep Magenta #DB13DC
Tints of Deep Magenta #DB13DC
RGB
CMYK
RGB Variations
Color information
#DB13DC (or 0xDB13DC) is known color: Deep Magenta. HEX triplet: DB, 13 and DC. RGB value is (219,19,220). Sum of RGB (Red+Green+Blue) = 219+19+220=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 19 (7.81% from 255 or 4.15% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13DC is #24EC23. Grayscale: #656565. Windows color (decimal): -2419748 or 14423003. OLE color: 14423003.
HSL color Cylindrical-coordinate representation of color #DB13DC: hue angle of 299.7º 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 #DB13DC is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 220 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.14 |
| HSL | 299.7º | 0.84% | 0.47% | - |
| HSV(B) | 299.7º | 0.91% | 0.86% | - |
| XYZ | 42.36 | 20.69 | 69.47 | - |
| YUV | 101.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 220 | 0.00 | 0.91 | 0 | 0.14 | 299.7 | 0.84 | 0.47 |
| Hex | DB | 13 | DC | 0 | 5B | 0 | E | 12C | 54 | 2F |
| Octal | 333 | 23 | 334 | 0 | 133 | 0 | 16 | 454 | 124 | 57 |
| Binary | 11011011 | 10011 | 11011100 | 0 | 1011011 | 0 | 1110 | 100101100 | 1010100 | 101111 |
Color Harmonies of #DB13DC
Complementary color
Monochromatic Colors of #DB13DC
Black with #DB13DC
Text Example
Text Example
White with #DB13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13DC; }
p { color: rgb(219,19,220); }
H1.HeaderClassName
{
color: #DB13DC;
}
.AnyTagClassName
{
color: #DB13DC;
}
</style>
background-color css
<style>
a { background-color: #DB13DC; }
a { background-color: rgb(219,19,220); }
div.DivClassName
{
background-color: #DB13DC;
}
.BgClassName
{
background-color: #DB13DC;
}
</style>
border-color css
<style>
span { border-color: #DB13DC; }
span { border-color: rgb(219,19,220); }
td.TdClassName
{
border-color: #DB13DC;
}
.TagClassName
{
border-color: #DB13DC;
}
</style>