Shades of Deep Magenta #D50FDC
Tints of Deep Magenta #D50FDC
RGB
CMYK
RGB Variations
Color information
#D50FDC (or 0xD50FDC) is known color: Deep Magenta. HEX triplet: D5, 0F and DC. RGB value is (213,15,220). Sum of RGB (Red+Green+Blue) = 213+15+220=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #D50FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FDC is #2AF023. Grayscale: #606060. Windows color (decimal): -2813988 or 14421973. OLE color: 14421973.
HSL color Cylindrical-coordinate representation of color #D50FDC: hue angle of 297.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FDC is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 15 | 220 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.14 |
| HSL | 297.95º | 0.87% | 0.46% | - |
| HSV(B) | 297.95º | 0.93% | 0.86% | - |
| XYZ | 40.53 | 19.66 | 69.37 | - |
| YUV | 97.57 | 197.1 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 220 | 0.03 | 0.93 | 0 | 0.14 | 297.95 | 0.87 | 0.46 |
| Hex | D5 | F | DC | 3 | 5D | 0 | E | 12A | 57 | 2E |
| Octal | 325 | 17 | 334 | 3 | 135 | 0 | 16 | 452 | 127 | 56 |
| Binary | 11010101 | 1111 | 11011100 | 11 | 1011101 | 0 | 1110 | 100101010 | 1010111 | 101110 |
Color Harmonies of #D50FDC
Complementary color
Monochromatic Colors of #D50FDC
Black with #D50FDC
Text Example
Text Example
White with #D50FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FDC; }
p { color: rgb(213,15,220); }
H1.HeaderClassName
{
color: #D50FDC;
}
.AnyTagClassName
{
color: #D50FDC;
}
</style>
background-color css
<style>
a { background-color: #D50FDC; }
a { background-color: rgb(213,15,220); }
div.DivClassName
{
background-color: #D50FDC;
}
.BgClassName
{
background-color: #D50FDC;
}
</style>
border-color css
<style>
span { border-color: #D50FDC; }
span { border-color: rgb(213,15,220); }
td.TdClassName
{
border-color: #D50FDC;
}
.TagClassName
{
border-color: #D50FDC;
}
</style>