Shades of Deep Magenta #DB14BC
Tints of Deep Magenta #DB14BC
RGB
CMYK
RGB Variations
Color information
#DB14BC (or 0xDB14BC) is known color: Deep Magenta. HEX triplet: DB, 14 and BC. RGB value is (219,20,188). Sum of RGB (Red+Green+Blue) = 219+20+188=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BC is #24EB43. Grayscale: #626262. Windows color (decimal): -2419524 or 12326107. OLE color: 12326107.
HSL color Cylindrical-coordinate representation of color #DB14BC: hue angle of 309.35º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14BC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.14 |
| HSL | 309.35º | 0.83% | 0.47% | - |
| HSV(B) | 309.35º | 0.91% | 0.86% | - |
| XYZ | 38.54 | 19.19 | 49.25 | - |
| YUV | 98.65 | 178.43 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 188 | 0 | 0.91 | 0.14 | 0.14 | 309.35 | 0.83 | 0.47 |
| Hex | DB | 14 | BC | 0 | 5B | E | E | 135 | 53 | 2F |
| Octal | 333 | 24 | 274 | 0 | 133 | 16 | 16 | 465 | 123 | 57 |
| Binary | 11011011 | 10100 | 10111100 | 0 | 1011011 | 1110 | 1110 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DB14BC
Complementary color
Monochromatic Colors of #DB14BC
Black with #DB14BC
Text Example
Text Example
White with #DB14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14BC; }
p { color: rgb(219,20,188); }
H1.HeaderClassName
{
color: #DB14BC;
}
.AnyTagClassName
{
color: #DB14BC;
}
</style>
background-color css
<style>
a { background-color: #DB14BC; }
a { background-color: rgb(219,20,188); }
div.DivClassName
{
background-color: #DB14BC;
}
.BgClassName
{
background-color: #DB14BC;
}
</style>
border-color css
<style>
span { border-color: #DB14BC; }
span { border-color: rgb(219,20,188); }
td.TdClassName
{
border-color: #DB14BC;
}
.TagClassName
{
border-color: #DB14BC;
}
</style>