Shades of Deep Magenta #D617BA
Tints of Deep Magenta #D617BA
RGB
CMYK
RGB Variations
Color information
#D617BA (or 0xD617BA) is known color: Deep Magenta. HEX triplet: D6, 17 and BA. RGB value is (214,23,186). Sum of RGB (Red+Green+Blue) = 214+23+186=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D617BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617BA is #29E845. Grayscale: #626262. Windows color (decimal): -2746438 or 12195798. OLE color: 12195798.
HSL color Cylindrical-coordinate representation of color #D617BA: hue angle of 308.8º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617BA is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.16 |
| HSL | 308.8º | 0.81% | 0.46% | - |
| HSV(B) | 308.8º | 0.89% | 0.84% | - |
| XYZ | 36.9 | 18.45 | 48.07 | - |
| YUV | 98.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 186 | 0 | 0.89 | 0.13 | 0.16 | 308.8 | 0.81 | 0.46 |
| Hex | D6 | 17 | BA | 0 | 59 | D | 10 | 135 | 51 | 2E |
| Octal | 326 | 27 | 272 | 0 | 131 | 15 | 20 | 465 | 121 | 56 |
| Binary | 11010110 | 10111 | 10111010 | 0 | 1011001 | 1101 | 10000 | 100110101 | 1010001 | 101110 |
Color Harmonies of #D617BA
Complementary color
Monochromatic Colors of #D617BA
Black with #D617BA
Text Example
Text Example
White with #D617BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617BA; }
p { color: rgb(214,23,186); }
H1.HeaderClassName
{
color: #D617BA;
}
.AnyTagClassName
{
color: #D617BA;
}
</style>
background-color css
<style>
a { background-color: #D617BA; }
a { background-color: rgb(214,23,186); }
div.DivClassName
{
background-color: #D617BA;
}
.BgClassName
{
background-color: #D617BA;
}
</style>
border-color css
<style>
span { border-color: #D617BA; }
span { border-color: rgb(214,23,186); }
td.TdClassName
{
border-color: #D617BA;
}
.TagClassName
{
border-color: #D617BA;
}
</style>