Shades of Deep Magenta #DB14B9
Tints of Deep Magenta #DB14B9
RGB
CMYK
RGB Variations
Color information
#DB14B9 (or 0xDB14B9) is known color: Deep Magenta. HEX triplet: DB, 14 and B9. RGB value is (219,20,185). Sum of RGB (Red+Green+Blue) = 219+20+185=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14B9 is #24EB46. Grayscale: #616161. Windows color (decimal): -2419527 or 12129499. OLE color: 12129499.
HSL color Cylindrical-coordinate representation of color #DB14B9: hue angle of 310.25º 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 #DB14B9 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 185 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.14 |
| HSL | 310.25º | 0.83% | 0.47% | - |
| HSV(B) | 310.25º | 0.91% | 0.86% | - |
| XYZ | 38.22 | 19.06 | 47.56 | - |
| YUV | 98.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 185 | 0 | 0.91 | 0.16 | 0.14 | 310.25 | 0.83 | 0.47 |
| Hex | DB | 14 | B9 | 0 | 5B | 10 | E | 136 | 53 | 2F |
| Octal | 333 | 24 | 271 | 0 | 133 | 20 | 16 | 466 | 123 | 57 |
| Binary | 11011011 | 10100 | 10111001 | 0 | 1011011 | 10000 | 1110 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DB14B9
Complementary color
Monochromatic Colors of #DB14B9
Black with #DB14B9
Text Example
Text Example
White with #DB14B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14B9; }
p { color: rgb(219,20,185); }
H1.HeaderClassName
{
color: #DB14B9;
}
.AnyTagClassName
{
color: #DB14B9;
}
</style>
background-color css
<style>
a { background-color: #DB14B9; }
a { background-color: rgb(219,20,185); }
div.DivClassName
{
background-color: #DB14B9;
}
.BgClassName
{
background-color: #DB14B9;
}
</style>
border-color css
<style>
span { border-color: #DB14B9; }
span { border-color: rgb(219,20,185); }
td.TdClassName
{
border-color: #DB14B9;
}
.TagClassName
{
border-color: #DB14B9;
}
</style>