Shades of Deep Magenta #D616BD
Tints of Deep Magenta #D616BD
RGB
CMYK
RGB Variations
Color information
#D616BD (or 0xD616BD) is known color: Deep Magenta. HEX triplet: D6, 16 and BD. RGB value is (214,22,189). Sum of RGB (Red+Green+Blue) = 214+22+189=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D616BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616BD is #29E942. Grayscale: #616161. Windows color (decimal): -2746691 or 12392150. OLE color: 12392150.
HSL color Cylindrical-coordinate representation of color #D616BD: hue angle of 307.81º 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 #D616BD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 189 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 307.81º | 0.81% | 0.46% | - |
| HSV(B) | 307.81º | 0.9% | 0.84% | - |
| XYZ | 37.2 | 18.54 | 49.76 | - |
| YUV | 98.45 | 179.11 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 189 | 0 | 0.90 | 0.12 | 0.16 | 307.81 | 0.81 | 0.46 |
| Hex | D6 | 16 | BD | 0 | 5A | C | 10 | 134 | 51 | 2E |
| Octal | 326 | 26 | 275 | 0 | 132 | 14 | 20 | 464 | 121 | 56 |
| Binary | 11010110 | 10110 | 10111101 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010001 | 101110 |
Color Harmonies of #D616BD
Complementary color
Monochromatic Colors of #D616BD
Black with #D616BD
Text Example
Text Example
White with #D616BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616BD; }
p { color: rgb(214,22,189); }
H1.HeaderClassName
{
color: #D616BD;
}
.AnyTagClassName
{
color: #D616BD;
}
</style>
background-color css
<style>
a { background-color: #D616BD; }
a { background-color: rgb(214,22,189); }
div.DivClassName
{
background-color: #D616BD;
}
.BgClassName
{
background-color: #D616BD;
}
</style>
border-color css
<style>
span { border-color: #D616BD; }
span { border-color: rgb(214,22,189); }
td.TdClassName
{
border-color: #D616BD;
}
.TagClassName
{
border-color: #D616BD;
}
</style>