Shades of Deep Magenta #D50FE2
Tints of Deep Magenta #D50FE2
RGB
CMYK
RGB Variations
Color information
#D50FE2 (or 0xD50FE2) is known color: Deep Magenta. HEX triplet: D5, 0F and E2. RGB value is (213,15,226). Sum of RGB (Red+Green+Blue) = 213+15+226=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #D50FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FE2 is #2AF01D. Grayscale: #616161. Windows color (decimal): -2813982 or 14815189. OLE color: 14815189.
HSL color Cylindrical-coordinate representation of color #D50FE2: hue angle of 296.3º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FE2 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 15 | 226 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.11 |
| HSL | 296.3º | 0.88% | 0.47% | - |
| HSV(B) | 296.3º | 0.93% | 0.89% | - |
| XYZ | 41.34 | 19.98 | 73.63 | - |
| YUV | 98.26 | 200.1 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 226 | 0.06 | 0.93 | 0 | 0.11 | 296.3 | 0.88 | 0.47 |
| Hex | D5 | F | E2 | 6 | 5D | 0 | B | 128 | 58 | 2F |
| Octal | 325 | 17 | 342 | 6 | 135 | 0 | 13 | 450 | 130 | 57 |
| Binary | 11010101 | 1111 | 11100010 | 110 | 1011101 | 0 | 1011 | 100101000 | 1011000 | 101111 |
Color Harmonies of #D50FE2
Complementary color
Monochromatic Colors of #D50FE2
Black with #D50FE2
Text Example
Text Example
White with #D50FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FE2; }
p { color: rgb(213,15,226); }
H1.HeaderClassName
{
color: #D50FE2;
}
.AnyTagClassName
{
color: #D50FE2;
}
</style>
background-color css
<style>
a { background-color: #D50FE2; }
a { background-color: rgb(213,15,226); }
div.DivClassName
{
background-color: #D50FE2;
}
.BgClassName
{
background-color: #D50FE2;
}
</style>
border-color css
<style>
span { border-color: #D50FE2; }
span { border-color: rgb(213,15,226); }
td.TdClassName
{
border-color: #D50FE2;
}
.TagClassName
{
border-color: #D50FE2;
}
</style>