Shades of Deep Magenta #DB16CA
Tints of Deep Magenta #DB16CA
RGB
CMYK
RGB Variations
Color information
#DB16CA (or 0xDB16CA) is known color: Deep Magenta. HEX triplet: DB, 16 and CA. RGB value is (219,22,202). Sum of RGB (Red+Green+Blue) = 219+22+202=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16CA is #24E935. Grayscale: #646464. Windows color (decimal): -2418998 or 13244123. OLE color: 13244123.
HSL color Cylindrical-coordinate representation of color #DB16CA: hue angle of 305.18º 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 #DB16CA is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.14 |
| HSL | 305.18º | 0.82% | 0.47% | - |
| HSV(B) | 305.18º | 0.9% | 0.86% | - |
| XYZ | 40.16 | 19.9 | 57.6 | - |
| YUV | 101.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 202 | 0 | 0.90 | 0.08 | 0.14 | 305.18 | 0.82 | 0.47 |
| Hex | DB | 16 | CA | 0 | 5A | 8 | E | 131 | 52 | 2F |
| Octal | 333 | 26 | 312 | 0 | 132 | 10 | 16 | 461 | 122 | 57 |
| Binary | 11011011 | 10110 | 11001010 | 0 | 1011010 | 1000 | 1110 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DB16CA
Complementary color
Monochromatic Colors of #DB16CA
Black with #DB16CA
Text Example
Text Example
White with #DB16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16CA; }
p { color: rgb(219,22,202); }
H1.HeaderClassName
{
color: #DB16CA;
}
.AnyTagClassName
{
color: #DB16CA;
}
</style>
background-color css
<style>
a { background-color: #DB16CA; }
a { background-color: rgb(219,22,202); }
div.DivClassName
{
background-color: #DB16CA;
}
.BgClassName
{
background-color: #DB16CA;
}
</style>
border-color css
<style>
span { border-color: #DB16CA; }
span { border-color: rgb(219,22,202); }
td.TdClassName
{
border-color: #DB16CA;
}
.TagClassName
{
border-color: #DB16CA;
}
</style>