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