Shades of Deep Magenta #DB03B6
Tints of Deep Magenta #DB03B6
RGB
CMYK
RGB Variations
Color information
#DB03B6 (or 0xDB03B6) is known color: Deep Magenta. HEX triplet: DB, 03 and B6. RGB value is (219,3,182). Sum of RGB (Red+Green+Blue) = 219+3+182=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03B6 is #24FC49. Grayscale: #575757. Windows color (decimal): -2423882 or 11928539. OLE color: 11928539.
HSL color Cylindrical-coordinate representation of color #DB03B6: hue angle of 310.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03B6 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 182 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.14 |
| HSL | 310.28º | 0.97% | 0.44% | - |
| HSV(B) | 310.28º | 0.99% | 0.86% | - |
| XYZ | 37.69 | 18.5 | 45.84 | - |
| YUV | 87.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 182 | 0 | 0.99 | 0.17 | 0.14 | 310.28 | 0.97 | 0.44 |
| Hex | DB | 3 | B6 | 0 | 63 | 11 | E | 136 | 61 | 2C |
| Octal | 333 | 3 | 266 | 0 | 143 | 21 | 16 | 466 | 141 | 54 |
| Binary | 11011011 | 11 | 10110110 | 0 | 1100011 | 10001 | 1110 | 100110110 | 1100001 | 101100 |
Color Harmonies of #DB03B6
Complementary color
Monochromatic Colors of #DB03B6
Black with #DB03B6
Text Example
Text Example
White with #DB03B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03B6; }
p { color: rgb(219,3,182); }
H1.HeaderClassName
{
color: #DB03B6;
}
.AnyTagClassName
{
color: #DB03B6;
}
</style>
background-color css
<style>
a { background-color: #DB03B6; }
a { background-color: rgb(219,3,182); }
div.DivClassName
{
background-color: #DB03B6;
}
.BgClassName
{
background-color: #DB03B6;
}
</style>
border-color css
<style>
span { border-color: #DB03B6; }
span { border-color: rgb(219,3,182); }
td.TdClassName
{
border-color: #DB03B6;
}
.TagClassName
{
border-color: #DB03B6;
}
</style>