Shades of Deep Magenta #D50FDE
Tints of Deep Magenta #D50FDE
RGB
CMYK
RGB Variations
Color information
#D50FDE (or 0xD50FDE) is known color: Deep Magenta. HEX triplet: D5, 0F and DE. RGB value is (213,15,222). Sum of RGB (Red+Green+Blue) = 213+15+222=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D50FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FDE is #2AF021. Grayscale: #616161. Windows color (decimal): -2813986 or 14553045. OLE color: 14553045.
HSL color Cylindrical-coordinate representation of color #D50FDE: hue angle of 297.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FDE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 15 | 222 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.13 |
| HSL | 297.39º | 0.87% | 0.46% | - |
| HSV(B) | 297.39º | 0.93% | 0.87% | - |
| XYZ | 40.8 | 19.76 | 70.77 | - |
| YUV | 97.8 | 198.1 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 222 | 0.04 | 0.93 | 0 | 0.13 | 297.39 | 0.87 | 0.46 |
| Hex | D5 | F | DE | 4 | 5D | 0 | D | 129 | 57 | 2E |
| Octal | 325 | 17 | 336 | 4 | 135 | 0 | 15 | 451 | 127 | 56 |
| Binary | 11010101 | 1111 | 11011110 | 100 | 1011101 | 0 | 1101 | 100101001 | 1010111 | 101110 |
Color Harmonies of #D50FDE
Complementary color
Monochromatic Colors of #D50FDE
Black with #D50FDE
Text Example
Text Example
White with #D50FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FDE; }
p { color: rgb(213,15,222); }
H1.HeaderClassName
{
color: #D50FDE;
}
.AnyTagClassName
{
color: #D50FDE;
}
</style>
background-color css
<style>
a { background-color: #D50FDE; }
a { background-color: rgb(213,15,222); }
div.DivClassName
{
background-color: #D50FDE;
}
.BgClassName
{
background-color: #D50FDE;
}
</style>
border-color css
<style>
span { border-color: #D50FDE; }
span { border-color: rgb(213,15,222); }
td.TdClassName
{
border-color: #D50FDE;
}
.TagClassName
{
border-color: #D50FDE;
}
</style>