Shades of Deep Magenta #DB14BB
Tints of Deep Magenta #DB14BB
RGB
CMYK
RGB Variations
Color information
#DB14BB (or 0xDB14BB) is known color: Deep Magenta. HEX triplet: DB, 14 and BB. RGB value is (219,20,187). Sum of RGB (Red+Green+Blue) = 219+20+187=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BB is #24EB44. Grayscale: #626262. Windows color (decimal): -2419525 or 12260571. OLE color: 12260571.
HSL color Cylindrical-coordinate representation of color #DB14BB: hue angle of 309.65º 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 #DB14BB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 187 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.14 |
| HSL | 309.65º | 0.83% | 0.47% | - |
| HSV(B) | 309.65º | 0.91% | 0.86% | - |
| XYZ | 38.43 | 19.15 | 48.68 | - |
| YUV | 98.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 187 | 0 | 0.91 | 0.15 | 0.14 | 309.65 | 0.83 | 0.47 |
| Hex | DB | 14 | BB | 0 | 5B | F | E | 136 | 53 | 2F |
| Octal | 333 | 24 | 273 | 0 | 133 | 17 | 16 | 466 | 123 | 57 |
| Binary | 11011011 | 10100 | 10111011 | 0 | 1011011 | 1111 | 1110 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DB14BB
Complementary color
Monochromatic Colors of #DB14BB
Black with #DB14BB
Text Example
Text Example
White with #DB14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14BB; }
p { color: rgb(219,20,187); }
H1.HeaderClassName
{
color: #DB14BB;
}
.AnyTagClassName
{
color: #DB14BB;
}
</style>
background-color css
<style>
a { background-color: #DB14BB; }
a { background-color: rgb(219,20,187); }
div.DivClassName
{
background-color: #DB14BB;
}
.BgClassName
{
background-color: #DB14BB;
}
</style>
border-color css
<style>
span { border-color: #DB14BB; }
span { border-color: rgb(219,20,187); }
td.TdClassName
{
border-color: #DB14BB;
}
.TagClassName
{
border-color: #DB14BB;
}
</style>