Shades of Deep Magenta #DB1ECF
Tints of Deep Magenta #DB1ECF
RGB
CMYK
RGB Variations
Color information
#DB1ECF (or 0xDB1ECF) is known color: Deep Magenta. HEX triplet: DB, 1E and CF. RGB value is (219,30,207). Sum of RGB (Red+Green+Blue) = 219+30+207=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ECF is #24E130. Grayscale: #6A6A6A. Windows color (decimal): -2416945 or 13573851. OLE color: 13573851.
HSL color Cylindrical-coordinate representation of color #DB1ECF: hue angle of 303.81º 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 #DB1ECF is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 207 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.14 |
| HSL | 303.81º | 0.76% | 0.49% | - |
| HSV(B) | 303.81º | 0.86% | 0.86% | - |
| XYZ | 40.94 | 20.49 | 60.83 | - |
| YUV | 106.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 207 | 0 | 0.86 | 0.05 | 0.14 | 303.81 | 0.76 | 0.49 |
| Hex | DB | 1E | CF | 0 | 56 | 5 | E | 130 | 4C | 31 |
| Octal | 333 | 36 | 317 | 0 | 126 | 5 | 16 | 460 | 114 | 61 |
| Binary | 11011011 | 11110 | 11001111 | 0 | 1010110 | 101 | 1110 | 100110000 | 1001100 | 110001 |
Color Harmonies of #DB1ECF
Complementary color
Monochromatic Colors of #DB1ECF
Black with #DB1ECF
Text Example
Text Example
White with #DB1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ECF; }
p { color: rgb(219,30,207); }
H1.HeaderClassName
{
color: #DB1ECF;
}
.AnyTagClassName
{
color: #DB1ECF;
}
</style>
background-color css
<style>
a { background-color: #DB1ECF; }
a { background-color: rgb(219,30,207); }
div.DivClassName
{
background-color: #DB1ECF;
}
.BgClassName
{
background-color: #DB1ECF;
}
</style>
border-color css
<style>
span { border-color: #DB1ECF; }
span { border-color: rgb(219,30,207); }
td.TdClassName
{
border-color: #DB1ECF;
}
.TagClassName
{
border-color: #DB1ECF;
}
</style>