Shades of Deep Magenta #D50EE0
Tints of Deep Magenta #D50EE0
RGB
CMYK
RGB Variations
Color information
#D50EE0 (or 0xD50EE0) is known color: Deep Magenta. HEX triplet: D5, 0E and E0. RGB value is (213,14,224). Sum of RGB (Red+Green+Blue) = 213+14+224=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #D50EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EE0 is #2AF11F. Grayscale: #606060. Windows color (decimal): -2814240 or 14683861. OLE color: 14683861.
HSL color Cylindrical-coordinate representation of color #D50EE0: hue angle of 296.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EE0 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 14 | 224 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.12 |
| HSL | 296.86º | 0.88% | 0.47% | - |
| HSV(B) | 296.86º | 0.94% | 0.88% | - |
| XYZ | 41.05 | 19.84 | 72.19 | - |
| YUV | 97.44 | 199.43 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 224 | 0.05 | 0.94 | 0 | 0.12 | 296.86 | 0.88 | 0.47 |
| Hex | D5 | E | E0 | 5 | 5E | 0 | C | 129 | 58 | 2F |
| Octal | 325 | 16 | 340 | 5 | 136 | 0 | 14 | 451 | 130 | 57 |
| Binary | 11010101 | 1110 | 11100000 | 101 | 1011110 | 0 | 1100 | 100101001 | 1011000 | 101111 |
Color Harmonies of #D50EE0
Complementary color
Monochromatic Colors of #D50EE0
Black with #D50EE0
Text Example
Text Example
White with #D50EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EE0; }
p { color: rgb(213,14,224); }
H1.HeaderClassName
{
color: #D50EE0;
}
.AnyTagClassName
{
color: #D50EE0;
}
</style>
background-color css
<style>
a { background-color: #D50EE0; }
a { background-color: rgb(213,14,224); }
div.DivClassName
{
background-color: #D50EE0;
}
.BgClassName
{
background-color: #D50EE0;
}
</style>
border-color css
<style>
span { border-color: #D50EE0; }
span { border-color: rgb(213,14,224); }
td.TdClassName
{
border-color: #D50EE0;
}
.TagClassName
{
border-color: #D50EE0;
}
</style>