Shades of Deep Magenta #D616CF
Tints of Deep Magenta #D616CF
RGB
CMYK
RGB Variations
Color information
#D616CF (or 0xD616CF) is known color: Deep Magenta. HEX triplet: D6, 16 and CF. RGB value is (214,22,207). Sum of RGB (Red+Green+Blue) = 214+22+207=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D616CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616CF is #29E930. Grayscale: #636363. Windows color (decimal): -2746673 or 13571798. OLE color: 13571798.
HSL color Cylindrical-coordinate representation of color #D616CF: hue angle of 302.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 #D616CF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 207 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.16 |
| HSL | 302.19º | 0.81% | 0.46% | - |
| HSV(B) | 302.19º | 0.9% | 0.84% | - |
| XYZ | 39.28 | 19.37 | 60.7 | - |
| YUV | 100.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 207 | 0 | 0.90 | 0.03 | 0.16 | 302.19 | 0.81 | 0.46 |
| Hex | D6 | 16 | CF | 0 | 5A | 3 | 10 | 12E | 51 | 2E |
| Octal | 326 | 26 | 317 | 0 | 132 | 3 | 20 | 456 | 121 | 56 |
| Binary | 11010110 | 10110 | 11001111 | 0 | 1011010 | 11 | 10000 | 100101110 | 1010001 | 101110 |
Color Harmonies of #D616CF
Complementary color
Monochromatic Colors of #D616CF
Black with #D616CF
Text Example
Text Example
White with #D616CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616CF; }
p { color: rgb(214,22,207); }
H1.HeaderClassName
{
color: #D616CF;
}
.AnyTagClassName
{
color: #D616CF;
}
</style>
background-color css
<style>
a { background-color: #D616CF; }
a { background-color: rgb(214,22,207); }
div.DivClassName
{
background-color: #D616CF;
}
.BgClassName
{
background-color: #D616CF;
}
</style>
border-color css
<style>
span { border-color: #D616CF; }
span { border-color: rgb(214,22,207); }
td.TdClassName
{
border-color: #D616CF;
}
.TagClassName
{
border-color: #D616CF;
}
</style>