Shades of Deep Magenta #DB0DC3
Tints of Deep Magenta #DB0DC3
RGB
CMYK
RGB Variations
Color information
#DB0DC3 (or 0xDB0DC3) is known color: Deep Magenta. HEX triplet: DB, 0D and C3. RGB value is (219,13,195). Sum of RGB (Red+Green+Blue) = 219+13+195=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DC3 is #24F23C. Grayscale: #5E5E5E. Windows color (decimal): -2421309 or 12783067. OLE color: 12783067.
HSL color Cylindrical-coordinate representation of color #DB0DC3: hue angle of 306.99º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 195 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.14 |
| HSL | 306.99º | 0.89% | 0.45% | - |
| HSV(B) | 306.99º | 0.94% | 0.86% | - |
| XYZ | 39.21 | 19.29 | 53.29 | - |
| YUV | 95.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 195 | 0 | 0.94 | 0.11 | 0.14 | 306.99 | 0.89 | 0.45 |
| Hex | DB | D | C3 | 0 | 5E | B | E | 133 | 59 | 2D |
| Octal | 333 | 15 | 303 | 0 | 136 | 13 | 16 | 463 | 131 | 55 |
| Binary | 11011011 | 1101 | 11000011 | 0 | 1011110 | 1011 | 1110 | 100110011 | 1011001 | 101101 |
Color Harmonies of #DB0DC3
Complementary color
Monochromatic Colors of #DB0DC3
Black with #DB0DC3
Text Example
Text Example
White with #DB0DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DC3; }
p { color: rgb(219,13,195); }
H1.HeaderClassName
{
color: #DB0DC3;
}
.AnyTagClassName
{
color: #DB0DC3;
}
</style>
background-color css
<style>
a { background-color: #DB0DC3; }
a { background-color: rgb(219,13,195); }
div.DivClassName
{
background-color: #DB0DC3;
}
.BgClassName
{
background-color: #DB0DC3;
}
</style>
border-color css
<style>
span { border-color: #DB0DC3; }
span { border-color: rgb(219,13,195); }
td.TdClassName
{
border-color: #DB0DC3;
}
.TagClassName
{
border-color: #DB0DC3;
}
</style>