Shades of Deep Magenta #DB0FCB
Tints of Deep Magenta #DB0FCB
RGB
CMYK
RGB Variations
Color information
#DB0FCB (or 0xDB0FCB) is known color: Deep Magenta. HEX triplet: DB, 0F and CB. RGB value is (219,15,203). Sum of RGB (Red+Green+Blue) = 219+15+203=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FCB is #24F034. Grayscale: #606060. Windows color (decimal): -2420789 or 13307867. OLE color: 13307867.
HSL color Cylindrical-coordinate representation of color #DB0FCB: hue angle of 304.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FCB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 203 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.14 |
| HSL | 304.71º | 0.87% | 0.46% | - |
| HSV(B) | 304.71º | 0.93% | 0.86% | - |
| XYZ | 40.16 | 19.71 | 58.19 | - |
| YUV | 97.43 | 187.59 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 203 | 0 | 0.93 | 0.07 | 0.14 | 304.71 | 0.87 | 0.46 |
| Hex | DB | F | CB | 0 | 5D | 7 | E | 131 | 57 | 2E |
| Octal | 333 | 17 | 313 | 0 | 135 | 7 | 16 | 461 | 127 | 56 |
| Binary | 11011011 | 1111 | 11001011 | 0 | 1011101 | 111 | 1110 | 100110001 | 1010111 | 101110 |
Color Harmonies of #DB0FCB
Complementary color
Monochromatic Colors of #DB0FCB
Black with #DB0FCB
Text Example
Text Example
White with #DB0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FCB; }
p { color: rgb(219,15,203); }
H1.HeaderClassName
{
color: #DB0FCB;
}
.AnyTagClassName
{
color: #DB0FCB;
}
</style>
background-color css
<style>
a { background-color: #DB0FCB; }
a { background-color: rgb(219,15,203); }
div.DivClassName
{
background-color: #DB0FCB;
}
.BgClassName
{
background-color: #DB0FCB;
}
</style>
border-color css
<style>
span { border-color: #DB0FCB; }
span { border-color: rgb(219,15,203); }
td.TdClassName
{
border-color: #DB0FCB;
}
.TagClassName
{
border-color: #DB0FCB;
}
</style>