Shades of Deep Magenta #DB0CD8
Tints of Deep Magenta #DB0CD8
RGB
CMYK
RGB Variations
Color information
#DB0CD8 (or 0xDB0CD8) is known color: Deep Magenta. HEX triplet: DB, 0C and D8. RGB value is (219,12,216). Sum of RGB (Red+Green+Blue) = 219+12+216=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CD8 is #24F327. Grayscale: #606060. Windows color (decimal): -2421544 or 14159067. OLE color: 14159067.
HSL color Cylindrical-coordinate representation of color #DB0CD8: hue angle of 300.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CD8 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 216 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.14 |
| HSL | 300.87º | 0.9% | 0.45% | - |
| HSV(B) | 300.87º | 0.95% | 0.86% | - |
| XYZ | 41.74 | 20.28 | 66.68 | - |
| YUV | 97.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 216 | 0 | 0.95 | 0.01 | 0.14 | 300.87 | 0.9 | 0.45 |
| Hex | DB | C | D8 | 0 | 5F | 1 | E | 12D | 5A | 2D |
| Octal | 333 | 14 | 330 | 0 | 137 | 1 | 16 | 455 | 132 | 55 |
| Binary | 11011011 | 1100 | 11011000 | 0 | 1011111 | 1 | 1110 | 100101101 | 1011010 | 101101 |
Color Harmonies of #DB0CD8
Complementary color
Monochromatic Colors of #DB0CD8
Black with #DB0CD8
Text Example
Text Example
White with #DB0CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CD8; }
p { color: rgb(219,12,216); }
H1.HeaderClassName
{
color: #DB0CD8;
}
.AnyTagClassName
{
color: #DB0CD8;
}
</style>
background-color css
<style>
a { background-color: #DB0CD8; }
a { background-color: rgb(219,12,216); }
div.DivClassName
{
background-color: #DB0CD8;
}
.BgClassName
{
background-color: #DB0CD8;
}
</style>
border-color css
<style>
span { border-color: #DB0CD8; }
span { border-color: rgb(219,12,216); }
td.TdClassName
{
border-color: #DB0CD8;
}
.TagClassName
{
border-color: #DB0CD8;
}
</style>