Shades of Deep Magenta #D516CD
Tints of Deep Magenta #D516CD
RGB
CMYK
RGB Variations
Color information
#D516CD (or 0xD516CD) is known color: Deep Magenta. HEX triplet: D5, 16 and CD. RGB value is (213,22,205). Sum of RGB (Red+Green+Blue) = 213+22+205=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 22 (8.98% from 255 or 5% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D516CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516CD is #2AE932. Grayscale: #636363. Windows color (decimal): -2812211 or 13440725. OLE color: 13440725.
HSL color Cylindrical-coordinate representation of color #D516CD: hue angle of 302.51º 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 #D516CD is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.16 |
| HSL | 302.51º | 0.81% | 0.46% | - |
| HSV(B) | 302.51º | 0.9% | 0.84% | - |
| XYZ | 38.75 | 19.13 | 59.41 | - |
| YUV | 99.97 | 187.28 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 205 | 0 | 0.90 | 0.04 | 0.16 | 302.51 | 0.81 | 0.46 |
| Hex | D5 | 16 | CD | 0 | 5A | 4 | 10 | 12F | 51 | 2E |
| Octal | 325 | 26 | 315 | 0 | 132 | 4 | 20 | 457 | 121 | 56 |
| Binary | 11010101 | 10110 | 11001101 | 0 | 1011010 | 100 | 10000 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D516CD
Complementary color
Monochromatic Colors of #D516CD
Black with #D516CD
Text Example
Text Example
White with #D516CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516CD; }
p { color: rgb(213,22,205); }
H1.HeaderClassName
{
color: #D516CD;
}
.AnyTagClassName
{
color: #D516CD;
}
</style>
background-color css
<style>
a { background-color: #D516CD; }
a { background-color: rgb(213,22,205); }
div.DivClassName
{
background-color: #D516CD;
}
.BgClassName
{
background-color: #D516CD;
}
</style>
border-color css
<style>
span { border-color: #D516CD; }
span { border-color: rgb(213,22,205); }
td.TdClassName
{
border-color: #D516CD;
}
.TagClassName
{
border-color: #D516CD;
}
</style>