Shades of Deep Magenta #DB0DD2
Tints of Deep Magenta #DB0DD2
RGB
CMYK
RGB Variations
Color information
#DB0DD2 (or 0xDB0DD2) is known color: Deep Magenta. HEX triplet: DB, 0D and D2. RGB value is (219,13,210). Sum of RGB (Red+Green+Blue) = 219+13+210=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 13 (5.47% from 255 or 2.94% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DD2 is #24F22D. Grayscale: #606060. Windows color (decimal): -2421294 or 13766107. OLE color: 13766107.
HSL color Cylindrical-coordinate representation of color #DB0DD2: hue angle of 302.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DD2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 210 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.14 |
| HSL | 302.62º | 0.89% | 0.45% | - |
| HSV(B) | 302.62º | 0.94% | 0.86% | - |
| XYZ | 40.99 | 20 | 62.67 | - |
| YUV | 97.05 | 191.75 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 210 | 0 | 0.94 | 0.04 | 0.14 | 302.62 | 0.89 | 0.45 |
| Hex | DB | D | D2 | 0 | 5E | 4 | E | 12F | 59 | 2D |
| Octal | 333 | 15 | 322 | 0 | 136 | 4 | 16 | 457 | 131 | 55 |
| Binary | 11011011 | 1101 | 11010010 | 0 | 1011110 | 100 | 1110 | 100101111 | 1011001 | 101101 |
Color Harmonies of #DB0DD2
Complementary color
Monochromatic Colors of #DB0DD2
Black with #DB0DD2
Text Example
Text Example
White with #DB0DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DD2; }
p { color: rgb(219,13,210); }
H1.HeaderClassName
{
color: #DB0DD2;
}
.AnyTagClassName
{
color: #DB0DD2;
}
</style>
background-color css
<style>
a { background-color: #DB0DD2; }
a { background-color: rgb(219,13,210); }
div.DivClassName
{
background-color: #DB0DD2;
}
.BgClassName
{
background-color: #DB0DD2;
}
</style>
border-color css
<style>
span { border-color: #DB0DD2; }
span { border-color: rgb(219,13,210); }
td.TdClassName
{
border-color: #DB0DD2;
}
.TagClassName
{
border-color: #DB0DD2;
}
</style>