Shades of Deep Magenta #D516B3
Tints of Deep Magenta #D516B3
RGB
CMYK
RGB Variations
Color information
#D516B3 (or 0xD516B3) is known color: Deep Magenta. HEX triplet: D5, 16 and B3. RGB value is (213,22,179). Sum of RGB (Red+Green+Blue) = 213+22+179=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516B3 is #2AE94C. Grayscale: #606060. Windows color (decimal): -2812237 or 11736789. OLE color: 11736789.
HSL color Cylindrical-coordinate representation of color #D516B3: hue angle of 310.68º 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 #D516B3 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 179 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.16 |
| HSL | 310.68º | 0.81% | 0.46% | - |
| HSV(B) | 310.68º | 0.9% | 0.84% | - |
| XYZ | 35.86 | 17.97 | 44.23 | - |
| YUV | 97.01 | 174.28 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 179 | 0 | 0.90 | 0.16 | 0.16 | 310.68 | 0.81 | 0.46 |
| Hex | D5 | 16 | B3 | 0 | 5A | 10 | 10 | 137 | 51 | 2E |
| Octal | 325 | 26 | 263 | 0 | 132 | 20 | 20 | 467 | 121 | 56 |
| Binary | 11010101 | 10110 | 10110011 | 0 | 1011010 | 10000 | 10000 | 100110111 | 1010001 | 101110 |
Color Harmonies of #D516B3
Complementary color
Monochromatic Colors of #D516B3
Black with #D516B3
Text Example
Text Example
White with #D516B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516B3; }
p { color: rgb(213,22,179); }
H1.HeaderClassName
{
color: #D516B3;
}
.AnyTagClassName
{
color: #D516B3;
}
</style>
background-color css
<style>
a { background-color: #D516B3; }
a { background-color: rgb(213,22,179); }
div.DivClassName
{
background-color: #D516B3;
}
.BgClassName
{
background-color: #D516B3;
}
</style>
border-color css
<style>
span { border-color: #D516B3; }
span { border-color: rgb(213,22,179); }
td.TdClassName
{
border-color: #D516B3;
}
.TagClassName
{
border-color: #D516B3;
}
</style>