Shades of Deep Magenta #DB0FCC
Tints of Deep Magenta #DB0FCC
RGB
CMYK
RGB Variations
Color information
#DB0FCC (or 0xDB0FCC) is known color: Deep Magenta. HEX triplet: DB, 0F and CC. RGB value is (219,15,204). Sum of RGB (Red+Green+Blue) = 219+15+204=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FCC is #24F033. Grayscale: #606060. Windows color (decimal): -2420788 or 13373403. OLE color: 13373403.
HSL color Cylindrical-coordinate representation of color #DB0FCC: hue angle of 304.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FCC is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 204 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.14 |
| HSL | 304.41º | 0.87% | 0.46% | - |
| HSV(B) | 304.41º | 0.93% | 0.86% | - |
| XYZ | 40.28 | 19.76 | 58.82 | - |
| YUV | 97.54 | 188.09 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 204 | 0 | 0.93 | 0.07 | 0.14 | 304.41 | 0.87 | 0.46 |
| Hex | DB | F | CC | 0 | 5D | 7 | E | 130 | 57 | 2E |
| Octal | 333 | 17 | 314 | 0 | 135 | 7 | 16 | 460 | 127 | 56 |
| Binary | 11011011 | 1111 | 11001100 | 0 | 1011101 | 111 | 1110 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DB0FCC
Complementary color
Monochromatic Colors of #DB0FCC
Black with #DB0FCC
Text Example
Text Example
White with #DB0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FCC; }
p { color: rgb(219,15,204); }
H1.HeaderClassName
{
color: #DB0FCC;
}
.AnyTagClassName
{
color: #DB0FCC;
}
</style>
background-color css
<style>
a { background-color: #DB0FCC; }
a { background-color: rgb(219,15,204); }
div.DivClassName
{
background-color: #DB0FCC;
}
.BgClassName
{
background-color: #DB0FCC;
}
</style>
border-color css
<style>
span { border-color: #DB0FCC; }
span { border-color: rgb(219,15,204); }
td.TdClassName
{
border-color: #DB0FCC;
}
.TagClassName
{
border-color: #DB0FCC;
}
</style>