Shades of Deep Magenta #DB14DC
Tints of Deep Magenta #DB14DC
RGB
CMYK
RGB Variations
Color information
#DB14DC (or 0xDB14DC) is known color: Deep Magenta. HEX triplet: DB, 14 and DC. RGB value is (219,20,220). Sum of RGB (Red+Green+Blue) = 219+20+220=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB14DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14DC is #24EB23. Grayscale: #656565. Windows color (decimal): -2419492 or 14423259. OLE color: 14423259.
HSL color Cylindrical-coordinate representation of color #DB14DC: hue angle of 299.7º 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 #DB14DC is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 220 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.14 |
| HSL | 299.7º | 0.83% | 0.47% | - |
| HSV(B) | 299.7º | 0.91% | 0.86% | - |
| XYZ | 42.38 | 20.73 | 69.48 | - |
| YUV | 102.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 220 | 0.00 | 0.91 | 0 | 0.14 | 299.7 | 0.83 | 0.47 |
| Hex | DB | 14 | DC | 0 | 5B | 0 | E | 12C | 53 | 2F |
| Octal | 333 | 24 | 334 | 0 | 133 | 0 | 16 | 454 | 123 | 57 |
| Binary | 11011011 | 10100 | 11011100 | 0 | 1011011 | 0 | 1110 | 100101100 | 1010011 | 101111 |
Color Harmonies of #DB14DC
Complementary color
Monochromatic Colors of #DB14DC
Black with #DB14DC
Text Example
Text Example
White with #DB14DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14DC; }
p { color: rgb(219,20,220); }
H1.HeaderClassName
{
color: #DB14DC;
}
.AnyTagClassName
{
color: #DB14DC;
}
</style>
background-color css
<style>
a { background-color: #DB14DC; }
a { background-color: rgb(219,20,220); }
div.DivClassName
{
background-color: #DB14DC;
}
.BgClassName
{
background-color: #DB14DC;
}
</style>
border-color css
<style>
span { border-color: #DB14DC; }
span { border-color: rgb(219,20,220); }
td.TdClassName
{
border-color: #DB14DC;
}
.TagClassName
{
border-color: #DB14DC;
}
</style>