Shades of Deep Magenta #DB02C6
Tints of Deep Magenta #DB02C6
RGB
CMYK
RGB Variations
Color information
#DB02C6 (or 0xDB02C6) is known color: Deep Magenta. HEX triplet: DB, 02 and C6. RGB value is (219,2,198). Sum of RGB (Red+Green+Blue) = 219+2+198=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02C6 is #24FD39. Grayscale: #585858. Windows color (decimal): -2424122 or 12976859. OLE color: 12976859.
HSL color Cylindrical-coordinate representation of color #DB02C6: hue angle of 305.81º 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 #DB02C6 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 198 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.14 |
| HSL | 305.81º | 0.98% | 0.43% | - |
| HSV(B) | 305.81º | 0.99% | 0.86% | - |
| XYZ | 39.43 | 19.18 | 55.05 | - |
| YUV | 89.23 | 189.39 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 198 | 0 | 0.99 | 0.10 | 0.14 | 305.81 | 0.98 | 0.43 |
| Hex | DB | 2 | C6 | 0 | 63 | A | E | 132 | 62 | 2B |
| Octal | 333 | 2 | 306 | 0 | 143 | 12 | 16 | 462 | 142 | 53 |
| Binary | 11011011 | 10 | 11000110 | 0 | 1100011 | 1010 | 1110 | 100110010 | 1100010 | 101011 |
Color Harmonies of #DB02C6
Complementary color
Monochromatic Colors of #DB02C6
Black with #DB02C6
Text Example
Text Example
White with #DB02C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02C6; }
p { color: rgb(219,2,198); }
H1.HeaderClassName
{
color: #DB02C6;
}
.AnyTagClassName
{
color: #DB02C6;
}
</style>
background-color css
<style>
a { background-color: #DB02C6; }
a { background-color: rgb(219,2,198); }
div.DivClassName
{
background-color: #DB02C6;
}
.BgClassName
{
background-color: #DB02C6;
}
</style>
border-color css
<style>
span { border-color: #DB02C6; }
span { border-color: rgb(219,2,198); }
td.TdClassName
{
border-color: #DB02C6;
}
.TagClassName
{
border-color: #DB02C6;
}
</style>