Shades of Deep Magenta #D50DC0
Tints of Deep Magenta #D50DC0
RGB
CMYK
RGB Variations
Color information
#D50DC0 (or 0xD50DC0) is known color: Deep Magenta. HEX triplet: D5, 0D and C0. RGB value is (213,13,192). Sum of RGB (Red+Green+Blue) = 213+13+192=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC0 is #2AF23F. Grayscale: #5C5C5C. Windows color (decimal): -2814528 or 12586453. OLE color: 12586453.
HSL color Cylindrical-coordinate representation of color #D50DC0: hue angle of 306.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.16 |
| HSL | 306.3º | 0.88% | 0.44% | - |
| HSV(B) | 306.3º | 0.94% | 0.84% | - |
| XYZ | 37.1 | 18.24 | 51.43 | - |
| YUV | 93.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 192 | 0 | 0.94 | 0.10 | 0.16 | 306.3 | 0.88 | 0.44 |
| Hex | D5 | D | C0 | 0 | 5E | A | 10 | 132 | 58 | 2C |
| Octal | 325 | 15 | 300 | 0 | 136 | 12 | 20 | 462 | 130 | 54 |
| Binary | 11010101 | 1101 | 11000000 | 0 | 1011110 | 1010 | 10000 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D50DC0
Complementary color
Monochromatic Colors of #D50DC0
Black with #D50DC0
Text Example
Text Example
White with #D50DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DC0; }
p { color: rgb(213,13,192); }
H1.HeaderClassName
{
color: #D50DC0;
}
.AnyTagClassName
{
color: #D50DC0;
}
</style>
background-color css
<style>
a { background-color: #D50DC0; }
a { background-color: rgb(213,13,192); }
div.DivClassName
{
background-color: #D50DC0;
}
.BgClassName
{
background-color: #D50DC0;
}
</style>
border-color css
<style>
span { border-color: #D50DC0; }
span { border-color: rgb(213,13,192); }
td.TdClassName
{
border-color: #D50DC0;
}
.TagClassName
{
border-color: #D50DC0;
}
</style>