Shades of Deep Magenta #D50FD0
Tints of Deep Magenta #D50FD0
RGB
CMYK
RGB Variations
Color information
#D50FD0 (or 0xD50FD0) is known color: Deep Magenta. HEX triplet: D5, 0F and D0. RGB value is (213,15,208). Sum of RGB (Red+Green+Blue) = 213+15+208=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FD0 is #2AF02F. Grayscale: #5F5F5F. Windows color (decimal): -2814000 or 13635541. OLE color: 13635541.
HSL color Cylindrical-coordinate representation of color #D50FD0: hue angle of 301.52º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50FD0 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 208 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.16 |
| HSL | 301.52º | 0.87% | 0.45% | - |
| HSV(B) | 301.52º | 0.93% | 0.84% | - |
| XYZ | 39 | 19.04 | 61.29 | - |
| YUV | 96.2 | 191.1 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 208 | 0 | 0.93 | 0.02 | 0.16 | 301.52 | 0.87 | 0.45 |
| Hex | D5 | F | D0 | 0 | 5D | 2 | 10 | 12E | 57 | 2D |
| Octal | 325 | 17 | 320 | 0 | 135 | 2 | 20 | 456 | 127 | 55 |
| Binary | 11010101 | 1111 | 11010000 | 0 | 1011101 | 10 | 10000 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D50FD0
Complementary color
Monochromatic Colors of #D50FD0
Black with #D50FD0
Text Example
Text Example
White with #D50FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FD0; }
p { color: rgb(213,15,208); }
H1.HeaderClassName
{
color: #D50FD0;
}
.AnyTagClassName
{
color: #D50FD0;
}
</style>
background-color css
<style>
a { background-color: #D50FD0; }
a { background-color: rgb(213,15,208); }
div.DivClassName
{
background-color: #D50FD0;
}
.BgClassName
{
background-color: #D50FD0;
}
</style>
border-color css
<style>
span { border-color: #D50FD0; }
span { border-color: rgb(213,15,208); }
td.TdClassName
{
border-color: #D50FD0;
}
.TagClassName
{
border-color: #D50FD0;
}
</style>