Shades of Deep Magenta #DB0FC8
Tints of Deep Magenta #DB0FC8
RGB
CMYK
RGB Variations
Color information
#DB0FC8 (or 0xDB0FC8) is known color: Deep Magenta. HEX triplet: DB, 0F and C8. RGB value is (219,15,200). Sum of RGB (Red+Green+Blue) = 219+15+200=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FC8 is #24F037. Grayscale: #606060. Windows color (decimal): -2420792 or 13111259. OLE color: 13111259.
HSL color Cylindrical-coordinate representation of color #DB0FC8: hue angle of 305.59º 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 #DB0FC8 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 200 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.14 |
| HSL | 305.59º | 0.87% | 0.46% | - |
| HSV(B) | 305.59º | 0.93% | 0.86% | - |
| XYZ | 39.81 | 19.57 | 56.32 | - |
| YUV | 97.09 | 186.09 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 200 | 0 | 0.93 | 0.09 | 0.14 | 305.59 | 0.87 | 0.46 |
| Hex | DB | F | C8 | 0 | 5D | 9 | E | 132 | 57 | 2E |
| Octal | 333 | 17 | 310 | 0 | 135 | 11 | 16 | 462 | 127 | 56 |
| Binary | 11011011 | 1111 | 11001000 | 0 | 1011101 | 1001 | 1110 | 100110010 | 1010111 | 101110 |
Color Harmonies of #DB0FC8
Complementary color
Monochromatic Colors of #DB0FC8
Black with #DB0FC8
Text Example
Text Example
White with #DB0FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FC8; }
p { color: rgb(219,15,200); }
H1.HeaderClassName
{
color: #DB0FC8;
}
.AnyTagClassName
{
color: #DB0FC8;
}
</style>
background-color css
<style>
a { background-color: #DB0FC8; }
a { background-color: rgb(219,15,200); }
div.DivClassName
{
background-color: #DB0FC8;
}
.BgClassName
{
background-color: #DB0FC8;
}
</style>
border-color css
<style>
span { border-color: #DB0FC8; }
span { border-color: rgb(219,15,200); }
td.TdClassName
{
border-color: #DB0FC8;
}
.TagClassName
{
border-color: #DB0FC8;
}
</style>