Shades of Deep Magenta #DB02BC
Tints of Deep Magenta #DB02BC
RGB
CMYK
RGB Variations
Color information
#DB02BC (or 0xDB02BC) is known color: Deep Magenta. HEX triplet: DB, 02 and BC. RGB value is (219,2,188). Sum of RGB (Red+Green+Blue) = 219+2+188=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02BC is #24FD43. Grayscale: #575757. Windows color (decimal): -2424132 or 12321499. OLE color: 12321499.
HSL color Cylindrical-coordinate representation of color #DB02BC: hue angle of 308.57º 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 #DB02BC is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.14 |
| HSL | 308.57º | 0.98% | 0.43% | - |
| HSV(B) | 308.57º | 0.99% | 0.86% | - |
| XYZ | 38.31 | 18.73 | 49.17 | - |
| YUV | 88.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 188 | 0 | 0.99 | 0.14 | 0.14 | 308.57 | 0.98 | 0.43 |
| Hex | DB | 2 | BC | 0 | 63 | E | E | 135 | 62 | 2B |
| Octal | 333 | 2 | 274 | 0 | 143 | 16 | 16 | 465 | 142 | 53 |
| Binary | 11011011 | 10 | 10111100 | 0 | 1100011 | 1110 | 1110 | 100110101 | 1100010 | 101011 |
Color Harmonies of #DB02BC
Complementary color
Monochromatic Colors of #DB02BC
Black with #DB02BC
Text Example
Text Example
White with #DB02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02BC; }
p { color: rgb(219,2,188); }
H1.HeaderClassName
{
color: #DB02BC;
}
.AnyTagClassName
{
color: #DB02BC;
}
</style>
background-color css
<style>
a { background-color: #DB02BC; }
a { background-color: rgb(219,2,188); }
div.DivClassName
{
background-color: #DB02BC;
}
.BgClassName
{
background-color: #DB02BC;
}
</style>
border-color css
<style>
span { border-color: #DB02BC; }
span { border-color: rgb(219,2,188); }
td.TdClassName
{
border-color: #DB02BC;
}
.TagClassName
{
border-color: #DB02BC;
}
</style>