Shades of Deep Magenta #D516B5
Tints of Deep Magenta #D516B5
RGB
CMYK
RGB Variations
Color information
#D516B5 (or 0xD516B5) is known color: Deep Magenta. HEX triplet: D5, 16 and B5. RGB value is (213,22,181). Sum of RGB (Red+Green+Blue) = 213+22+181=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D516B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D516B5 is #2AE94A. Grayscale: #606060. Windows color (decimal): -2812235 or 11867861. OLE color: 11867861.
HSL color Cylindrical-coordinate representation of color #D516B5: hue angle of 310.05º 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 #D516B5 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 22 | 181 | - |
CMYK | 0 | 0.90 | 0.15 | 0.16 |
HSL | 310.05º | 0.81% | 0.46% | - |
HSV(B) | 310.05º | 0.9% | 0.84% | - |
XYZ | 36.07 | 18.06 | 45.3 | - |
YUV | 97.24 | 175.28 | 210.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 22 | 181 | 0 | 0.90 | 0.15 | 0.16 | 310.05 | 0.81 | 0.46 |
Hex | D5 | 16 | B5 | 0 | 5A | F | 10 | 136 | 51 | 2E |
Octal | 325 | 26 | 265 | 0 | 132 | 17 | 20 | 466 | 121 | 56 |
Binary | 11010101 | 10110 | 10110101 | 0 | 1011010 | 1111 | 10000 | 100110110 | 1010001 | 101110 |
Color Harmonies of #D516B5
Complementary color
Monochromatic Colors of #D516B5
Black with #D516B5
Text Example
Text Example
White with #D516B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516B5; }
p { color: rgb(213,22,181); }
H1.HeaderClassName
{
color: #D516B5;
}
.AnyTagClassName
{
color: #D516B5;
}
</style>
background-color css
<style>
a { background-color: #D516B5; }
a { background-color: rgb(213,22,181); }
div.DivClassName
{
background-color: #D516B5;
}
.BgClassName
{
background-color: #D516B5;
}
</style>
border-color css
<style>
span { border-color: #D516B5; }
span { border-color: rgb(213,22,181); }
td.TdClassName
{
border-color: #D516B5;
}
.TagClassName
{
border-color: #D516B5;
}
</style>