Shades of Deep Magenta #D50FCD
Tints of Deep Magenta #D50FCD
RGB
CMYK
RGB Variations
Color information
#D50FCD (or 0xD50FCD) is known color: Deep Magenta. HEX triplet: D5, 0F and CD. RGB value is (213,15,205). Sum of RGB (Red+Green+Blue) = 213+15+205=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 15 (6.25% from 255 or 3.46% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FCD is #2AF032. Grayscale: #5F5F5F. Windows color (decimal): -2814003 or 13438933. OLE color: 13438933.
HSL color Cylindrical-coordinate representation of color #D50FCD: hue angle of 302.42º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FCD is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.16 |
| HSL | 302.42º | 0.87% | 0.45% | - |
| HSV(B) | 302.42º | 0.93% | 0.84% | - |
| XYZ | 38.63 | 18.9 | 59.37 | - |
| YUV | 95.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 205 | 0 | 0.93 | 0.04 | 0.16 | 302.42 | 0.87 | 0.45 |
| Hex | D5 | F | CD | 0 | 5D | 4 | 10 | 12E | 57 | 2D |
| Octal | 325 | 17 | 315 | 0 | 135 | 4 | 20 | 456 | 127 | 55 |
| Binary | 11010101 | 1111 | 11001101 | 0 | 1011101 | 100 | 10000 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D50FCD
Complementary color
Monochromatic Colors of #D50FCD
Black with #D50FCD
Text Example
Text Example
White with #D50FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FCD; }
p { color: rgb(213,15,205); }
H1.HeaderClassName
{
color: #D50FCD;
}
.AnyTagClassName
{
color: #D50FCD;
}
</style>
background-color css
<style>
a { background-color: #D50FCD; }
a { background-color: rgb(213,15,205); }
div.DivClassName
{
background-color: #D50FCD;
}
.BgClassName
{
background-color: #D50FCD;
}
</style>
border-color css
<style>
span { border-color: #D50FCD; }
span { border-color: rgb(213,15,205); }
td.TdClassName
{
border-color: #D50FCD;
}
.TagClassName
{
border-color: #D50FCD;
}
</style>