Shades of Deep Magenta #D500E0
Tints of Deep Magenta #D500E0
RGB
CMYK
RGB Variations
Color information
#D500E0 (or 0xD500E0) is known color: Deep Magenta. HEX triplet: D5, 00 and E0. RGB value is (213,0,224). Sum of RGB (Red+Green+Blue) = 213+0+224=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #D500E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500E0 is #2AFF1F. Grayscale: #585858. Windows color (decimal): -2817824 or 14680277. OLE color: 14680277.
HSL color Cylindrical-coordinate representation of color #D500E0: hue angle of 297.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500E0 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 0 | 224 | - |
| CMYK | 0.05 | 1 | 0 | 0.12 |
| HSL | 297.05º | 1% | 0.44% | - |
| HSV(B) | 297.05º | 1% | 0.88% | - |
| XYZ | 40.9 | 19.53 | 72.13 | - |
| YUV | 89.22 | 204.07 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 224 | 0.05 | 1 | 0 | 0.12 | 297.05 | 1 | 0.44 |
| Hex | D5 | 0 | E0 | 5 | 64 | 0 | C | 129 | 64 | 2C |
| Octal | 325 | 0 | 340 | 5 | 144 | 0 | 14 | 451 | 144 | 54 |
| Binary | 11010101 | 0 | 11100000 | 101 | 1100100 | 0 | 1100 | 100101001 | 1100100 | 101100 |
Color Harmonies of #D500E0
Complementary color
Monochromatic Colors of #D500E0
Black with #D500E0
Text Example
Text Example
White with #D500E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500E0; }
p { color: rgb(213,0,224); }
H1.HeaderClassName
{
color: #D500E0;
}
.AnyTagClassName
{
color: #D500E0;
}
</style>
background-color css
<style>
a { background-color: #D500E0; }
a { background-color: rgb(213,0,224); }
div.DivClassName
{
background-color: #D500E0;
}
.BgClassName
{
background-color: #D500E0;
}
</style>
border-color css
<style>
span { border-color: #D500E0; }
span { border-color: rgb(213,0,224); }
td.TdClassName
{
border-color: #D500E0;
}
.TagClassName
{
border-color: #D500E0;
}
</style>