Shades of Deep Magenta #D519CD
Tints of Deep Magenta #D519CD
RGB
CMYK
RGB Variations
Color information
#D519CD (or 0xD519CD) is known color: Deep Magenta. HEX triplet: D5, 19 and CD. RGB value is (213,25,205). Sum of RGB (Red+Green+Blue) = 213+25+205=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D519CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519CD is #2AE632. Grayscale: #656565. Windows color (decimal): -2811443 or 13441493. OLE color: 13441493.
HSL color Cylindrical-coordinate representation of color #D519CD: hue angle of 302.55º 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 #D519CD is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 205 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.16 |
| HSL | 302.55º | 0.79% | 0.47% | - |
| HSV(B) | 302.55º | 0.88% | 0.84% | - |
| XYZ | 38.81 | 19.25 | 59.43 | - |
| YUV | 101.73 | 186.28 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 205 | 0 | 0.88 | 0.04 | 0.16 | 302.55 | 0.79 | 0.47 |
| Hex | D5 | 19 | CD | 0 | 58 | 4 | 10 | 12F | 4F | 2F |
| Octal | 325 | 31 | 315 | 0 | 130 | 4 | 20 | 457 | 117 | 57 |
| Binary | 11010101 | 11001 | 11001101 | 0 | 1011000 | 100 | 10000 | 100101111 | 1001111 | 101111 |
Color Harmonies of #D519CD
Complementary color
Monochromatic Colors of #D519CD
Black with #D519CD
Text Example
Text Example
White with #D519CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519CD; }
p { color: rgb(213,25,205); }
H1.HeaderClassName
{
color: #D519CD;
}
.AnyTagClassName
{
color: #D519CD;
}
</style>
background-color css
<style>
a { background-color: #D519CD; }
a { background-color: rgb(213,25,205); }
div.DivClassName
{
background-color: #D519CD;
}
.BgClassName
{
background-color: #D519CD;
}
</style>
border-color css
<style>
span { border-color: #D519CD; }
span { border-color: rgb(213,25,205); }
td.TdClassName
{
border-color: #D519CD;
}
.TagClassName
{
border-color: #D519CD;
}
</style>