Shades of Deep Magenta #DB0DB4
Tints of Deep Magenta #DB0DB4
RGB
CMYK
RGB Variations
Color information
#DB0DB4 (or 0xDB0DB4) is known color: Deep Magenta. HEX triplet: DB, 0D and B4. RGB value is (219,13,180). Sum of RGB (Red+Green+Blue) = 219+13+180=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DB4 is #24F24B. Grayscale: #5D5D5D. Windows color (decimal): -2421324 or 11800027. OLE color: 11800027.
HSL color Cylindrical-coordinate representation of color #DB0DB4: hue angle of 311.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.14 |
| HSL | 311.36º | 0.89% | 0.45% | - |
| HSV(B) | 311.36º | 0.94% | 0.86% | - |
| XYZ | 37.6 | 18.64 | 44.8 | - |
| YUV | 93.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 180 | 0 | 0.94 | 0.18 | 0.14 | 311.36 | 0.89 | 0.45 |
| Hex | DB | D | B4 | 0 | 5E | 12 | E | 137 | 59 | 2D |
| Octal | 333 | 15 | 264 | 0 | 136 | 22 | 16 | 467 | 131 | 55 |
| Binary | 11011011 | 1101 | 10110100 | 0 | 1011110 | 10010 | 1110 | 100110111 | 1011001 | 101101 |
Color Harmonies of #DB0DB4
Complementary color
Monochromatic Colors of #DB0DB4
Black with #DB0DB4
Text Example
Text Example
White with #DB0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DB4; }
p { color: rgb(219,13,180); }
H1.HeaderClassName
{
color: #DB0DB4;
}
.AnyTagClassName
{
color: #DB0DB4;
}
</style>
background-color css
<style>
a { background-color: #DB0DB4; }
a { background-color: rgb(219,13,180); }
div.DivClassName
{
background-color: #DB0DB4;
}
.BgClassName
{
background-color: #DB0DB4;
}
</style>
border-color css
<style>
span { border-color: #DB0DB4; }
span { border-color: rgb(219,13,180); }
td.TdClassName
{
border-color: #DB0DB4;
}
.TagClassName
{
border-color: #DB0DB4;
}
</style>