Shades of Deep Magenta #D617C8
Tints of Deep Magenta #D617C8
RGB
CMYK
RGB Variations
Color information
#D617C8 (or 0xD617C8) is known color: Deep Magenta. HEX triplet: D6, 17 and C8. RGB value is (214,23,200). Sum of RGB (Red+Green+Blue) = 214+23+200=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D617C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617C8 is #29E837. Grayscale: #636363. Windows color (decimal): -2746424 or 13113302. OLE color: 13113302.
HSL color Cylindrical-coordinate representation of color #D617C8: hue angle of 304.4º 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 #D617C8 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 200 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.16 |
| HSL | 304.4º | 0.81% | 0.46% | - |
| HSV(B) | 304.4º | 0.89% | 0.84% | - |
| XYZ | 38.46 | 19.08 | 56.3 | - |
| YUV | 100.29 | 184.28 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 200 | 0 | 0.89 | 0.07 | 0.16 | 304.4 | 0.81 | 0.46 |
| Hex | D6 | 17 | C8 | 0 | 59 | 7 | 10 | 130 | 51 | 2E |
| Octal | 326 | 27 | 310 | 0 | 131 | 7 | 20 | 460 | 121 | 56 |
| Binary | 11010110 | 10111 | 11001000 | 0 | 1011001 | 111 | 10000 | 100110000 | 1010001 | 101110 |
Color Harmonies of #D617C8
Complementary color
Monochromatic Colors of #D617C8
Black with #D617C8
Text Example
Text Example
White with #D617C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617C8; }
p { color: rgb(214,23,200); }
H1.HeaderClassName
{
color: #D617C8;
}
.AnyTagClassName
{
color: #D617C8;
}
</style>
background-color css
<style>
a { background-color: #D617C8; }
a { background-color: rgb(214,23,200); }
div.DivClassName
{
background-color: #D617C8;
}
.BgClassName
{
background-color: #D617C8;
}
</style>
border-color css
<style>
span { border-color: #D617C8; }
span { border-color: rgb(214,23,200); }
td.TdClassName
{
border-color: #D617C8;
}
.TagClassName
{
border-color: #D617C8;
}
</style>