Shades of Deep Magenta #DB0CD4
Tints of Deep Magenta #DB0CD4
RGB
CMYK
RGB Variations
Color information
#DB0CD4 (or 0xDB0CD4) is known color: Deep Magenta. HEX triplet: DB, 0C and D4. RGB value is (219,12,212). Sum of RGB (Red+Green+Blue) = 219+12+212=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 212 (83.20% from 255 or 47.86% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CD4 is #24F32B. Grayscale: #606060. Windows color (decimal): -2421548 or 13896923. OLE color: 13896923.
HSL color Cylindrical-coordinate representation of color #DB0CD4: hue angle of 302.03º 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 #DB0CD4 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 212 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.14 |
| HSL | 302.03º | 0.9% | 0.45% | - |
| HSV(B) | 302.03º | 0.95% | 0.86% | - |
| XYZ | 41.23 | 20.08 | 63.99 | - |
| YUV | 96.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 212 | 0 | 0.95 | 0.03 | 0.14 | 302.03 | 0.9 | 0.45 |
| Hex | DB | C | D4 | 0 | 5F | 3 | E | 12E | 5A | 2D |
| Octal | 333 | 14 | 324 | 0 | 137 | 3 | 16 | 456 | 132 | 55 |
| Binary | 11011011 | 1100 | 11010100 | 0 | 1011111 | 11 | 1110 | 100101110 | 1011010 | 101101 |
Color Harmonies of #DB0CD4
Complementary color
Monochromatic Colors of #DB0CD4
Black with #DB0CD4
Text Example
Text Example
White with #DB0CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CD4; }
p { color: rgb(219,12,212); }
H1.HeaderClassName
{
color: #DB0CD4;
}
.AnyTagClassName
{
color: #DB0CD4;
}
</style>
background-color css
<style>
a { background-color: #DB0CD4; }
a { background-color: rgb(219,12,212); }
div.DivClassName
{
background-color: #DB0CD4;
}
.BgClassName
{
background-color: #DB0CD4;
}
</style>
border-color css
<style>
span { border-color: #DB0CD4; }
span { border-color: rgb(219,12,212); }
td.TdClassName
{
border-color: #DB0CD4;
}
.TagClassName
{
border-color: #DB0CD4;
}
</style>