Shades of Deep Magenta #DB03BB
Tints of Deep Magenta #DB03BB
RGB
CMYK
RGB Variations
Color information
#DB03BB (or 0xDB03BB) is known color: Deep Magenta. HEX triplet: DB, 03 and BB. RGB value is (219,3,187). Sum of RGB (Red+Green+Blue) = 219+3+187=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03BB is #24FC44. Grayscale: #585858. Windows color (decimal): -2423877 or 12256219. OLE color: 12256219.
HSL color Cylindrical-coordinate representation of color #DB03BB: hue angle of 308.89º 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 #DB03BB is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.14 |
| HSL | 308.89º | 0.97% | 0.44% | - |
| HSV(B) | 308.89º | 0.99% | 0.86% | - |
| XYZ | 38.22 | 18.71 | 48.61 | - |
| YUV | 88.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 187 | 0 | 0.99 | 0.15 | 0.14 | 308.89 | 0.97 | 0.44 |
| Hex | DB | 3 | BB | 0 | 63 | F | E | 135 | 61 | 2C |
| Octal | 333 | 3 | 273 | 0 | 143 | 17 | 16 | 465 | 141 | 54 |
| Binary | 11011011 | 11 | 10111011 | 0 | 1100011 | 1111 | 1110 | 100110101 | 1100001 | 101100 |
Color Harmonies of #DB03BB
Complementary color
Monochromatic Colors of #DB03BB
Black with #DB03BB
Text Example
Text Example
White with #DB03BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03BB; }
p { color: rgb(219,3,187); }
H1.HeaderClassName
{
color: #DB03BB;
}
.AnyTagClassName
{
color: #DB03BB;
}
</style>
background-color css
<style>
a { background-color: #DB03BB; }
a { background-color: rgb(219,3,187); }
div.DivClassName
{
background-color: #DB03BB;
}
.BgClassName
{
background-color: #DB03BB;
}
</style>
border-color css
<style>
span { border-color: #DB03BB; }
span { border-color: rgb(219,3,187); }
td.TdClassName
{
border-color: #DB03BB;
}
.TagClassName
{
border-color: #DB03BB;
}
</style>