Shades of Deep Magenta #DB14BD
Tints of Deep Magenta #DB14BD
RGB
CMYK
RGB Variations
Color information
#DB14BD (or 0xDB14BD) is known color: Deep Magenta. HEX triplet: DB, 14 and BD. RGB value is (219,20,189). Sum of RGB (Red+Green+Blue) = 219+20+189=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14BD is #24EB42. Grayscale: #626262. Windows color (decimal): -2419523 or 12391643. OLE color: 12391643.
HSL color Cylindrical-coordinate representation of color #DB14BD: hue angle of 309.05º 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 #DB14BD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.14 |
| HSL | 309.05º | 0.83% | 0.47% | - |
| HSV(B) | 309.05º | 0.91% | 0.86% | - |
| XYZ | 38.65 | 19.23 | 49.82 | - |
| YUV | 98.77 | 178.93 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 189 | 0 | 0.91 | 0.14 | 0.14 | 309.05 | 0.83 | 0.47 |
| Hex | DB | 14 | BD | 0 | 5B | E | E | 135 | 53 | 2F |
| Octal | 333 | 24 | 275 | 0 | 133 | 16 | 16 | 465 | 123 | 57 |
| Binary | 11011011 | 10100 | 10111101 | 0 | 1011011 | 1110 | 1110 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DB14BD
Complementary color
Monochromatic Colors of #DB14BD
Black with #DB14BD
Text Example
Text Example
White with #DB14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14BD; }
p { color: rgb(219,20,189); }
H1.HeaderClassName
{
color: #DB14BD;
}
.AnyTagClassName
{
color: #DB14BD;
}
</style>
background-color css
<style>
a { background-color: #DB14BD; }
a { background-color: rgb(219,20,189); }
div.DivClassName
{
background-color: #DB14BD;
}
.BgClassName
{
background-color: #DB14BD;
}
</style>
border-color css
<style>
span { border-color: #DB14BD; }
span { border-color: rgb(219,20,189); }
td.TdClassName
{
border-color: #DB14BD;
}
.TagClassName
{
border-color: #DB14BD;
}
</style>