Shades of Deep Magenta #DB0FDB
Tints of Deep Magenta #DB0FDB
RGB
CMYK
RGB Variations
Color information
#DB0FDB (or 0xDB0FDB) is known color: Deep Magenta. HEX triplet: DB, 0F and DB. RGB value is (219,15,219). Sum of RGB (Red+Green+Blue) = 219+15+219=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB0FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FDB is #24F024. Grayscale: #626262. Windows color (decimal): -2420773 or 14356443. OLE color: 14356443.
HSL color Cylindrical-coordinate representation of color #DB0FDB: hue angle of 300º 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 #DB0FDB is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 15 | 219 | - |
CMYK | 0 | 0.93 | 0 | 0.14 |
HSL | 300º | 0.87% | 0.46% | - |
HSV(B) | 300º | 0.93% | 0.86% | - |
XYZ | 42.17 | 20.52 | 68.76 | - |
YUV | 99.25 | 195.59 | 213.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 15 | 219 | 0 | 0.93 | 0 | 0.14 | 300 | 0.87 | 0.46 |
Hex | DB | F | DB | 0 | 5D | 0 | E | 12C | 57 | 2E |
Octal | 333 | 17 | 333 | 0 | 135 | 0 | 16 | 454 | 127 | 56 |
Binary | 11011011 | 1111 | 11011011 | 0 | 1011101 | 0 | 1110 | 100101100 | 1010111 | 101110 |
Color Harmonies of #DB0FDB
Complementary color
Monochromatic Colors of #DB0FDB
Black with #DB0FDB
Text Example
Text Example
White with #DB0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FDB; }
p { color: rgb(219,15,219); }
H1.HeaderClassName
{
color: #DB0FDB;
}
.AnyTagClassName
{
color: #DB0FDB;
}
</style>
background-color css
<style>
a { background-color: #DB0FDB; }
a { background-color: rgb(219,15,219); }
div.DivClassName
{
background-color: #DB0FDB;
}
.BgClassName
{
background-color: #DB0FDB;
}
</style>
border-color css
<style>
span { border-color: #DB0FDB; }
span { border-color: rgb(219,15,219); }
td.TdClassName
{
border-color: #DB0FDB;
}
.TagClassName
{
border-color: #DB0FDB;
}
</style>