Shades of Deep Magenta #D50EDA
Tints of Deep Magenta #D50EDA
RGB
CMYK
RGB Variations
Color information
#D50EDA (or 0xD50EDA) is known color: Deep Magenta. HEX triplet: D5, 0E and DA. RGB value is (213,14,218). Sum of RGB (Red+Green+Blue) = 213+14+218=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #D50EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EDA is #2AF125. Grayscale: #606060. Windows color (decimal): -2814246 or 14290645. OLE color: 14290645.
HSL color Cylindrical-coordinate representation of color #D50EDA: hue angle of 298.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EDA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 14 | 218 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.15 |
| HSL | 298.53º | 0.88% | 0.45% | - |
| HSV(B) | 298.53º | 0.94% | 0.85% | - |
| XYZ | 40.25 | 19.52 | 67.98 | - |
| YUV | 96.76 | 196.43 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 218 | 0.02 | 0.94 | 0 | 0.15 | 298.53 | 0.88 | 0.45 |
| Hex | D5 | E | DA | 2 | 5E | 0 | F | 12B | 58 | 2D |
| Octal | 325 | 16 | 332 | 2 | 136 | 0 | 17 | 453 | 130 | 55 |
| Binary | 11010101 | 1110 | 11011010 | 10 | 1011110 | 0 | 1111 | 100101011 | 1011000 | 101101 |
Color Harmonies of #D50EDA
Complementary color
Monochromatic Colors of #D50EDA
Black with #D50EDA
Text Example
Text Example
White with #D50EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EDA; }
p { color: rgb(213,14,218); }
H1.HeaderClassName
{
color: #D50EDA;
}
.AnyTagClassName
{
color: #D50EDA;
}
</style>
background-color css
<style>
a { background-color: #D50EDA; }
a { background-color: rgb(213,14,218); }
div.DivClassName
{
background-color: #D50EDA;
}
.BgClassName
{
background-color: #D50EDA;
}
</style>
border-color css
<style>
span { border-color: #D50EDA; }
span { border-color: rgb(213,14,218); }
td.TdClassName
{
border-color: #D50EDA;
}
.TagClassName
{
border-color: #D50EDA;
}
</style>