Shades of Deep Magenta #D516BE
Tints of Deep Magenta #D516BE
RGB
CMYK
RGB Variations
Color information
#D516BE (or 0xD516BE) is known color: Deep Magenta. HEX triplet: D5, 16 and BE. RGB value is (213,22,190). Sum of RGB (Red+Green+Blue) = 213+22+190=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D516BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516BE is #2AE941. Grayscale: #616161. Windows color (decimal): -2812226 or 12457685. OLE color: 12457685.
HSL color Cylindrical-coordinate representation of color #D516BE: hue angle of 307.23º 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 #D516BE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.23º | 0.81% | 0.46% | - |
| HSV(B) | 307.23º | 0.9% | 0.84% | - |
| XYZ | 37.02 | 18.44 | 50.32 | - |
| YUV | 98.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 190 | 0 | 0.90 | 0.11 | 0.16 | 307.23 | 0.81 | 0.46 |
| Hex | D5 | 16 | BE | 0 | 5A | B | 10 | 133 | 51 | 2E |
| Octal | 325 | 26 | 276 | 0 | 132 | 13 | 20 | 463 | 121 | 56 |
| Binary | 11010101 | 10110 | 10111110 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D516BE
Complementary color
Monochromatic Colors of #D516BE
Black with #D516BE
Text Example
Text Example
White with #D516BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516BE; }
p { color: rgb(213,22,190); }
H1.HeaderClassName
{
color: #D516BE;
}
.AnyTagClassName
{
color: #D516BE;
}
</style>
background-color css
<style>
a { background-color: #D516BE; }
a { background-color: rgb(213,22,190); }
div.DivClassName
{
background-color: #D516BE;
}
.BgClassName
{
background-color: #D516BE;
}
</style>
border-color css
<style>
span { border-color: #D516BE; }
span { border-color: rgb(213,22,190); }
td.TdClassName
{
border-color: #D516BE;
}
.TagClassName
{
border-color: #D516BE;
}
</style>