Shades of Deep Magenta #DB0FC3
Tints of Deep Magenta #DB0FC3
RGB
CMYK
RGB Variations
Color information
#DB0FC3 (or 0xDB0FC3) is known color: Deep Magenta. HEX triplet: DB, 0F and C3. RGB value is (219,15,195). Sum of RGB (Red+Green+Blue) = 219+15+195=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FC3 is #24F03C. Grayscale: #606060. Windows color (decimal): -2420797 or 12783579. OLE color: 12783579.
HSL color Cylindrical-coordinate representation of color #DB0FC3: hue angle of 307.06º 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 #DB0FC3 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 195 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.14 |
| HSL | 307.06º | 0.87% | 0.46% | - |
| HSV(B) | 307.06º | 0.93% | 0.86% | - |
| XYZ | 39.23 | 19.34 | 53.3 | - |
| YUV | 96.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 195 | 0 | 0.93 | 0.11 | 0.14 | 307.06 | 0.87 | 0.46 |
| Hex | DB | F | C3 | 0 | 5D | B | E | 133 | 57 | 2E |
| Octal | 333 | 17 | 303 | 0 | 135 | 13 | 16 | 463 | 127 | 56 |
| Binary | 11011011 | 1111 | 11000011 | 0 | 1011101 | 1011 | 1110 | 100110011 | 1010111 | 101110 |
Color Harmonies of #DB0FC3
Complementary color
Monochromatic Colors of #DB0FC3
Black with #DB0FC3
Text Example
Text Example
White with #DB0FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FC3; }
p { color: rgb(219,15,195); }
H1.HeaderClassName
{
color: #DB0FC3;
}
.AnyTagClassName
{
color: #DB0FC3;
}
</style>
background-color css
<style>
a { background-color: #DB0FC3; }
a { background-color: rgb(219,15,195); }
div.DivClassName
{
background-color: #DB0FC3;
}
.BgClassName
{
background-color: #DB0FC3;
}
</style>
border-color css
<style>
span { border-color: #DB0FC3; }
span { border-color: rgb(219,15,195); }
td.TdClassName
{
border-color: #DB0FC3;
}
.TagClassName
{
border-color: #DB0FC3;
}
</style>