Shades of Deep Magenta #DB1BCA
Tints of Deep Magenta #DB1BCA
RGB
CMYK
RGB Variations
Color information
#DB1BCA (or 0xDB1BCA) is known color: Deep Magenta. HEX triplet: DB, 1B and CA. RGB value is (219,27,202). Sum of RGB (Red+Green+Blue) = 219+27+202=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1BCA is #24E435. Grayscale: #676767. Windows color (decimal): -2417718 or 13245403. OLE color: 13245403.
HSL color Cylindrical-coordinate representation of color #DB1BCA: hue angle of 305.31º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BCA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 202 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.14 |
| HSL | 305.31º | 0.78% | 0.48% | - |
| HSV(B) | 305.31º | 0.88% | 0.86% | - |
| XYZ | 40.27 | 20.11 | 57.64 | - |
| YUV | 104.36 | 183.11 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 202 | 0 | 0.88 | 0.08 | 0.14 | 305.31 | 0.78 | 0.48 |
| Hex | DB | 1B | CA | 0 | 58 | 8 | E | 131 | 4E | 30 |
| Octal | 333 | 33 | 312 | 0 | 130 | 10 | 16 | 461 | 116 | 60 |
| Binary | 11011011 | 11011 | 11001010 | 0 | 1011000 | 1000 | 1110 | 100110001 | 1001110 | 110000 |
Color Harmonies of #DB1BCA
Complementary color
Monochromatic Colors of #DB1BCA
Black with #DB1BCA
Text Example
Text Example
White with #DB1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BCA; }
p { color: rgb(219,27,202); }
H1.HeaderClassName
{
color: #DB1BCA;
}
.AnyTagClassName
{
color: #DB1BCA;
}
</style>
background-color css
<style>
a { background-color: #DB1BCA; }
a { background-color: rgb(219,27,202); }
div.DivClassName
{
background-color: #DB1BCA;
}
.BgClassName
{
background-color: #DB1BCA;
}
</style>
border-color css
<style>
span { border-color: #DB1BCA; }
span { border-color: rgb(219,27,202); }
td.TdClassName
{
border-color: #DB1BCA;
}
.TagClassName
{
border-color: #DB1BCA;
}
</style>