Shades of Deep Magenta #D716C0
Tints of Deep Magenta #D716C0
RGB
CMYK
RGB Variations
Color information
#D716C0 (or 0xD716C0) is known color: Deep Magenta. HEX triplet: D7, 16 and C0. RGB value is (215,22,192). Sum of RGB (Red+Green+Blue) = 215+22+192=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D716C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716C0 is #28E93F. Grayscale: #626262. Windows color (decimal): -2681152 or 12588759. OLE color: 12588759.
HSL color Cylindrical-coordinate representation of color #D716C0: hue angle of 307.15º 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 #D716C0 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 192 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.15º | 0.81% | 0.46% | - |
| HSV(B) | 307.15º | 0.9% | 0.84% | - |
| XYZ | 37.83 | 18.83 | 51.51 | - |
| YUV | 99.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 192 | 0 | 0.90 | 0.11 | 0.16 | 307.15 | 0.81 | 0.46 |
| Hex | D7 | 16 | C0 | 0 | 5A | B | 10 | 133 | 51 | 2E |
| Octal | 327 | 26 | 300 | 0 | 132 | 13 | 20 | 463 | 121 | 56 |
| Binary | 11010111 | 10110 | 11000000 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D716C0
Complementary color
Monochromatic Colors of #D716C0
Black with #D716C0
Text Example
Text Example
White with #D716C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716C0; }
p { color: rgb(215,22,192); }
H1.HeaderClassName
{
color: #D716C0;
}
.AnyTagClassName
{
color: #D716C0;
}
</style>
background-color css
<style>
a { background-color: #D716C0; }
a { background-color: rgb(215,22,192); }
div.DivClassName
{
background-color: #D716C0;
}
.BgClassName
{
background-color: #D716C0;
}
</style>
border-color css
<style>
span { border-color: #D716C0; }
span { border-color: rgb(215,22,192); }
td.TdClassName
{
border-color: #D716C0;
}
.TagClassName
{
border-color: #D716C0;
}
</style>