Shades of Deep Magenta #D716CE
Tints of Deep Magenta #D716CE
RGB
CMYK
RGB Variations
Color information
#D716CE (or 0xD716CE) is known color: Deep Magenta. HEX triplet: D7, 16 and CE. RGB value is (215,22,206). Sum of RGB (Red+Green+Blue) = 215+22+206=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D716CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716CE is #28E931. Grayscale: #646464. Windows color (decimal): -2681138 or 13506263. OLE color: 13506263.
HSL color Cylindrical-coordinate representation of color #D716CE: hue angle of 302.8º 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 #D716CE is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.8º | 0.81% | 0.46% | - |
| HSV(B) | 302.8º | 0.9% | 0.84% | - |
| XYZ | 39.45 | 19.48 | 60.07 | - |
| YUV | 100.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 206 | 0 | 0.90 | 0.04 | 0.16 | 302.8 | 0.81 | 0.46 |
| Hex | D7 | 16 | CE | 0 | 5A | 4 | 10 | 12F | 51 | 2E |
| Octal | 327 | 26 | 316 | 0 | 132 | 4 | 20 | 457 | 121 | 56 |
| Binary | 11010111 | 10110 | 11001110 | 0 | 1011010 | 100 | 10000 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D716CE
Complementary color
Monochromatic Colors of #D716CE
Black with #D716CE
Text Example
Text Example
White with #D716CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716CE; }
p { color: rgb(215,22,206); }
H1.HeaderClassName
{
color: #D716CE;
}
.AnyTagClassName
{
color: #D716CE;
}
</style>
background-color css
<style>
a { background-color: #D716CE; }
a { background-color: rgb(215,22,206); }
div.DivClassName
{
background-color: #D716CE;
}
.BgClassName
{
background-color: #D716CE;
}
</style>
border-color css
<style>
span { border-color: #D716CE; }
span { border-color: rgb(215,22,206); }
td.TdClassName
{
border-color: #D716CE;
}
.TagClassName
{
border-color: #D716CE;
}
</style>