Shades of Deep Magenta #DB1DCA
Tints of Deep Magenta #DB1DCA
RGB
CMYK
RGB Variations
Color information
#DB1DCA (or 0xDB1DCA) is known color: Deep Magenta. HEX triplet: DB, 1D and CA. RGB value is (219,29,202). Sum of RGB (Red+Green+Blue) = 219+29+202=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DCA is #24E235. Grayscale: #696969. Windows color (decimal): -2417206 or 13245915. OLE color: 13245915.
HSL color Cylindrical-coordinate representation of color #DB1DCA: hue angle of 305.37º 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 #DB1DCA is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 202 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.14 |
| HSL | 305.37º | 0.77% | 0.49% | - |
| HSV(B) | 305.37º | 0.87% | 0.86% | - |
| XYZ | 40.31 | 20.2 | 57.65 | - |
| YUV | 105.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 202 | 0 | 0.87 | 0.08 | 0.14 | 305.37 | 0.77 | 0.49 |
| Hex | DB | 1D | CA | 0 | 57 | 8 | E | 131 | 4D | 31 |
| Octal | 333 | 35 | 312 | 0 | 127 | 10 | 16 | 461 | 115 | 61 |
| Binary | 11011011 | 11101 | 11001010 | 0 | 1010111 | 1000 | 1110 | 100110001 | 1001101 | 110001 |
Color Harmonies of #DB1DCA
Complementary color
Monochromatic Colors of #DB1DCA
Black with #DB1DCA
Text Example
Text Example
White with #DB1DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DCA; }
p { color: rgb(219,29,202); }
H1.HeaderClassName
{
color: #DB1DCA;
}
.AnyTagClassName
{
color: #DB1DCA;
}
</style>
background-color css
<style>
a { background-color: #DB1DCA; }
a { background-color: rgb(219,29,202); }
div.DivClassName
{
background-color: #DB1DCA;
}
.BgClassName
{
background-color: #DB1DCA;
}
</style>
border-color css
<style>
span { border-color: #DB1DCA; }
span { border-color: rgb(219,29,202); }
td.TdClassName
{
border-color: #DB1DCA;
}
.TagClassName
{
border-color: #DB1DCA;
}
</style>