Shades of Deep Magenta #D513AF
Tints of Deep Magenta #D513AF
RGB
CMYK
RGB Variations
Color information
#D513AF (or 0xD513AF) is known color: Deep Magenta. HEX triplet: D5, 13 and AF. RGB value is (213,19,175). Sum of RGB (Red+Green+Blue) = 213+19+175=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D513AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D513AF is #2AEC50. Grayscale: #5E5E5E. Windows color (decimal): -2813009 or 11473877. OLE color: 11473877.
HSL color Cylindrical-coordinate representation of color #D513AF: hue angle of 311.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513AF is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 175 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 311.75º | 0.84% | 0.45% | - |
| HSV(B) | 311.75º | 0.91% | 0.84% | - |
| XYZ | 35.41 | 17.71 | 42.11 | - |
| YUV | 94.79 | 173.27 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 175 | 0 | 0.91 | 0.18 | 0.16 | 311.75 | 0.84 | 0.45 |
| Hex | D5 | 13 | AF | 0 | 5B | 12 | 10 | 138 | 54 | 2D |
| Octal | 325 | 23 | 257 | 0 | 133 | 22 | 20 | 470 | 124 | 55 |
| Binary | 11010101 | 10011 | 10101111 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010100 | 101101 |
Color Harmonies of #D513AF
Complementary color
Monochromatic Colors of #D513AF
Black with #D513AF
Text Example
Text Example
White with #D513AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513AF; }
p { color: rgb(213,19,175); }
H1.HeaderClassName
{
color: #D513AF;
}
.AnyTagClassName
{
color: #D513AF;
}
</style>
background-color css
<style>
a { background-color: #D513AF; }
a { background-color: rgb(213,19,175); }
div.DivClassName
{
background-color: #D513AF;
}
.BgClassName
{
background-color: #D513AF;
}
</style>
border-color css
<style>
span { border-color: #D513AF; }
span { border-color: rgb(213,19,175); }
td.TdClassName
{
border-color: #D513AF;
}
.TagClassName
{
border-color: #D513AF;
}
</style>