Shades of Deep Magenta #D513DF
Tints of Deep Magenta #D513DF
RGB
CMYK
RGB Variations
Color information
#D513DF (or 0xD513DF) is known color: Deep Magenta. HEX triplet: D5, 13 and DF. RGB value is (213,19,223). Sum of RGB (Red+Green+Blue) = 213+19+223=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #D513DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513DF is #2AEC20. Grayscale: #636363. Windows color (decimal): -2812961 or 14619605. OLE color: 14619605.
HSL color Cylindrical-coordinate representation of color #D513DF: hue angle of 297.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513DF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 19 | 223 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.13 |
| HSL | 297.06º | 0.84% | 0.47% | - |
| HSV(B) | 297.06º | 0.91% | 0.87% | - |
| XYZ | 40.99 | 19.94 | 71.5 | - |
| YUV | 100.26 | 197.27 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 223 | 0.04 | 0.91 | 0 | 0.13 | 297.06 | 0.84 | 0.47 |
| Hex | D5 | 13 | DF | 4 | 5B | 0 | D | 129 | 54 | 2F |
| Octal | 325 | 23 | 337 | 4 | 133 | 0 | 15 | 451 | 124 | 57 |
| Binary | 11010101 | 10011 | 11011111 | 100 | 1011011 | 0 | 1101 | 100101001 | 1010100 | 101111 |
Color Harmonies of #D513DF
Complementary color
Monochromatic Colors of #D513DF
Black with #D513DF
Text Example
Text Example
White with #D513DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513DF; }
p { color: rgb(213,19,223); }
H1.HeaderClassName
{
color: #D513DF;
}
.AnyTagClassName
{
color: #D513DF;
}
</style>
background-color css
<style>
a { background-color: #D513DF; }
a { background-color: rgb(213,19,223); }
div.DivClassName
{
background-color: #D513DF;
}
.BgClassName
{
background-color: #D513DF;
}
</style>
border-color css
<style>
span { border-color: #D513DF; }
span { border-color: rgb(213,19,223); }
td.TdClassName
{
border-color: #D513DF;
}
.TagClassName
{
border-color: #D513DF;
}
</style>