Shades of Deep Magenta #DB1ED4
Tints of Deep Magenta #DB1ED4
RGB
CMYK
RGB Variations
Color information
#DB1ED4 (or 0xDB1ED4) is known color: Deep Magenta. HEX triplet: DB, 1E and D4. RGB value is (219,30,212). Sum of RGB (Red+Green+Blue) = 219+30+212=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ED4 is #24E12B. Grayscale: #6A6A6A. Windows color (decimal): -2416940 or 13901531. OLE color: 13901531.
HSL color Cylindrical-coordinate representation of color #DB1ED4: hue angle of 302.22º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1ED4 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 212 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.14 |
| HSL | 302.22º | 0.76% | 0.49% | - |
| HSV(B) | 302.22º | 0.86% | 0.86% | - |
| XYZ | 41.56 | 20.74 | 64.1 | - |
| YUV | 107.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 212 | 0 | 0.86 | 0.03 | 0.14 | 302.22 | 0.76 | 0.49 |
| Hex | DB | 1E | D4 | 0 | 56 | 3 | E | 12E | 4C | 31 |
| Octal | 333 | 36 | 324 | 0 | 126 | 3 | 16 | 456 | 114 | 61 |
| Binary | 11011011 | 11110 | 11010100 | 0 | 1010110 | 11 | 1110 | 100101110 | 1001100 | 110001 |
Color Harmonies of #DB1ED4
Complementary color
Monochromatic Colors of #DB1ED4
Black with #DB1ED4
Text Example
Text Example
White with #DB1ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ED4; }
p { color: rgb(219,30,212); }
H1.HeaderClassName
{
color: #DB1ED4;
}
.AnyTagClassName
{
color: #DB1ED4;
}
</style>
background-color css
<style>
a { background-color: #DB1ED4; }
a { background-color: rgb(219,30,212); }
div.DivClassName
{
background-color: #DB1ED4;
}
.BgClassName
{
background-color: #DB1ED4;
}
</style>
border-color css
<style>
span { border-color: #DB1ED4; }
span { border-color: rgb(219,30,212); }
td.TdClassName
{
border-color: #DB1ED4;
}
.TagClassName
{
border-color: #DB1ED4;
}
</style>