Shades of Deep Magenta #DB0CD2
Tints of Deep Magenta #DB0CD2
RGB
CMYK
RGB Variations
Color information
#DB0CD2 (or 0xDB0CD2) is known color: Deep Magenta. HEX triplet: DB, 0C and D2. RGB value is (219,12,210). Sum of RGB (Red+Green+Blue) = 219+12+210=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CD2 is #24F32D. Grayscale: #5F5F5F. Windows color (decimal): -2421550 or 13765851. OLE color: 13765851.
HSL color Cylindrical-coordinate representation of color #DB0CD2: hue angle of 302.61º 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 #DB0CD2 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 210 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.14 |
| HSL | 302.61º | 0.9% | 0.45% | - |
| HSV(B) | 302.61º | 0.95% | 0.86% | - |
| XYZ | 40.98 | 19.98 | 62.67 | - |
| YUV | 96.47 | 192.08 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 210 | 0 | 0.95 | 0.04 | 0.14 | 302.61 | 0.9 | 0.45 |
| Hex | DB | C | D2 | 0 | 5F | 4 | E | 12F | 5A | 2D |
| Octal | 333 | 14 | 322 | 0 | 137 | 4 | 16 | 457 | 132 | 55 |
| Binary | 11011011 | 1100 | 11010010 | 0 | 1011111 | 100 | 1110 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DB0CD2
Complementary color
Monochromatic Colors of #DB0CD2
Black with #DB0CD2
Text Example
Text Example
White with #DB0CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CD2; }
p { color: rgb(219,12,210); }
H1.HeaderClassName
{
color: #DB0CD2;
}
.AnyTagClassName
{
color: #DB0CD2;
}
</style>
background-color css
<style>
a { background-color: #DB0CD2; }
a { background-color: rgb(219,12,210); }
div.DivClassName
{
background-color: #DB0CD2;
}
.BgClassName
{
background-color: #DB0CD2;
}
</style>
border-color css
<style>
span { border-color: #DB0CD2; }
span { border-color: rgb(219,12,210); }
td.TdClassName
{
border-color: #DB0CD2;
}
.TagClassName
{
border-color: #DB0CD2;
}
</style>