Shades of Deep Magenta #D50FDF
Tints of Deep Magenta #D50FDF
RGB
CMYK
RGB Variations
Color information
#D50FDF (or 0xD50FDF) is known color: Deep Magenta. HEX triplet: D5, 0F and DF. RGB value is (213,15,223). Sum of RGB (Red+Green+Blue) = 213+15+223=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #D50FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FDF is #2AF020. Grayscale: #616161. Windows color (decimal): -2813985 or 14618581. OLE color: 14618581.
HSL color Cylindrical-coordinate representation of color #D50FDF: hue angle of 297.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FDF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 15 | 223 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.13 |
| HSL | 297.12º | 0.87% | 0.47% | - |
| HSV(B) | 297.12º | 0.93% | 0.87% | - |
| XYZ | 40.93 | 19.82 | 71.48 | - |
| YUV | 97.91 | 198.6 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 223 | 0.04 | 0.93 | 0 | 0.13 | 297.12 | 0.87 | 0.47 |
| Hex | D5 | F | DF | 4 | 5D | 0 | D | 129 | 57 | 2F |
| Octal | 325 | 17 | 337 | 4 | 135 | 0 | 15 | 451 | 127 | 57 |
| Binary | 11010101 | 1111 | 11011111 | 100 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101111 |
Color Harmonies of #D50FDF
Complementary color
Monochromatic Colors of #D50FDF
Black with #D50FDF
Text Example
Text Example
White with #D50FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FDF; }
p { color: rgb(213,15,223); }
H1.HeaderClassName
{
color: #D50FDF;
}
.AnyTagClassName
{
color: #D50FDF;
}
</style>
background-color css
<style>
a { background-color: #D50FDF; }
a { background-color: rgb(213,15,223); }
div.DivClassName
{
background-color: #D50FDF;
}
.BgClassName
{
background-color: #D50FDF;
}
</style>
border-color css
<style>
span { border-color: #D50FDF; }
span { border-color: rgb(213,15,223); }
td.TdClassName
{
border-color: #D50FDF;
}
.TagClassName
{
border-color: #D50FDF;
}
</style>