Shades of Deep Magenta #DB0FD2
Tints of Deep Magenta #DB0FD2
RGB
CMYK
RGB Variations
Color information
#DB0FD2 (or 0xDB0FD2) is known color: Deep Magenta. HEX triplet: DB, 0F and D2. RGB value is (219,15,210). Sum of RGB (Red+Green+Blue) = 219+15+210=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FD2 is #24F02D. Grayscale: #616161. Windows color (decimal): -2420782 or 13766619. OLE color: 13766619.
HSL color Cylindrical-coordinate representation of color #DB0FD2: hue angle of 302.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FD2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 210 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.14 |
| HSL | 302.65º | 0.87% | 0.46% | - |
| HSV(B) | 302.65º | 0.93% | 0.86% | - |
| XYZ | 41.02 | 20.05 | 62.68 | - |
| YUV | 98.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 210 | 0 | 0.93 | 0.04 | 0.14 | 302.65 | 0.87 | 0.46 |
| Hex | DB | F | D2 | 0 | 5D | 4 | E | 12F | 57 | 2E |
| Octal | 333 | 17 | 322 | 0 | 135 | 4 | 16 | 457 | 127 | 56 |
| Binary | 11011011 | 1111 | 11010010 | 0 | 1011101 | 100 | 1110 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DB0FD2
Complementary color
Monochromatic Colors of #DB0FD2
Black with #DB0FD2
Text Example
Text Example
White with #DB0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FD2; }
p { color: rgb(219,15,210); }
H1.HeaderClassName
{
color: #DB0FD2;
}
.AnyTagClassName
{
color: #DB0FD2;
}
</style>
background-color css
<style>
a { background-color: #DB0FD2; }
a { background-color: rgb(219,15,210); }
div.DivClassName
{
background-color: #DB0FD2;
}
.BgClassName
{
background-color: #DB0FD2;
}
</style>
border-color css
<style>
span { border-color: #DB0FD2; }
span { border-color: rgb(219,15,210); }
td.TdClassName
{
border-color: #DB0FD2;
}
.TagClassName
{
border-color: #DB0FD2;
}
</style>