Shades of Deep Magenta #DB02DF
Tints of Deep Magenta #DB02DF
RGB
CMYK
RGB Variations
Color information
#DB02DF (or 0xDB02DF) is known color: Deep Magenta. HEX triplet: DB, 02 and DF. RGB value is (219,2,223). Sum of RGB (Red+Green+Blue) = 219+2+223=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02DF is #24FD20. Grayscale: #5B5B5B. Windows color (decimal): -2424097 or 14615259. OLE color: 14615259.
HSL color Cylindrical-coordinate representation of color #DB02DF: hue angle of 298.91º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02DF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 2 | 223 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.13 |
| HSL | 298.91º | 0.98% | 0.44% | - |
| HSV(B) | 298.91º | 0.99% | 0.87% | - |
| XYZ | 42.55 | 20.43 | 71.51 | - |
| YUV | 92.08 | 201.89 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 223 | 0.02 | 0.99 | 0 | 0.13 | 298.91 | 0.98 | 0.44 |
| Hex | DB | 2 | DF | 2 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 333 | 2 | 337 | 2 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011011 | 10 | 11011111 | 10 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #DB02DF
Complementary color
Monochromatic Colors of #DB02DF
Black with #DB02DF
Text Example
Text Example
White with #DB02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02DF; }
p { color: rgb(219,2,223); }
H1.HeaderClassName
{
color: #DB02DF;
}
.AnyTagClassName
{
color: #DB02DF;
}
</style>
background-color css
<style>
a { background-color: #DB02DF; }
a { background-color: rgb(219,2,223); }
div.DivClassName
{
background-color: #DB02DF;
}
.BgClassName
{
background-color: #DB02DF;
}
</style>
border-color css
<style>
span { border-color: #DB02DF; }
span { border-color: rgb(219,2,223); }
td.TdClassName
{
border-color: #DB02DF;
}
.TagClassName
{
border-color: #DB02DF;
}
</style>