Shades of Deep Magenta #D50DDF
Tints of Deep Magenta #D50DDF
RGB
CMYK
RGB Variations
Color information
#D50DDF (or 0xD50DDF) is known color: Deep Magenta. HEX triplet: D5, 0D and DF. RGB value is (213,13,223). Sum of RGB (Red+Green+Blue) = 213+13+223=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 13 (5.47% from 255 or 2.90% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D50DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DDF is #2AF220. Grayscale: #606060. Windows color (decimal): -2814497 or 14618069. OLE color: 14618069.
HSL color Cylindrical-coordinate representation of color #D50DDF: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DDF is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 13 | 223 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.13 |
| HSL | 297.14º | 0.89% | 0.46% | - |
| HSV(B) | 297.14º | 0.94% | 0.87% | - |
| XYZ | 40.9 | 19.76 | 71.47 | - |
| YUV | 96.74 | 199.26 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 223 | 0.04 | 0.94 | 0 | 0.13 | 297.14 | 0.89 | 0.46 |
| Hex | D5 | D | DF | 4 | 5E | 0 | D | 129 | 59 | 2E |
| Octal | 325 | 15 | 337 | 4 | 136 | 0 | 15 | 451 | 131 | 56 |
| Binary | 11010101 | 1101 | 11011111 | 100 | 1011110 | 0 | 1101 | 100101001 | 1011001 | 101110 |
Color Harmonies of #D50DDF
Complementary color
Monochromatic Colors of #D50DDF
Black with #D50DDF
Text Example
Text Example
White with #D50DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DDF; }
p { color: rgb(213,13,223); }
H1.HeaderClassName
{
color: #D50DDF;
}
.AnyTagClassName
{
color: #D50DDF;
}
</style>
background-color css
<style>
a { background-color: #D50DDF; }
a { background-color: rgb(213,13,223); }
div.DivClassName
{
background-color: #D50DDF;
}
.BgClassName
{
background-color: #D50DDF;
}
</style>
border-color css
<style>
span { border-color: #D50DDF; }
span { border-color: rgb(213,13,223); }
td.TdClassName
{
border-color: #D50DDF;
}
.TagClassName
{
border-color: #D50DDF;
}
</style>