Shades of Deep Magenta #DB14DD
Tints of Deep Magenta #DB14DD
RGB
CMYK
RGB Variations
Color information
#DB14DD (or 0xDB14DD) is known color: Deep Magenta. HEX triplet: DB, 14 and DD. RGB value is (219,20,221). Sum of RGB (Red+Green+Blue) = 219+20+221=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB14DD is #24EB22. Grayscale: #656565. Windows color (decimal): -2419491 or 14488795. OLE color: 14488795.
HSL color Cylindrical-coordinate representation of color #DB14DD: hue angle of 299.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB14DD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 20 | 221 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.13 |
| HSL | 299.4º | 0.83% | 0.47% | - |
| HSV(B) | 299.4º | 0.91% | 0.87% | - |
| XYZ | 42.51 | 20.78 | 70.18 | - |
| YUV | 102.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 221 | 0.01 | 0.91 | 0 | 0.13 | 299.4 | 0.83 | 0.47 |
| Hex | DB | 14 | DD | 1 | 5B | 0 | D | 12B | 53 | 2F |
| Octal | 333 | 24 | 335 | 1 | 133 | 0 | 15 | 453 | 123 | 57 |
| Binary | 11011011 | 10100 | 11011101 | 1 | 1011011 | 0 | 1101 | 100101011 | 1010011 | 101111 |
Color Harmonies of #DB14DD
Complementary color
Monochromatic Colors of #DB14DD
Black with #DB14DD
Text Example
Text Example
White with #DB14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB14DD; }
p { color: rgb(219,20,221); }
H1.HeaderClassName
{
color: #DB14DD;
}
.AnyTagClassName
{
color: #DB14DD;
}
</style>
background-color css
<style>
a { background-color: #DB14DD; }
a { background-color: rgb(219,20,221); }
div.DivClassName
{
background-color: #DB14DD;
}
.BgClassName
{
background-color: #DB14DD;
}
</style>
border-color css
<style>
span { border-color: #DB14DD; }
span { border-color: rgb(219,20,221); }
td.TdClassName
{
border-color: #DB14DD;
}
.TagClassName
{
border-color: #DB14DD;
}
</style>