Shades of Deep Magenta #DB00D0
Tints of Deep Magenta #DB00D0
RGB
CMYK
RGB Variations
Color information
#DB00D0 (or 0xDB00D0) is known color: Deep Magenta. HEX triplet: DB, 00 and D0. RGB value is (219,0,208). Sum of RGB (Red+Green+Blue) = 219+0+208=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00D0 is #24FF2F. Grayscale: #585858. Windows color (decimal): -2424624 or 13631707. OLE color: 13631707.
HSL color Cylindrical-coordinate representation of color #DB00D0: hue angle of 303.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00D0 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.05 | 0.14 |
| HSL | 303.01º | 1% | 0.43% | - |
| HSV(B) | 303.01º | 1% | 0.86% | - |
| XYZ | 40.6 | 19.61 | 61.32 | - |
| YUV | 89.19 | 195.05 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 208 | 0 | 1 | 0.05 | 0.14 | 303.01 | 1 | 0.43 |
| Hex | DB | 0 | D0 | 0 | 64 | 5 | E | 12F | 64 | 2B |
| Octal | 333 | 0 | 320 | 0 | 144 | 5 | 16 | 457 | 144 | 53 |
| Binary | 11011011 | 0 | 11010000 | 0 | 1100100 | 101 | 1110 | 100101111 | 1100100 | 101011 |
Color Harmonies of #DB00D0
Complementary color
Monochromatic Colors of #DB00D0
Black with #DB00D0
Text Example
Text Example
White with #DB00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00D0; }
p { color: rgb(219,0,208); }
H1.HeaderClassName
{
color: #DB00D0;
}
.AnyTagClassName
{
color: #DB00D0;
}
</style>
background-color css
<style>
a { background-color: #DB00D0; }
a { background-color: rgb(219,0,208); }
div.DivClassName
{
background-color: #DB00D0;
}
.BgClassName
{
background-color: #DB00D0;
}
</style>
border-color css
<style>
span { border-color: #DB00D0; }
span { border-color: rgb(219,0,208); }
td.TdClassName
{
border-color: #DB00D0;
}
.TagClassName
{
border-color: #DB00D0;
}
</style>