Shades of Deep Magenta #D616BA
Tints of Deep Magenta #D616BA
RGB
CMYK
RGB Variations
Color information
#D616BA (or 0xD616BA) is known color: Deep Magenta. HEX triplet: D6, 16 and BA. RGB value is (214,22,186). Sum of RGB (Red+Green+Blue) = 214+22+186=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D616BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616BA is #29E945. Grayscale: #616161. Windows color (decimal): -2746694 or 12195542. OLE color: 12195542.
HSL color Cylindrical-coordinate representation of color #D616BA: hue angle of 308.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616BA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 186 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.16 |
| HSL | 308.75º | 0.81% | 0.46% | - |
| HSV(B) | 308.75º | 0.9% | 0.84% | - |
| XYZ | 36.88 | 18.42 | 48.06 | - |
| YUV | 98.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 186 | 0 | 0.90 | 0.13 | 0.16 | 308.75 | 0.81 | 0.46 |
| Hex | D6 | 16 | BA | 0 | 5A | D | 10 | 135 | 51 | 2E |
| Octal | 326 | 26 | 272 | 0 | 132 | 15 | 20 | 465 | 121 | 56 |
| Binary | 11010110 | 10110 | 10111010 | 0 | 1011010 | 1101 | 10000 | 100110101 | 1010001 | 101110 |
Color Harmonies of #D616BA
Complementary color
Monochromatic Colors of #D616BA
Black with #D616BA
Text Example
Text Example
White with #D616BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616BA; }
p { color: rgb(214,22,186); }
H1.HeaderClassName
{
color: #D616BA;
}
.AnyTagClassName
{
color: #D616BA;
}
</style>
background-color css
<style>
a { background-color: #D616BA; }
a { background-color: rgb(214,22,186); }
div.DivClassName
{
background-color: #D616BA;
}
.BgClassName
{
background-color: #D616BA;
}
</style>
border-color css
<style>
span { border-color: #D616BA; }
span { border-color: rgb(214,22,186); }
td.TdClassName
{
border-color: #D616BA;
}
.TagClassName
{
border-color: #D616BA;
}
</style>