Shades of Deep Magenta #DB1CD5
Tints of Deep Magenta #DB1CD5
RGB
CMYK
RGB Variations
Color information
#DB1CD5 (or 0xDB1CD5) is known color: Deep Magenta. HEX triplet: DB, 1C and D5. RGB value is (219,28,213). Sum of RGB (Red+Green+Blue) = 219+28+213=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CD5 is #24E32A. Grayscale: #696969. Windows color (decimal): -2417451 or 13966555. OLE color: 13966555.
HSL color Cylindrical-coordinate representation of color #DB1CD5: hue angle of 301.88º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CD5 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 213 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.14 |
| HSL | 301.88º | 0.77% | 0.48% | - |
| HSV(B) | 301.88º | 0.87% | 0.86% | - |
| XYZ | 41.64 | 20.69 | 64.75 | - |
| YUV | 106.2 | 188.28 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 213 | 0 | 0.87 | 0.03 | 0.14 | 301.88 | 0.77 | 0.48 |
| Hex | DB | 1C | D5 | 0 | 57 | 3 | E | 12E | 4D | 30 |
| Octal | 333 | 34 | 325 | 0 | 127 | 3 | 16 | 456 | 115 | 60 |
| Binary | 11011011 | 11100 | 11010101 | 0 | 1010111 | 11 | 1110 | 100101110 | 1001101 | 110000 |
Color Harmonies of #DB1CD5
Complementary color
Monochromatic Colors of #DB1CD5
Black with #DB1CD5
Text Example
Text Example
White with #DB1CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CD5; }
p { color: rgb(219,28,213); }
H1.HeaderClassName
{
color: #DB1CD5;
}
.AnyTagClassName
{
color: #DB1CD5;
}
</style>
background-color css
<style>
a { background-color: #DB1CD5; }
a { background-color: rgb(219,28,213); }
div.DivClassName
{
background-color: #DB1CD5;
}
.BgClassName
{
background-color: #DB1CD5;
}
</style>
border-color css
<style>
span { border-color: #DB1CD5; }
span { border-color: rgb(219,28,213); }
td.TdClassName
{
border-color: #DB1CD5;
}
.TagClassName
{
border-color: #DB1CD5;
}
</style>