Shades of Deep Magenta #DB0CBF
Tints of Deep Magenta #DB0CBF
RGB
CMYK
RGB Variations
Color information
#DB0CBF (or 0xDB0CBF) is known color: Deep Magenta. HEX triplet: DB, 0C and BF. RGB value is (219,12,191). Sum of RGB (Red+Green+Blue) = 219+12+191=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CBF is #24F340. Grayscale: #5D5D5D. Windows color (decimal): -2421569 or 12520667. OLE color: 12520667.
HSL color Cylindrical-coordinate representation of color #DB0CBF: hue angle of 308.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CBF is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 191 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.14 |
| HSL | 308.12º | 0.9% | 0.45% | - |
| HSV(B) | 308.12º | 0.95% | 0.86% | - |
| XYZ | 38.75 | 19.08 | 50.93 | - |
| YUV | 94.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 191 | 0 | 0.95 | 0.13 | 0.14 | 308.12 | 0.9 | 0.45 |
| Hex | DB | C | BF | 0 | 5F | D | E | 134 | 5A | 2D |
| Octal | 333 | 14 | 277 | 0 | 137 | 15 | 16 | 464 | 132 | 55 |
| Binary | 11011011 | 1100 | 10111111 | 0 | 1011111 | 1101 | 1110 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DB0CBF
Complementary color
Monochromatic Colors of #DB0CBF
Black with #DB0CBF
Text Example
Text Example
White with #DB0CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CBF; }
p { color: rgb(219,12,191); }
H1.HeaderClassName
{
color: #DB0CBF;
}
.AnyTagClassName
{
color: #DB0CBF;
}
</style>
background-color css
<style>
a { background-color: #DB0CBF; }
a { background-color: rgb(219,12,191); }
div.DivClassName
{
background-color: #DB0CBF;
}
.BgClassName
{
background-color: #DB0CBF;
}
</style>
border-color css
<style>
span { border-color: #DB0CBF; }
span { border-color: rgb(219,12,191); }
td.TdClassName
{
border-color: #DB0CBF;
}
.TagClassName
{
border-color: #DB0CBF;
}
</style>