Shades of Deep Magenta #D50DE2
Tints of Deep Magenta #D50DE2
RGB
CMYK
RGB Variations
Color information
#D50DE2 (or 0xD50DE2) is known color: Deep Magenta. HEX triplet: D5, 0D and E2. RGB value is (213,13,226). Sum of RGB (Red+Green+Blue) = 213+13+226=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #D50DE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DE2 is #2AF21D. Grayscale: #606060. Windows color (decimal): -2814494 or 14814677. OLE color: 14814677.
HSL color Cylindrical-coordinate representation of color #D50DE2: hue angle of 296.34º degrees, saturation: 0.89, 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 #D50DE2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 13 | 226 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.11 |
| HSL | 296.34º | 0.89% | 0.47% | - |
| HSV(B) | 296.34º | 0.94% | 0.89% | - |
| XYZ | 41.31 | 19.92 | 73.62 | - |
| YUV | 97.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 226 | 0.06 | 0.94 | 0 | 0.11 | 296.34 | 0.89 | 0.47 |
| Hex | D5 | D | E2 | 6 | 5E | 0 | B | 128 | 59 | 2F |
| Octal | 325 | 15 | 342 | 6 | 136 | 0 | 13 | 450 | 131 | 57 |
| Binary | 11010101 | 1101 | 11100010 | 110 | 1011110 | 0 | 1011 | 100101000 | 1011001 | 101111 |
Color Harmonies of #D50DE2
Complementary color
Monochromatic Colors of #D50DE2
Black with #D50DE2
Text Example
Text Example
White with #D50DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DE2; }
p { color: rgb(213,13,226); }
H1.HeaderClassName
{
color: #D50DE2;
}
.AnyTagClassName
{
color: #D50DE2;
}
</style>
background-color css
<style>
a { background-color: #D50DE2; }
a { background-color: rgb(213,13,226); }
div.DivClassName
{
background-color: #D50DE2;
}
.BgClassName
{
background-color: #D50DE2;
}
</style>
border-color css
<style>
span { border-color: #D50DE2; }
span { border-color: rgb(213,13,226); }
td.TdClassName
{
border-color: #D50DE2;
}
.TagClassName
{
border-color: #D50DE2;
}
</style>