Shades of Deep Magenta #DB10BE
Tints of Deep Magenta #DB10BE
RGB
CMYK
RGB Variations
Color information
#DB10BE (or 0xDB10BE) is known color: Deep Magenta. HEX triplet: DB, 10 and BE. RGB value is (219,16,190). Sum of RGB (Red+Green+Blue) = 219+16+190=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10BE is #24EF41. Grayscale: #606060. Windows color (decimal): -2420546 or 12456155. OLE color: 12456155.
HSL color Cylindrical-coordinate representation of color #DB10BE: hue angle of 308.57º degrees, saturation: 0.86, 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 #DB10BE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.14 |
| HSL | 308.57º | 0.86% | 0.46% | - |
| HSV(B) | 308.57º | 0.93% | 0.86% | - |
| XYZ | 38.69 | 19.15 | 50.37 | - |
| YUV | 96.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 190 | 0 | 0.93 | 0.13 | 0.14 | 308.57 | 0.86 | 0.46 |
| Hex | DB | 10 | BE | 0 | 5D | D | E | 135 | 56 | 2E |
| Octal | 333 | 20 | 276 | 0 | 135 | 15 | 16 | 465 | 126 | 56 |
| Binary | 11011011 | 10000 | 10111110 | 0 | 1011101 | 1101 | 1110 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DB10BE
Complementary color
Monochromatic Colors of #DB10BE
Black with #DB10BE
Text Example
Text Example
White with #DB10BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10BE; }
p { color: rgb(219,16,190); }
H1.HeaderClassName
{
color: #DB10BE;
}
.AnyTagClassName
{
color: #DB10BE;
}
</style>
background-color css
<style>
a { background-color: #DB10BE; }
a { background-color: rgb(219,16,190); }
div.DivClassName
{
background-color: #DB10BE;
}
.BgClassName
{
background-color: #DB10BE;
}
</style>
border-color css
<style>
span { border-color: #DB10BE; }
span { border-color: rgb(219,16,190); }
td.TdClassName
{
border-color: #DB10BE;
}
.TagClassName
{
border-color: #DB10BE;
}
</style>