Shades of Deep Magenta #D50EDC
Tints of Deep Magenta #D50EDC
RGB
CMYK
RGB Variations
Color information
#D50EDC (or 0xD50EDC) is known color: Deep Magenta. HEX triplet: D5, 0E and DC. RGB value is (213,14,220). Sum of RGB (Red+Green+Blue) = 213+14+220=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #D50EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50EDC is #2AF123. Grayscale: #606060. Windows color (decimal): -2814244 or 14421717. OLE color: 14421717.
HSL color Cylindrical-coordinate representation of color #D50EDC: hue angle of 297.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EDC is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 14 | 220 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.14 |
| HSL | 297.96º | 0.88% | 0.46% | - |
| HSV(B) | 297.96º | 0.94% | 0.86% | - |
| XYZ | 40.52 | 19.63 | 69.36 | - |
| YUV | 96.99 | 197.43 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 220 | 0.03 | 0.94 | 0 | 0.14 | 297.96 | 0.88 | 0.46 |
| Hex | D5 | E | DC | 3 | 5E | 0 | E | 12A | 58 | 2E |
| Octal | 325 | 16 | 334 | 3 | 136 | 0 | 16 | 452 | 130 | 56 |
| Binary | 11010101 | 1110 | 11011100 | 11 | 1011110 | 0 | 1110 | 100101010 | 1011000 | 101110 |
Color Harmonies of #D50EDC
Complementary color
Monochromatic Colors of #D50EDC
Black with #D50EDC
Text Example
Text Example
White with #D50EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EDC; }
p { color: rgb(213,14,220); }
H1.HeaderClassName
{
color: #D50EDC;
}
.AnyTagClassName
{
color: #D50EDC;
}
</style>
background-color css
<style>
a { background-color: #D50EDC; }
a { background-color: rgb(213,14,220); }
div.DivClassName
{
background-color: #D50EDC;
}
.BgClassName
{
background-color: #D50EDC;
}
</style>
border-color css
<style>
span { border-color: #D50EDC; }
span { border-color: rgb(213,14,220); }
td.TdClassName
{
border-color: #D50EDC;
}
.TagClassName
{
border-color: #D50EDC;
}
</style>