Shades of Deep Magenta #DB14CD
Tints of Deep Magenta #DB14CD
RGB
CMYK
RGB Variations
Color information
#DB14CD (or 0xDB14CD) is known color: Deep Magenta. HEX triplet: DB, 14 and CD. RGB value is (219,20,205). Sum of RGB (Red+Green+Blue) = 219+20+205=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 20 (8.20% from 255 or 4.50% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB14CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14CD is #24EB32. Grayscale: #646464. Windows color (decimal): -2419507 or 13440219. OLE color: 13440219.
HSL color Cylindrical-coordinate representation of color #DB14CD: hue angle of 304.22º 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 #DB14CD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 205 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.14 |
| HSL | 304.22º | 0.83% | 0.47% | - |
| HSV(B) | 304.22º | 0.91% | 0.86% | - |
| XYZ | 40.48 | 19.97 | 59.48 | - |
| YUV | 100.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 205 | 0 | 0.91 | 0.06 | 0.14 | 304.22 | 0.83 | 0.47 |
| Hex | DB | 14 | CD | 0 | 5B | 6 | E | 130 | 53 | 2F |
| Octal | 333 | 24 | 315 | 0 | 133 | 6 | 16 | 460 | 123 | 57 |
| Binary | 11011011 | 10100 | 11001101 | 0 | 1011011 | 110 | 1110 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DB14CD
Complementary color
Monochromatic Colors of #DB14CD
Black with #DB14CD
Text Example
Text Example
White with #DB14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14CD; }
p { color: rgb(219,20,205); }
H1.HeaderClassName
{
color: #DB14CD;
}
.AnyTagClassName
{
color: #DB14CD;
}
</style>
background-color css
<style>
a { background-color: #DB14CD; }
a { background-color: rgb(219,20,205); }
div.DivClassName
{
background-color: #DB14CD;
}
.BgClassName
{
background-color: #DB14CD;
}
</style>
border-color css
<style>
span { border-color: #DB14CD; }
span { border-color: rgb(219,20,205); }
td.TdClassName
{
border-color: #DB14CD;
}
.TagClassName
{
border-color: #DB14CD;
}
</style>