Shades of Deep Magenta #DB1CDA
Tints of Deep Magenta #DB1CDA
RGB
CMYK
RGB Variations
Color information
#DB1CDA (or 0xDB1CDA) is known color: Deep Magenta. HEX triplet: DB, 1C and DA. RGB value is (219,28,218). Sum of RGB (Red+Green+Blue) = 219+28+218=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CDA is #24E325. Grayscale: #6A6A6A. Windows color (decimal): -2417446 or 14294235. OLE color: 14294235.
HSL color Cylindrical-coordinate representation of color #DB1CDA: hue angle of 300.31º 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 #DB1CDA is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 218 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.14 |
| HSL | 300.31º | 0.77% | 0.48% | - |
| HSV(B) | 300.31º | 0.87% | 0.86% | - |
| XYZ | 42.28 | 20.95 | 68.15 | - |
| YUV | 106.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 218 | 0 | 0.87 | 0.00 | 0.14 | 300.31 | 0.77 | 0.48 |
| Hex | DB | 1C | DA | 0 | 57 | 0 | E | 12C | 4D | 30 |
| Octal | 333 | 34 | 332 | 0 | 127 | 0 | 16 | 454 | 115 | 60 |
| Binary | 11011011 | 11100 | 11011010 | 0 | 1010111 | 0 | 1110 | 100101100 | 1001101 | 110000 |
Color Harmonies of #DB1CDA
Complementary color
Monochromatic Colors of #DB1CDA
Black with #DB1CDA
Text Example
Text Example
White with #DB1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CDA; }
p { color: rgb(219,28,218); }
H1.HeaderClassName
{
color: #DB1CDA;
}
.AnyTagClassName
{
color: #DB1CDA;
}
</style>
background-color css
<style>
a { background-color: #DB1CDA; }
a { background-color: rgb(219,28,218); }
div.DivClassName
{
background-color: #DB1CDA;
}
.BgClassName
{
background-color: #DB1CDA;
}
</style>
border-color css
<style>
span { border-color: #DB1CDA; }
span { border-color: rgb(219,28,218); }
td.TdClassName
{
border-color: #DB1CDA;
}
.TagClassName
{
border-color: #DB1CDA;
}
</style>