Shades of Deep Magenta #DB16C4
Tints of Deep Magenta #DB16C4
RGB
CMYK
RGB Variations
Color information
#DB16C4 (or 0xDB16C4) is known color: Deep Magenta. HEX triplet: DB, 16 and C4. RGB value is (219,22,196). Sum of RGB (Red+Green+Blue) = 219+22+196=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16C4 is #24E93B. Grayscale: #646464. Windows color (decimal): -2419004 or 12850907. OLE color: 12850907.
HSL color Cylindrical-coordinate representation of color #DB16C4: hue angle of 307.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16C4 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 196 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.14 |
| HSL | 307.01º | 0.82% | 0.47% | - |
| HSV(B) | 307.01º | 0.9% | 0.86% | - |
| XYZ | 39.46 | 19.62 | 53.93 | - |
| YUV | 100.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 196 | 0 | 0.90 | 0.11 | 0.14 | 307.01 | 0.82 | 0.47 |
| Hex | DB | 16 | C4 | 0 | 5A | B | E | 133 | 52 | 2F |
| Octal | 333 | 26 | 304 | 0 | 132 | 13 | 16 | 463 | 122 | 57 |
| Binary | 11011011 | 10110 | 11000100 | 0 | 1011010 | 1011 | 1110 | 100110011 | 1010010 | 101111 |
Color Harmonies of #DB16C4
Complementary color
Monochromatic Colors of #DB16C4
Black with #DB16C4
Text Example
Text Example
White with #DB16C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16C4; }
p { color: rgb(219,22,196); }
H1.HeaderClassName
{
color: #DB16C4;
}
.AnyTagClassName
{
color: #DB16C4;
}
</style>
background-color css
<style>
a { background-color: #DB16C4; }
a { background-color: rgb(219,22,196); }
div.DivClassName
{
background-color: #DB16C4;
}
.BgClassName
{
background-color: #DB16C4;
}
</style>
border-color css
<style>
span { border-color: #DB16C4; }
span { border-color: rgb(219,22,196); }
td.TdClassName
{
border-color: #DB16C4;
}
.TagClassName
{
border-color: #DB16C4;
}
</style>