Shades of Deep Magenta #D519B1
Tints of Deep Magenta #D519B1
RGB
CMYK
RGB Variations
Color information
#D519B1 (or 0xD519B1) is known color: Deep Magenta. HEX triplet: D5, 19 and B1. RGB value is (213,25,177). Sum of RGB (Red+Green+Blue) = 213+25+177=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D519B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519B1 is #2AE64E. Grayscale: #626262. Windows color (decimal): -2811471 or 11606485. OLE color: 11606485.
HSL color Cylindrical-coordinate representation of color #D519B1: hue angle of 311.49º 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 #D519B1 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 177 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.16 |
| HSL | 311.49º | 0.79% | 0.47% | - |
| HSV(B) | 311.49º | 0.88% | 0.84% | - |
| XYZ | 35.72 | 18.02 | 43.19 | - |
| YUV | 98.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 177 | 0 | 0.88 | 0.17 | 0.16 | 311.49 | 0.79 | 0.47 |
| Hex | D5 | 19 | B1 | 0 | 58 | 11 | 10 | 137 | 4F | 2F |
| Octal | 325 | 31 | 261 | 0 | 130 | 21 | 20 | 467 | 117 | 57 |
| Binary | 11010101 | 11001 | 10110001 | 0 | 1011000 | 10001 | 10000 | 100110111 | 1001111 | 101111 |
Color Harmonies of #D519B1
Complementary color
Monochromatic Colors of #D519B1
Black with #D519B1
Text Example
Text Example
White with #D519B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519B1; }
p { color: rgb(213,25,177); }
H1.HeaderClassName
{
color: #D519B1;
}
.AnyTagClassName
{
color: #D519B1;
}
</style>
background-color css
<style>
a { background-color: #D519B1; }
a { background-color: rgb(213,25,177); }
div.DivClassName
{
background-color: #D519B1;
}
.BgClassName
{
background-color: #D519B1;
}
</style>
border-color css
<style>
span { border-color: #D519B1; }
span { border-color: rgb(213,25,177); }
td.TdClassName
{
border-color: #D519B1;
}
.TagClassName
{
border-color: #D519B1;
}
</style>