Shades of Deep Magenta #D516BF
Tints of Deep Magenta #D516BF
RGB
CMYK
RGB Variations
Color information
#D516BF (or 0xD516BF) is known color: Deep Magenta. HEX triplet: D5, 16 and BF. RGB value is (213,22,191). Sum of RGB (Red+Green+Blue) = 213+22+191=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D516BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516BF is #2AE940. Grayscale: #616161. Windows color (decimal): -2812225 or 12523221. OLE color: 12523221.
HSL color Cylindrical-coordinate representation of color #D516BF: hue angle of 306.91º 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 #D516BF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 191 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.16 |
| HSL | 306.91º | 0.81% | 0.46% | - |
| HSV(B) | 306.91º | 0.9% | 0.84% | - |
| XYZ | 37.13 | 18.48 | 50.9 | - |
| YUV | 98.38 | 180.28 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 191 | 0 | 0.90 | 0.10 | 0.16 | 306.91 | 0.81 | 0.46 |
| Hex | D5 | 16 | BF | 0 | 5A | A | 10 | 133 | 51 | 2E |
| Octal | 325 | 26 | 277 | 0 | 132 | 12 | 20 | 463 | 121 | 56 |
| Binary | 11010101 | 10110 | 10111111 | 0 | 1011010 | 1010 | 10000 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D516BF
Complementary color
Monochromatic Colors of #D516BF
Black with #D516BF
Text Example
Text Example
White with #D516BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516BF; }
p { color: rgb(213,22,191); }
H1.HeaderClassName
{
color: #D516BF;
}
.AnyTagClassName
{
color: #D516BF;
}
</style>
background-color css
<style>
a { background-color: #D516BF; }
a { background-color: rgb(213,22,191); }
div.DivClassName
{
background-color: #D516BF;
}
.BgClassName
{
background-color: #D516BF;
}
</style>
border-color css
<style>
span { border-color: #D516BF; }
span { border-color: rgb(213,22,191); }
td.TdClassName
{
border-color: #D516BF;
}
.TagClassName
{
border-color: #D516BF;
}
</style>