Shades of Deep Magenta #D519B0
Tints of Deep Magenta #D519B0
RGB
CMYK
RGB Variations
Color information
#D519B0 (or 0xD519B0) is known color: Deep Magenta. HEX triplet: D5, 19 and B0. RGB value is (213,25,176). Sum of RGB (Red+Green+Blue) = 213+25+176=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D519B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519B0 is #2AE64F. Grayscale: #626262. Windows color (decimal): -2811472 or 11540949. OLE color: 11540949.
HSL color Cylindrical-coordinate representation of color #D519B0: hue angle of 311.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D519B0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 176 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.16 |
| HSL | 311.81º | 0.79% | 0.47% | - |
| HSV(B) | 311.81º | 0.88% | 0.84% | - |
| XYZ | 35.62 | 17.98 | 42.67 | - |
| YUV | 98.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 176 | 0 | 0.88 | 0.17 | 0.16 | 311.81 | 0.79 | 0.47 |
| Hex | D5 | 19 | B0 | 0 | 58 | 11 | 10 | 138 | 4F | 2F |
| Octal | 325 | 31 | 260 | 0 | 130 | 21 | 20 | 470 | 117 | 57 |
| Binary | 11010101 | 11001 | 10110000 | 0 | 1011000 | 10001 | 10000 | 100111000 | 1001111 | 101111 |
Color Harmonies of #D519B0
Complementary color
Monochromatic Colors of #D519B0
Black with #D519B0
Text Example
Text Example
White with #D519B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519B0; }
p { color: rgb(213,25,176); }
H1.HeaderClassName
{
color: #D519B0;
}
.AnyTagClassName
{
color: #D519B0;
}
</style>
background-color css
<style>
a { background-color: #D519B0; }
a { background-color: rgb(213,25,176); }
div.DivClassName
{
background-color: #D519B0;
}
.BgClassName
{
background-color: #D519B0;
}
</style>
border-color css
<style>
span { border-color: #D519B0; }
span { border-color: rgb(213,25,176); }
td.TdClassName
{
border-color: #D519B0;
}
.TagClassName
{
border-color: #D519B0;
}
</style>