Shades of Deep Magenta #DB1FE0
Tints of Deep Magenta #DB1FE0
RGB
CMYK
RGB Variations
Color information
#DB1FE0 (or 0xDB1FE0) is known color: Deep Magenta. HEX triplet: DB, 1F and E0. RGB value is (219,31,224). Sum of RGB (Red+Green+Blue) = 219+31+224=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB1FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FE0 is #24E01F. Grayscale: #6C6C6C. Windows color (decimal): -2416672 or 14688219. OLE color: 14688219.
HSL color Cylindrical-coordinate representation of color #DB1FE0: hue angle of 298.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FE0 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 31 | 224 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.12 |
| HSL | 298.45º | 0.76% | 0.5% | - |
| HSV(B) | 298.45º | 0.86% | 0.88% | - |
| XYZ | 43.16 | 21.42 | 72.38 | - |
| YUV | 109.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 224 | 0.02 | 0.86 | 0 | 0.12 | 298.45 | 0.76 | 0.5 |
| Hex | DB | 1F | E0 | 2 | 56 | 0 | C | 12A | 4C | 32 |
| Octal | 333 | 37 | 340 | 2 | 126 | 0 | 14 | 452 | 114 | 62 |
| Binary | 11011011 | 11111 | 11100000 | 10 | 1010110 | 0 | 1100 | 100101010 | 1001100 | 110010 |
Color Harmonies of #DB1FE0
Complementary color
Monochromatic Colors of #DB1FE0
Black with #DB1FE0
Text Example
Text Example
White with #DB1FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1FE0; }
p { color: rgb(219,31,224); }
H1.HeaderClassName
{
color: #DB1FE0;
}
.AnyTagClassName
{
color: #DB1FE0;
}
</style>
background-color css
<style>
a { background-color: #DB1FE0; }
a { background-color: rgb(219,31,224); }
div.DivClassName
{
background-color: #DB1FE0;
}
.BgClassName
{
background-color: #DB1FE0;
}
</style>
border-color css
<style>
span { border-color: #DB1FE0; }
span { border-color: rgb(219,31,224); }
td.TdClassName
{
border-color: #DB1FE0;
}
.TagClassName
{
border-color: #DB1FE0;
}
</style>