Shades of Deep Magenta #DB1CDC
Tints of Deep Magenta #DB1CDC
RGB
CMYK
RGB Variations
Color information
#DB1CDC (or 0xDB1CDC) is known color: Deep Magenta. HEX triplet: DB, 1C and DC. RGB value is (219,28,220). Sum of RGB (Red+Green+Blue) = 219+28+220=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CDC is #24E323. Grayscale: #6A6A6A. Windows color (decimal): -2417444 or 14425307. OLE color: 14425307.
HSL color Cylindrical-coordinate representation of color #DB1CDC: hue angle of 299.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CDC is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 28 | 220 | - |
CMYK | 0.00 | 0.87 | 0 | 0.14 |
HSL | 299.69º | 0.77% | 0.49% | - |
HSV(B) | 299.69º | 0.87% | 0.86% | - |
XYZ | 42.55 | 21.06 | 69.53 | - |
YUV | 107 | 191.78 | 207.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 28 | 220 | 0.00 | 0.87 | 0 | 0.14 | 299.69 | 0.77 | 0.49 |
Hex | DB | 1C | DC | 0 | 57 | 0 | E | 12C | 4D | 31 |
Octal | 333 | 34 | 334 | 0 | 127 | 0 | 16 | 454 | 115 | 61 |
Binary | 11011011 | 11100 | 11011100 | 0 | 1010111 | 0 | 1110 | 100101100 | 1001101 | 110001 |
Color Harmonies of #DB1CDC
Complementary color
Monochromatic Colors of #DB1CDC
Black with #DB1CDC
Text Example
Text Example
White with #DB1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CDC; }
p { color: rgb(219,28,220); }
H1.HeaderClassName
{
color: #DB1CDC;
}
.AnyTagClassName
{
color: #DB1CDC;
}
</style>
background-color css
<style>
a { background-color: #DB1CDC; }
a { background-color: rgb(219,28,220); }
div.DivClassName
{
background-color: #DB1CDC;
}
.BgClassName
{
background-color: #DB1CDC;
}
</style>
border-color css
<style>
span { border-color: #DB1CDC; }
span { border-color: rgb(219,28,220); }
td.TdClassName
{
border-color: #DB1CDC;
}
.TagClassName
{
border-color: #DB1CDC;
}
</style>