Shades of Deep Magenta #D516BB
Tints of Deep Magenta #D516BB
RGB
CMYK
RGB Variations
Color information
#D516BB (or 0xD516BB) is known color: Deep Magenta. HEX triplet: D5, 16 and BB. RGB value is (213,22,187). Sum of RGB (Red+Green+Blue) = 213+22+187=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D516BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516BB is #2AE944. Grayscale: #616161. Windows color (decimal): -2812229 or 12261077. OLE color: 12261077.
HSL color Cylindrical-coordinate representation of color #D516BB: hue angle of 308.17º 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 #D516BB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 187 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 308.17º | 0.81% | 0.46% | - |
| HSV(B) | 308.17º | 0.9% | 0.84% | - |
| XYZ | 36.7 | 18.31 | 48.61 | - |
| YUV | 97.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 187 | 0 | 0.90 | 0.12 | 0.16 | 308.17 | 0.81 | 0.46 |
| Hex | D5 | 16 | BB | 0 | 5A | C | 10 | 134 | 51 | 2E |
| Octal | 325 | 26 | 273 | 0 | 132 | 14 | 20 | 464 | 121 | 56 |
| Binary | 11010101 | 10110 | 10111011 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010001 | 101110 |
Color Harmonies of #D516BB
Complementary color
Monochromatic Colors of #D516BB
Black with #D516BB
Text Example
Text Example
White with #D516BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516BB; }
p { color: rgb(213,22,187); }
H1.HeaderClassName
{
color: #D516BB;
}
.AnyTagClassName
{
color: #D516BB;
}
</style>
background-color css
<style>
a { background-color: #D516BB; }
a { background-color: rgb(213,22,187); }
div.DivClassName
{
background-color: #D516BB;
}
.BgClassName
{
background-color: #D516BB;
}
</style>
border-color css
<style>
span { border-color: #D516BB; }
span { border-color: rgb(213,22,187); }
td.TdClassName
{
border-color: #D516BB;
}
.TagClassName
{
border-color: #D516BB;
}
</style>