Shades of Deep Magenta #DB1EDF
Tints of Deep Magenta #DB1EDF
RGB
CMYK
RGB Variations
Color information
#DB1EDF (or 0xDB1EDF) is known color: Deep Magenta. HEX triplet: DB, 1E and DF. RGB value is (219,30,223). Sum of RGB (Red+Green+Blue) = 219+30+223=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB1EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EDF is #24E120. Grayscale: #6B6B6B. Windows color (decimal): -2416929 or 14622427. OLE color: 14622427.
HSL color Cylindrical-coordinate representation of color #DB1EDF: hue angle of 298.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1EDF is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 30 | 223 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.13 |
| HSL | 298.76º | 0.76% | 0.5% | - |
| HSV(B) | 298.76º | 0.87% | 0.87% | - |
| XYZ | 43 | 21.32 | 71.66 | - |
| YUV | 108.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 223 | 0.02 | 0.87 | 0 | 0.13 | 298.76 | 0.76 | 0.5 |
| Hex | DB | 1E | DF | 2 | 57 | 0 | D | 12B | 4C | 32 |
| Octal | 333 | 36 | 337 | 2 | 127 | 0 | 15 | 453 | 114 | 62 |
| Binary | 11011011 | 11110 | 11011111 | 10 | 1010111 | 0 | 1101 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DB1EDF
Complementary color
Monochromatic Colors of #DB1EDF
Black with #DB1EDF
Text Example
Text Example
White with #DB1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EDF; }
p { color: rgb(219,30,223); }
H1.HeaderClassName
{
color: #DB1EDF;
}
.AnyTagClassName
{
color: #DB1EDF;
}
</style>
background-color css
<style>
a { background-color: #DB1EDF; }
a { background-color: rgb(219,30,223); }
div.DivClassName
{
background-color: #DB1EDF;
}
.BgClassName
{
background-color: #DB1EDF;
}
</style>
border-color css
<style>
span { border-color: #DB1EDF; }
span { border-color: rgb(219,30,223); }
td.TdClassName
{
border-color: #DB1EDF;
}
.TagClassName
{
border-color: #DB1EDF;
}
</style>