Shades of Deep Magenta #D616BF
Tints of Deep Magenta #D616BF
RGB
CMYK
RGB Variations
Color information
#D616BF (or 0xD616BF) is known color: Deep Magenta. HEX triplet: D6, 16 and BF. RGB value is (214,22,191). Sum of RGB (Red+Green+Blue) = 214+22+191=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D616BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616BF is #29E940. Grayscale: #626262. Windows color (decimal): -2746689 or 12523222. OLE color: 12523222.
HSL color Cylindrical-coordinate representation of color #D616BF: hue angle of 307.19º 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 #D616BF is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 191 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.19º | 0.81% | 0.46% | - |
| HSV(B) | 307.19º | 0.9% | 0.84% | - |
| XYZ | 37.42 | 18.63 | 50.91 | - |
| YUV | 98.67 | 180.11 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 191 | 0 | 0.90 | 0.11 | 0.16 | 307.19 | 0.81 | 0.46 |
| Hex | D6 | 16 | BF | 0 | 5A | B | 10 | 133 | 51 | 2E |
| Octal | 326 | 26 | 277 | 0 | 132 | 13 | 20 | 463 | 121 | 56 |
| Binary | 11010110 | 10110 | 10111111 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D616BF
Complementary color
Monochromatic Colors of #D616BF
Black with #D616BF
Text Example
Text Example
White with #D616BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616BF; }
p { color: rgb(214,22,191); }
H1.HeaderClassName
{
color: #D616BF;
}
.AnyTagClassName
{
color: #D616BF;
}
</style>
background-color css
<style>
a { background-color: #D616BF; }
a { background-color: rgb(214,22,191); }
div.DivClassName
{
background-color: #D616BF;
}
.BgClassName
{
background-color: #D616BF;
}
</style>
border-color css
<style>
span { border-color: #D616BF; }
span { border-color: rgb(214,22,191); }
td.TdClassName
{
border-color: #D616BF;
}
.TagClassName
{
border-color: #D616BF;
}
</style>