Shades of Deep Magenta #D513D1
Tints of Deep Magenta #D513D1
RGB
CMYK
RGB Variations
Color information
#D513D1 (or 0xD513D1) is known color: Deep Magenta. HEX triplet: D5, 13 and D1. RGB value is (213,19,209). Sum of RGB (Red+Green+Blue) = 213+19+209=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D513D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513D1 is #2AEC2E. Grayscale: #626262. Windows color (decimal): -2812975 or 13702101. OLE color: 13702101.
HSL color Cylindrical-coordinate representation of color #D513D1: hue angle of 301.24º 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 #D513D1 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 209 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.16 |
| HSL | 301.24º | 0.84% | 0.45% | - |
| HSV(B) | 301.24º | 0.91% | 0.84% | - |
| XYZ | 39.18 | 19.22 | 61.97 | - |
| YUV | 98.67 | 190.27 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 209 | 0 | 0.91 | 0.02 | 0.16 | 301.24 | 0.84 | 0.45 |
| Hex | D5 | 13 | D1 | 0 | 5B | 2 | 10 | 12D | 54 | 2D |
| Octal | 325 | 23 | 321 | 0 | 133 | 2 | 20 | 455 | 124 | 55 |
| Binary | 11010101 | 10011 | 11010001 | 0 | 1011011 | 10 | 10000 | 100101101 | 1010100 | 101101 |
Color Harmonies of #D513D1
Complementary color
Monochromatic Colors of #D513D1
Black with #D513D1
Text Example
Text Example
White with #D513D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513D1; }
p { color: rgb(213,19,209); }
H1.HeaderClassName
{
color: #D513D1;
}
.AnyTagClassName
{
color: #D513D1;
}
</style>
background-color css
<style>
a { background-color: #D513D1; }
a { background-color: rgb(213,19,209); }
div.DivClassName
{
background-color: #D513D1;
}
.BgClassName
{
background-color: #D513D1;
}
</style>
border-color css
<style>
span { border-color: #D513D1; }
span { border-color: rgb(213,19,209); }
td.TdClassName
{
border-color: #D513D1;
}
.TagClassName
{
border-color: #D513D1;
}
</style>