Shades of Deep Magenta #DB02DA
Tints of Deep Magenta #DB02DA
RGB
CMYK
RGB Variations
Color information
#DB02DA (or 0xDB02DA) is known color: Deep Magenta. HEX triplet: DB, 02 and DA. RGB value is (219,2,218). Sum of RGB (Red+Green+Blue) = 219+2+218=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02DA is #24FD25. Grayscale: #5A5A5A. Windows color (decimal): -2424102 or 14287579. OLE color: 14287579.
HSL color Cylindrical-coordinate representation of color #DB02DA: hue angle of 300.28º 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 #DB02DA is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.14 |
| HSL | 300.28º | 0.98% | 0.43% | - |
| HSV(B) | 300.28º | 0.99% | 0.86% | - |
| XYZ | 41.89 | 20.17 | 68.01 | - |
| YUV | 91.51 | 199.39 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 218 | 0 | 0.99 | 0.00 | 0.14 | 300.28 | 0.98 | 0.43 |
| Hex | DB | 2 | DA | 0 | 63 | 0 | E | 12C | 62 | 2B |
| Octal | 333 | 2 | 332 | 0 | 143 | 0 | 16 | 454 | 142 | 53 |
| Binary | 11011011 | 10 | 11011010 | 0 | 1100011 | 0 | 1110 | 100101100 | 1100010 | 101011 |
Color Harmonies of #DB02DA
Complementary color
Monochromatic Colors of #DB02DA
Black with #DB02DA
Text Example
Text Example
White with #DB02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02DA; }
p { color: rgb(219,2,218); }
H1.HeaderClassName
{
color: #DB02DA;
}
.AnyTagClassName
{
color: #DB02DA;
}
</style>
background-color css
<style>
a { background-color: #DB02DA; }
a { background-color: rgb(219,2,218); }
div.DivClassName
{
background-color: #DB02DA;
}
.BgClassName
{
background-color: #DB02DA;
}
</style>
border-color css
<style>
span { border-color: #DB02DA; }
span { border-color: rgb(219,2,218); }
td.TdClassName
{
border-color: #DB02DA;
}
.TagClassName
{
border-color: #DB02DA;
}
</style>