Shades of Deep Magenta #DB03BF
Tints of Deep Magenta #DB03BF
RGB
CMYK
RGB Variations
Color information
#DB03BF (or 0xDB03BF) is known color: Deep Magenta. HEX triplet: DB, 03 and BF. RGB value is (219,3,191). Sum of RGB (Red+Green+Blue) = 219+3+191=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03BF is #24FC40. Grayscale: #585858. Windows color (decimal): -2423873 or 12518363. OLE color: 12518363.
HSL color Cylindrical-coordinate representation of color #DB03BF: hue angle of 307.78º 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 #DB03BF is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.14 |
| HSL | 307.78º | 0.97% | 0.44% | - |
| HSV(B) | 307.78º | 0.99% | 0.86% | - |
| XYZ | 38.65 | 18.89 | 50.9 | - |
| YUV | 89.02 | 185.56 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 191 | 0 | 0.99 | 0.13 | 0.14 | 307.78 | 0.97 | 0.44 |
| Hex | DB | 3 | BF | 0 | 63 | D | E | 134 | 61 | 2C |
| Octal | 333 | 3 | 277 | 0 | 143 | 15 | 16 | 464 | 141 | 54 |
| Binary | 11011011 | 11 | 10111111 | 0 | 1100011 | 1101 | 1110 | 100110100 | 1100001 | 101100 |
Color Harmonies of #DB03BF
Complementary color
Monochromatic Colors of #DB03BF
Black with #DB03BF
Text Example
Text Example
White with #DB03BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03BF; }
p { color: rgb(219,3,191); }
H1.HeaderClassName
{
color: #DB03BF;
}
.AnyTagClassName
{
color: #DB03BF;
}
</style>
background-color css
<style>
a { background-color: #DB03BF; }
a { background-color: rgb(219,3,191); }
div.DivClassName
{
background-color: #DB03BF;
}
.BgClassName
{
background-color: #DB03BF;
}
</style>
border-color css
<style>
span { border-color: #DB03BF; }
span { border-color: rgb(219,3,191); }
td.TdClassName
{
border-color: #DB03BF;
}
.TagClassName
{
border-color: #DB03BF;
}
</style>