Shades of Deep Magenta #DB05BC
Tints of Deep Magenta #DB05BC
RGB
CMYK
RGB Variations
Color information
#DB05BC (or 0xDB05BC) is known color: Deep Magenta. HEX triplet: DB, 05 and BC. RGB value is (219,5,188). Sum of RGB (Red+Green+Blue) = 219+5+188=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05BC is #24FA43. Grayscale: #595959. Windows color (decimal): -2423364 or 12322267. OLE color: 12322267.
HSL color Cylindrical-coordinate representation of color #DB05BC: hue angle of 308.69º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05BC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.14 |
| HSL | 308.69º | 0.96% | 0.44% | - |
| HSV(B) | 308.69º | 0.98% | 0.86% | - |
| XYZ | 38.34 | 18.8 | 49.18 | - |
| YUV | 89.85 | 183.4 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 188 | 0 | 0.98 | 0.14 | 0.14 | 308.69 | 0.96 | 0.44 |
| Hex | DB | 5 | BC | 0 | 62 | E | E | 135 | 60 | 2C |
| Octal | 333 | 5 | 274 | 0 | 142 | 16 | 16 | 465 | 140 | 54 |
| Binary | 11011011 | 101 | 10111100 | 0 | 1100010 | 1110 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DB05BC
Complementary color
Monochromatic Colors of #DB05BC
Black with #DB05BC
Text Example
Text Example
White with #DB05BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05BC; }
p { color: rgb(219,5,188); }
H1.HeaderClassName
{
color: #DB05BC;
}
.AnyTagClassName
{
color: #DB05BC;
}
</style>
background-color css
<style>
a { background-color: #DB05BC; }
a { background-color: rgb(219,5,188); }
div.DivClassName
{
background-color: #DB05BC;
}
.BgClassName
{
background-color: #DB05BC;
}
</style>
border-color css
<style>
span { border-color: #DB05BC; }
span { border-color: rgb(219,5,188); }
td.TdClassName
{
border-color: #DB05BC;
}
.TagClassName
{
border-color: #DB05BC;
}
</style>