Shades of Deep Magenta #D50EE2
Tints of Deep Magenta #D50EE2
RGB
CMYK
RGB Variations
Color information
#D50EE2 (or 0xD50EE2) is known color: Deep Magenta. HEX triplet: D5, 0E and E2. RGB value is (213,14,226). Sum of RGB (Red+Green+Blue) = 213+14+226=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #D50EE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EE2 is #2AF11D. Grayscale: #616161. Windows color (decimal): -2814238 or 14814933. OLE color: 14814933.
HSL color Cylindrical-coordinate representation of color #D50EE2: hue angle of 296.32º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EE2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 14 | 226 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.11 |
| HSL | 296.32º | 0.88% | 0.47% | - |
| HSV(B) | 296.32º | 0.94% | 0.89% | - |
| XYZ | 41.33 | 19.95 | 73.62 | - |
| YUV | 97.67 | 200.43 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 226 | 0.06 | 0.94 | 0 | 0.11 | 296.32 | 0.88 | 0.47 |
| Hex | D5 | E | E2 | 6 | 5E | 0 | B | 128 | 58 | 2F |
| Octal | 325 | 16 | 342 | 6 | 136 | 0 | 13 | 450 | 130 | 57 |
| Binary | 11010101 | 1110 | 11100010 | 110 | 1011110 | 0 | 1011 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D50EE2
Complementary color
Monochromatic Colors of #D50EE2
Black with #D50EE2
Text Example
Text Example
White with #D50EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EE2; }
p { color: rgb(213,14,226); }
H1.HeaderClassName
{
color: #D50EE2;
}
.AnyTagClassName
{
color: #D50EE2;
}
</style>
background-color css
<style>
a { background-color: #D50EE2; }
a { background-color: rgb(213,14,226); }
div.DivClassName
{
background-color: #D50EE2;
}
.BgClassName
{
background-color: #D50EE2;
}
</style>
border-color css
<style>
span { border-color: #D50EE2; }
span { border-color: rgb(213,14,226); }
td.TdClassName
{
border-color: #D50EE2;
}
.TagClassName
{
border-color: #D50EE2;
}
</style>