Shades of Deep Magenta #DB02BD
Tints of Deep Magenta #DB02BD
RGB
CMYK
RGB Variations
Color information
#DB02BD (or 0xDB02BD) is known color: Deep Magenta. HEX triplet: DB, 02 and BD. RGB value is (219,2,189). Sum of RGB (Red+Green+Blue) = 219+2+189=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02BD is #24FD42. Grayscale: #575757. Windows color (decimal): -2424131 or 12387035. OLE color: 12387035.
HSL color Cylindrical-coordinate representation of color #DB02BD: hue angle of 308.29º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02BD is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.14 |
| HSL | 308.29º | 0.98% | 0.43% | - |
| HSV(B) | 308.29º | 0.99% | 0.86% | - |
| XYZ | 38.42 | 18.78 | 49.74 | - |
| YUV | 88.2 | 184.89 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 189 | 0 | 0.99 | 0.14 | 0.14 | 308.29 | 0.98 | 0.43 |
| Hex | DB | 2 | BD | 0 | 63 | E | E | 134 | 62 | 2B |
| Octal | 333 | 2 | 275 | 0 | 143 | 16 | 16 | 464 | 142 | 53 |
| Binary | 11011011 | 10 | 10111101 | 0 | 1100011 | 1110 | 1110 | 100110100 | 1100010 | 101011 |
Color Harmonies of #DB02BD
Complementary color
Monochromatic Colors of #DB02BD
Black with #DB02BD
Text Example
Text Example
White with #DB02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02BD; }
p { color: rgb(219,2,189); }
H1.HeaderClassName
{
color: #DB02BD;
}
.AnyTagClassName
{
color: #DB02BD;
}
</style>
background-color css
<style>
a { background-color: #DB02BD; }
a { background-color: rgb(219,2,189); }
div.DivClassName
{
background-color: #DB02BD;
}
.BgClassName
{
background-color: #DB02BD;
}
</style>
border-color css
<style>
span { border-color: #DB02BD; }
span { border-color: rgb(219,2,189); }
td.TdClassName
{
border-color: #DB02BD;
}
.TagClassName
{
border-color: #DB02BD;
}
</style>