Shades of Deep Magenta #DB1ED2
Tints of Deep Magenta #DB1ED2
RGB
CMYK
RGB Variations
Color information
#DB1ED2 (or 0xDB1ED2) is known color: Deep Magenta. HEX triplet: DB, 1E and D2. RGB value is (219,30,210). Sum of RGB (Red+Green+Blue) = 219+30+210=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 30 (12.11% from 255 or 6.54% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ED2 is #24E12D. Grayscale: #6A6A6A. Windows color (decimal): -2416942 or 13770459. OLE color: 13770459.
HSL color Cylindrical-coordinate representation of color #DB1ED2: hue angle of 302.86º 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 #DB1ED2 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 210 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.14 |
| HSL | 302.86º | 0.76% | 0.49% | - |
| HSV(B) | 302.86º | 0.86% | 0.86% | - |
| XYZ | 41.31 | 20.64 | 62.78 | - |
| YUV | 107.03 | 186.12 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 210 | 0 | 0.86 | 0.04 | 0.14 | 302.86 | 0.76 | 0.49 |
| Hex | DB | 1E | D2 | 0 | 56 | 4 | E | 12F | 4C | 31 |
| Octal | 333 | 36 | 322 | 0 | 126 | 4 | 16 | 457 | 114 | 61 |
| Binary | 11011011 | 11110 | 11010010 | 0 | 1010110 | 100 | 1110 | 100101111 | 1001100 | 110001 |
Color Harmonies of #DB1ED2
Complementary color
Monochromatic Colors of #DB1ED2
Black with #DB1ED2
Text Example
Text Example
White with #DB1ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ED2; }
p { color: rgb(219,30,210); }
H1.HeaderClassName
{
color: #DB1ED2;
}
.AnyTagClassName
{
color: #DB1ED2;
}
</style>
background-color css
<style>
a { background-color: #DB1ED2; }
a { background-color: rgb(219,30,210); }
div.DivClassName
{
background-color: #DB1ED2;
}
.BgClassName
{
background-color: #DB1ED2;
}
</style>
border-color css
<style>
span { border-color: #DB1ED2; }
span { border-color: rgb(219,30,210); }
td.TdClassName
{
border-color: #DB1ED2;
}
.TagClassName
{
border-color: #DB1ED2;
}
</style>