Shades of Deep Magenta #D50FE4
Tints of Deep Magenta #D50FE4
RGB
CMYK
RGB Variations
Color information
#D50FE4 (or 0xD50FE4) is known color: Deep Magenta. HEX triplet: D5, 0F and E4. RGB value is (213,15,228). Sum of RGB (Red+Green+Blue) = 213+15+228=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #D50FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FE4 is #2AF01B. Grayscale: #616161. Windows color (decimal): -2813980 or 14946261. OLE color: 14946261.
HSL color Cylindrical-coordinate representation of color #D50FE4: hue angle of 295.77º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FE4 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 15 | 228 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.11 |
| HSL | 295.77º | 0.88% | 0.48% | - |
| HSV(B) | 295.77º | 0.93% | 0.89% | - |
| XYZ | 41.61 | 20.09 | 75.08 | - |
| YUV | 98.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 228 | 0.07 | 0.93 | 0 | 0.11 | 295.77 | 0.88 | 0.48 |
| Hex | D5 | F | E4 | 7 | 5D | 0 | B | 128 | 58 | 30 |
| Octal | 325 | 17 | 344 | 7 | 135 | 0 | 13 | 450 | 130 | 60 |
| Binary | 11010101 | 1111 | 11100100 | 111 | 1011101 | 0 | 1011 | 100101000 | 1011000 | 110000 |
Color Harmonies of #D50FE4
Complementary color
Monochromatic Colors of #D50FE4
Black with #D50FE4
Text Example
Text Example
White with #D50FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FE4; }
p { color: rgb(213,15,228); }
H1.HeaderClassName
{
color: #D50FE4;
}
.AnyTagClassName
{
color: #D50FE4;
}
</style>
background-color css
<style>
a { background-color: #D50FE4; }
a { background-color: rgb(213,15,228); }
div.DivClassName
{
background-color: #D50FE4;
}
.BgClassName
{
background-color: #D50FE4;
}
</style>
border-color css
<style>
span { border-color: #D50FE4; }
span { border-color: rgb(213,15,228); }
td.TdClassName
{
border-color: #D50FE4;
}
.TagClassName
{
border-color: #D50FE4;
}
</style>