Shades of Deep Magenta #DB13CE
Tints of Deep Magenta #DB13CE
RGB
CMYK
RGB Variations
Color information
#DB13CE (or 0xDB13CE) is known color: Deep Magenta. HEX triplet: DB, 13 and CE. RGB value is (219,19,206). Sum of RGB (Red+Green+Blue) = 219+19+206=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB13CE is #24EC31. Grayscale: #636363. Windows color (decimal): -2419762 or 13505499. OLE color: 13505499.
HSL color Cylindrical-coordinate representation of color #DB13CE: hue angle of 303.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 #DB13CE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 206 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.14 |
| HSL | 303.9º | 0.84% | 0.47% | - |
| HSV(B) | 303.9º | 0.91% | 0.86% | - |
| XYZ | 40.59 | 19.98 | 60.11 | - |
| YUV | 100.12 | 187.76 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 206 | 0 | 0.91 | 0.06 | 0.14 | 303.9 | 0.84 | 0.47 |
| Hex | DB | 13 | CE | 0 | 5B | 6 | E | 130 | 54 | 2F |
| Octal | 333 | 23 | 316 | 0 | 133 | 6 | 16 | 460 | 124 | 57 |
| Binary | 11011011 | 10011 | 11001110 | 0 | 1011011 | 110 | 1110 | 100110000 | 1010100 | 101111 |
Color Harmonies of #DB13CE
Complementary color
Monochromatic Colors of #DB13CE
Black with #DB13CE
Text Example
Text Example
White with #DB13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB13CE; }
p { color: rgb(219,19,206); }
H1.HeaderClassName
{
color: #DB13CE;
}
.AnyTagClassName
{
color: #DB13CE;
}
</style>
background-color css
<style>
a { background-color: #DB13CE; }
a { background-color: rgb(219,19,206); }
div.DivClassName
{
background-color: #DB13CE;
}
.BgClassName
{
background-color: #DB13CE;
}
</style>
border-color css
<style>
span { border-color: #DB13CE; }
span { border-color: rgb(219,19,206); }
td.TdClassName
{
border-color: #DB13CE;
}
.TagClassName
{
border-color: #DB13CE;
}
</style>