Shades of Deep Magenta #D516E0
Tints of Deep Magenta #D516E0
RGB
CMYK
RGB Variations
Color information
#D516E0 (or 0xD516E0) is known color: Deep Magenta. HEX triplet: D5, 16 and E0. RGB value is (213,22,224). Sum of RGB (Red+Green+Blue) = 213+22+224=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #D516E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516E0 is #2AE91F. Grayscale: #656565. Windows color (decimal): -2812192 or 14685909. OLE color: 14685909.
HSL color Cylindrical-coordinate representation of color #D516E0: hue angle of 296.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516E0 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 22 | 224 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.12 |
| HSL | 296.73º | 0.82% | 0.48% | - |
| HSV(B) | 296.73º | 0.9% | 0.88% | - |
| XYZ | 41.18 | 20.1 | 72.23 | - |
| YUV | 102.14 | 196.78 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 224 | 0.05 | 0.90 | 0 | 0.12 | 296.73 | 0.82 | 0.48 |
| Hex | D5 | 16 | E0 | 5 | 5A | 0 | C | 129 | 52 | 30 |
| Octal | 325 | 26 | 340 | 5 | 132 | 0 | 14 | 451 | 122 | 60 |
| Binary | 11010101 | 10110 | 11100000 | 101 | 1011010 | 0 | 1100 | 100101001 | 1010010 | 110000 |
Color Harmonies of #D516E0
Complementary color
Monochromatic Colors of #D516E0
Black with #D516E0
Text Example
Text Example
White with #D516E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516E0; }
p { color: rgb(213,22,224); }
H1.HeaderClassName
{
color: #D516E0;
}
.AnyTagClassName
{
color: #D516E0;
}
</style>
background-color css
<style>
a { background-color: #D516E0; }
a { background-color: rgb(213,22,224); }
div.DivClassName
{
background-color: #D516E0;
}
.BgClassName
{
background-color: #D516E0;
}
</style>
border-color css
<style>
span { border-color: #D516E0; }
span { border-color: rgb(213,22,224); }
td.TdClassName
{
border-color: #D516E0;
}
.TagClassName
{
border-color: #D516E0;
}
</style>