Shades of Deep Magenta #D513E5
Tints of Deep Magenta #D513E5
RGB
CMYK
RGB Variations
Color information
#D513E5 (or 0xD513E5) is known color: Deep Magenta. HEX triplet: D5, 13 and E5. RGB value is (213,19,229). Sum of RGB (Red+Green+Blue) = 213+19+229=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #D513E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513E5 is #2AEC1A. Grayscale: #646464. Windows color (decimal): -2812955 or 15012821. OLE color: 15012821.
HSL color Cylindrical-coordinate representation of color #D513E5: hue angle of 295.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D513E5 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 19 | 229 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.10 |
| HSL | 295.43º | 0.85% | 0.49% | - |
| HSV(B) | 295.43º | 0.92% | 0.9% | - |
| XYZ | 41.82 | 20.27 | 75.84 | - |
| YUV | 100.95 | 200.27 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 229 | 0.07 | 0.92 | 0 | 0.10 | 295.43 | 0.85 | 0.49 |
| Hex | D5 | 13 | E5 | 7 | 5C | 0 | A | 127 | 55 | 31 |
| Octal | 325 | 23 | 345 | 7 | 134 | 0 | 12 | 447 | 125 | 61 |
| Binary | 11010101 | 10011 | 11100101 | 111 | 1011100 | 0 | 1010 | 100100111 | 1010101 | 110001 |
Color Harmonies of #D513E5
Complementary color
Monochromatic Colors of #D513E5
Black with #D513E5
Text Example
Text Example
White with #D513E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513E5; }
p { color: rgb(213,19,229); }
H1.HeaderClassName
{
color: #D513E5;
}
.AnyTagClassName
{
color: #D513E5;
}
</style>
background-color css
<style>
a { background-color: #D513E5; }
a { background-color: rgb(213,19,229); }
div.DivClassName
{
background-color: #D513E5;
}
.BgClassName
{
background-color: #D513E5;
}
</style>
border-color css
<style>
span { border-color: #D513E5; }
span { border-color: rgb(213,19,229); }
td.TdClassName
{
border-color: #D513E5;
}
.TagClassName
{
border-color: #D513E5;
}
</style>