Shades of Deep Magenta #D516B7
Tints of Deep Magenta #D516B7
RGB
CMYK
RGB Variations
Color information
#D516B7 (or 0xD516B7) is known color: Deep Magenta. HEX triplet: D5, 16 and B7. RGB value is (213,22,183). Sum of RGB (Red+Green+Blue) = 213+22+183=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516B7 is #2AE948. Grayscale: #616161. Windows color (decimal): -2812233 or 11998933. OLE color: 11998933.
HSL color Cylindrical-coordinate representation of color #D516B7: hue angle of 309.42º 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 #D516B7 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 183 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.16 |
| HSL | 309.42º | 0.81% | 0.46% | - |
| HSV(B) | 309.42º | 0.9% | 0.84% | - |
| XYZ | 36.27 | 18.14 | 46.39 | - |
| YUV | 97.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 183 | 0 | 0.90 | 0.14 | 0.16 | 309.42 | 0.81 | 0.46 |
| Hex | D5 | 16 | B7 | 0 | 5A | E | 10 | 135 | 51 | 2E |
| Octal | 325 | 26 | 267 | 0 | 132 | 16 | 20 | 465 | 121 | 56 |
| Binary | 11010101 | 10110 | 10110111 | 0 | 1011010 | 1110 | 10000 | 100110101 | 1010001 | 101110 |
Color Harmonies of #D516B7
Complementary color
Monochromatic Colors of #D516B7
Black with #D516B7
Text Example
Text Example
White with #D516B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516B7; }
p { color: rgb(213,22,183); }
H1.HeaderClassName
{
color: #D516B7;
}
.AnyTagClassName
{
color: #D516B7;
}
</style>
background-color css
<style>
a { background-color: #D516B7; }
a { background-color: rgb(213,22,183); }
div.DivClassName
{
background-color: #D516B7;
}
.BgClassName
{
background-color: #D516B7;
}
</style>
border-color css
<style>
span { border-color: #D516B7; }
span { border-color: rgb(213,22,183); }
td.TdClassName
{
border-color: #D516B7;
}
.TagClassName
{
border-color: #D516B7;
}
</style>