Shades of Deep Magenta #DB1EDA
Tints of Deep Magenta #DB1EDA
RGB
CMYK
RGB Variations
Color information
#DB1EDA (or 0xDB1EDA) is known color: Deep Magenta. HEX triplet: DB, 1E and DA. RGB value is (219,30,218). Sum of RGB (Red+Green+Blue) = 219+30+218=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EDA is #24E125. Grayscale: #6B6B6B. Windows color (decimal): -2416934 or 14294747. OLE color: 14294747.
HSL color Cylindrical-coordinate representation of color #DB1EDA: hue angle of 300.32º 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 #DB1EDA is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 218 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.14 |
| HSL | 300.32º | 0.76% | 0.49% | - |
| HSV(B) | 300.32º | 0.86% | 0.86% | - |
| XYZ | 42.33 | 21.05 | 68.16 | - |
| YUV | 107.94 | 190.12 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 218 | 0 | 0.86 | 0.00 | 0.14 | 300.32 | 0.76 | 0.49 |
| Hex | DB | 1E | DA | 0 | 56 | 0 | E | 12C | 4C | 31 |
| Octal | 333 | 36 | 332 | 0 | 126 | 0 | 16 | 454 | 114 | 61 |
| Binary | 11011011 | 11110 | 11011010 | 0 | 1010110 | 0 | 1110 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DB1EDA
Complementary color
Monochromatic Colors of #DB1EDA
Black with #DB1EDA
Text Example
Text Example
White with #DB1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EDA; }
p { color: rgb(219,30,218); }
H1.HeaderClassName
{
color: #DB1EDA;
}
.AnyTagClassName
{
color: #DB1EDA;
}
</style>
background-color css
<style>
a { background-color: #DB1EDA; }
a { background-color: rgb(219,30,218); }
div.DivClassName
{
background-color: #DB1EDA;
}
.BgClassName
{
background-color: #DB1EDA;
}
</style>
border-color css
<style>
span { border-color: #DB1EDA; }
span { border-color: rgb(219,30,218); }
td.TdClassName
{
border-color: #DB1EDA;
}
.TagClassName
{
border-color: #DB1EDA;
}
</style>