Shades of Deep Magenta #DB07B6
Tints of Deep Magenta #DB07B6
RGB
CMYK
RGB Variations
Color information
#DB07B6 (or 0xDB07B6) is known color: Deep Magenta. HEX triplet: DB, 07 and B6. RGB value is (219,7,182). Sum of RGB (Red+Green+Blue) = 219+7+182=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 7 (3.12% from 255 or 1.72% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07B6 is #24F849. Grayscale: #595959. Windows color (decimal): -2422858 or 11929563. OLE color: 11929563.
HSL color Cylindrical-coordinate representation of color #DB07B6: hue angle of 310.47º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07B6 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 182 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.14 |
| HSL | 310.47º | 0.94% | 0.44% | - |
| HSV(B) | 310.47º | 0.97% | 0.86% | - |
| XYZ | 37.73 | 18.59 | 45.86 | - |
| YUV | 90.34 | 179.74 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 182 | 0 | 0.97 | 0.17 | 0.14 | 310.47 | 0.94 | 0.44 |
| Hex | DB | 7 | B6 | 0 | 61 | 11 | E | 136 | 5E | 2C |
| Octal | 333 | 7 | 266 | 0 | 141 | 21 | 16 | 466 | 136 | 54 |
| Binary | 11011011 | 111 | 10110110 | 0 | 1100001 | 10001 | 1110 | 100110110 | 1011110 | 101100 |
Color Harmonies of #DB07B6
Complementary color
Monochromatic Colors of #DB07B6
Black with #DB07B6
Text Example
Text Example
White with #DB07B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07B6; }
p { color: rgb(219,7,182); }
H1.HeaderClassName
{
color: #DB07B6;
}
.AnyTagClassName
{
color: #DB07B6;
}
</style>
background-color css
<style>
a { background-color: #DB07B6; }
a { background-color: rgb(219,7,182); }
div.DivClassName
{
background-color: #DB07B6;
}
.BgClassName
{
background-color: #DB07B6;
}
</style>
border-color css
<style>
span { border-color: #DB07B6; }
span { border-color: rgb(219,7,182); }
td.TdClassName
{
border-color: #DB07B6;
}
.TagClassName
{
border-color: #DB07B6;
}
</style>