Shades of Deep Magenta #D519AF
Tints of Deep Magenta #D519AF
RGB
CMYK
RGB Variations
Color information
#D519AF (or 0xD519AF) is known color: Deep Magenta. HEX triplet: D5, 19 and AF. RGB value is (213,25,175). Sum of RGB (Red+Green+Blue) = 213+25+175=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D519AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519AF is #2AE650. Grayscale: #616161. Windows color (decimal): -2811473 or 11475413. OLE color: 11475413.
HSL color Cylindrical-coordinate representation of color #D519AF: hue angle of 312.13º 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 #D519AF is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 175 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.16 |
| HSL | 312.13º | 0.79% | 0.47% | - |
| HSV(B) | 312.13º | 0.88% | 0.84% | - |
| XYZ | 35.53 | 17.94 | 42.15 | - |
| YUV | 98.31 | 171.28 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 175 | 0 | 0.88 | 0.18 | 0.16 | 312.13 | 0.79 | 0.47 |
| Hex | D5 | 19 | AF | 0 | 58 | 12 | 10 | 138 | 4F | 2F |
| Octal | 325 | 31 | 257 | 0 | 130 | 22 | 20 | 470 | 117 | 57 |
| Binary | 11010101 | 11001 | 10101111 | 0 | 1011000 | 10010 | 10000 | 100111000 | 1001111 | 101111 |
Color Harmonies of #D519AF
Complementary color
Monochromatic Colors of #D519AF
Black with #D519AF
Text Example
Text Example
White with #D519AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519AF; }
p { color: rgb(213,25,175); }
H1.HeaderClassName
{
color: #D519AF;
}
.AnyTagClassName
{
color: #D519AF;
}
</style>
background-color css
<style>
a { background-color: #D519AF; }
a { background-color: rgb(213,25,175); }
div.DivClassName
{
background-color: #D519AF;
}
.BgClassName
{
background-color: #D519AF;
}
</style>
border-color css
<style>
span { border-color: #D519AF; }
span { border-color: rgb(213,25,175); }
td.TdClassName
{
border-color: #D519AF;
}
.TagClassName
{
border-color: #D519AF;
}
</style>