Shades of Deep Magenta #D616CE
Tints of Deep Magenta #D616CE
RGB
CMYK
RGB Variations
Color information
#D616CE (or 0xD616CE) is known color: Deep Magenta. HEX triplet: D6, 16 and CE. RGB value is (214,22,206). Sum of RGB (Red+Green+Blue) = 214+22+206=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D616CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616CE is #29E931. Grayscale: #636363. Windows color (decimal): -2746674 or 13506262. OLE color: 13506262.
HSL color Cylindrical-coordinate representation of color #D616CE: hue angle of 302.5º 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 #D616CE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.5º | 0.81% | 0.46% | - |
| HSV(B) | 302.5º | 0.9% | 0.84% | - |
| XYZ | 39.16 | 19.33 | 60.06 | - |
| YUV | 100.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 206 | 0 | 0.90 | 0.04 | 0.16 | 302.5 | 0.81 | 0.46 |
| Hex | D6 | 16 | CE | 0 | 5A | 4 | 10 | 12E | 51 | 2E |
| Octal | 326 | 26 | 316 | 0 | 132 | 4 | 20 | 456 | 121 | 56 |
| Binary | 11010110 | 10110 | 11001110 | 0 | 1011010 | 100 | 10000 | 100101110 | 1010001 | 101110 |
Color Harmonies of #D616CE
Complementary color
Monochromatic Colors of #D616CE
Black with #D616CE
Text Example
Text Example
White with #D616CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D616CE; }
p { color: rgb(214,22,206); }
H1.HeaderClassName
{
color: #D616CE;
}
.AnyTagClassName
{
color: #D616CE;
}
</style>
background-color css
<style>
a { background-color: #D616CE; }
a { background-color: rgb(214,22,206); }
div.DivClassName
{
background-color: #D616CE;
}
.BgClassName
{
background-color: #D616CE;
}
</style>
border-color css
<style>
span { border-color: #D616CE; }
span { border-color: rgb(214,22,206); }
td.TdClassName
{
border-color: #D616CE;
}
.TagClassName
{
border-color: #D616CE;
}
</style>