Shades of Deep Magenta #D518E1
Tints of Deep Magenta #D518E1
RGB
CMYK
RGB Variations
Color information
#D518E1 (or 0xD518E1) is known color: Deep Magenta. HEX triplet: D5, 18 and E1. RGB value is (213,24,225). Sum of RGB (Red+Green+Blue) = 213+24+225=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #D518E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D518E1 is #2AE71E. Grayscale: #666666. Windows color (decimal): -2811679 or 14751957. OLE color: 14751957.
HSL color Cylindrical-coordinate representation of color #D518E1: hue angle of 296.42º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518E1 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 24 | 225 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.12 |
| HSL | 296.42º | 0.81% | 0.49% | - |
| HSV(B) | 296.42º | 0.89% | 0.88% | - |
| XYZ | 41.36 | 20.24 | 72.96 | - |
| YUV | 103.43 | 196.62 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 225 | 0.05 | 0.89 | 0 | 0.12 | 296.42 | 0.81 | 0.49 |
| Hex | D5 | 18 | E1 | 5 | 59 | 0 | C | 128 | 51 | 31 |
| Octal | 325 | 30 | 341 | 5 | 131 | 0 | 14 | 450 | 121 | 61 |
| Binary | 11010101 | 11000 | 11100001 | 101 | 1011001 | 0 | 1100 | 100101000 | 1010001 | 110001 |
Color Harmonies of #D518E1
Complementary color
Monochromatic Colors of #D518E1
Black with #D518E1
Text Example
Text Example
White with #D518E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518E1; }
p { color: rgb(213,24,225); }
H1.HeaderClassName
{
color: #D518E1;
}
.AnyTagClassName
{
color: #D518E1;
}
</style>
background-color css
<style>
a { background-color: #D518E1; }
a { background-color: rgb(213,24,225); }
div.DivClassName
{
background-color: #D518E1;
}
.BgClassName
{
background-color: #D518E1;
}
</style>
border-color css
<style>
span { border-color: #D518E1; }
span { border-color: rgb(213,24,225); }
td.TdClassName
{
border-color: #D518E1;
}
.TagClassName
{
border-color: #D518E1;
}
</style>