Shades of Deep Magenta #D617B7
Tints of Deep Magenta #D617B7
RGB
CMYK
RGB Variations
Color information
#D617B7 (or 0xD617B7) is known color: Deep Magenta. HEX triplet: D6, 17 and B7. RGB value is (214,23,183). Sum of RGB (Red+Green+Blue) = 214+23+183=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D617B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617B7 is #29E848. Grayscale: #616161. Windows color (decimal): -2746441 or 11999190. OLE color: 11999190.
HSL color Cylindrical-coordinate representation of color #D617B7: hue angle of 309.74º 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 #D617B7 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 183 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.16 |
| HSL | 309.74º | 0.81% | 0.46% | - |
| HSV(B) | 309.74º | 0.89% | 0.84% | - |
| XYZ | 36.59 | 18.33 | 46.41 | - |
| YUV | 98.35 | 175.78 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 183 | 0 | 0.89 | 0.14 | 0.16 | 309.74 | 0.81 | 0.46 |
| Hex | D6 | 17 | B7 | 0 | 59 | E | 10 | 136 | 51 | 2E |
| Octal | 326 | 27 | 267 | 0 | 131 | 16 | 20 | 466 | 121 | 56 |
| Binary | 11010110 | 10111 | 10110111 | 0 | 1011001 | 1110 | 10000 | 100110110 | 1010001 | 101110 |
Color Harmonies of #D617B7
Complementary color
Monochromatic Colors of #D617B7
Black with #D617B7
Text Example
Text Example
White with #D617B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617B7; }
p { color: rgb(214,23,183); }
H1.HeaderClassName
{
color: #D617B7;
}
.AnyTagClassName
{
color: #D617B7;
}
</style>
background-color css
<style>
a { background-color: #D617B7; }
a { background-color: rgb(214,23,183); }
div.DivClassName
{
background-color: #D617B7;
}
.BgClassName
{
background-color: #D617B7;
}
</style>
border-color css
<style>
span { border-color: #D617B7; }
span { border-color: rgb(214,23,183); }
td.TdClassName
{
border-color: #D617B7;
}
.TagClassName
{
border-color: #D617B7;
}
</style>