Shades of Deep Magenta #D516C6
Tints of Deep Magenta #D516C6
RGB
CMYK
RGB Variations
Color information
#D516C6 (or 0xD516C6) is known color: Deep Magenta. HEX triplet: D5, 16 and C6. RGB value is (213,22,198). Sum of RGB (Red+Green+Blue) = 213+22+198=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D516C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516C6 is #2AE939. Grayscale: #626262. Windows color (decimal): -2812218 or 12981973. OLE color: 12981973.
HSL color Cylindrical-coordinate representation of color #D516C6: hue angle of 304.71º 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 #D516C6 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 198 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.16 |
| HSL | 304.71º | 0.81% | 0.46% | - |
| HSV(B) | 304.71º | 0.9% | 0.84% | - |
| XYZ | 37.92 | 18.8 | 55.06 | - |
| YUV | 99.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 198 | 0 | 0.90 | 0.07 | 0.16 | 304.71 | 0.81 | 0.46 |
| Hex | D5 | 16 | C6 | 0 | 5A | 7 | 10 | 131 | 51 | 2E |
| Octal | 325 | 26 | 306 | 0 | 132 | 7 | 20 | 461 | 121 | 56 |
| Binary | 11010101 | 10110 | 11000110 | 0 | 1011010 | 111 | 10000 | 100110001 | 1010001 | 101110 |
Color Harmonies of #D516C6
Complementary color
Monochromatic Colors of #D516C6
Black with #D516C6
Text Example
Text Example
White with #D516C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516C6; }
p { color: rgb(213,22,198); }
H1.HeaderClassName
{
color: #D516C6;
}
.AnyTagClassName
{
color: #D516C6;
}
</style>
background-color css
<style>
a { background-color: #D516C6; }
a { background-color: rgb(213,22,198); }
div.DivClassName
{
background-color: #D516C6;
}
.BgClassName
{
background-color: #D516C6;
}
</style>
border-color css
<style>
span { border-color: #D516C6; }
span { border-color: rgb(213,22,198); }
td.TdClassName
{
border-color: #D516C6;
}
.TagClassName
{
border-color: #D516C6;
}
</style>