Shades of Deep Magenta #D51EDF
Tints of Deep Magenta #D51EDF
RGB
CMYK
RGB Variations
Color information
#D51EDF (or 0xD51EDF) is known color: Deep Magenta. HEX triplet: D5, 1E and DF. RGB value is (213,30,223). Sum of RGB (Red+Green+Blue) = 213+30+223=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D51EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EDF is #2AE120. Grayscale: #6A6A6A. Windows color (decimal): -2810145 or 14622421. OLE color: 14622421.
HSL color Cylindrical-coordinate representation of color #D51EDF: hue angle of 296.89º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51EDF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 30 | 223 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.13 |
| HSL | 296.89º | 0.76% | 0.5% | - |
| HSV(B) | 296.89º | 0.87% | 0.87% | - |
| XYZ | 41.22 | 20.4 | 71.58 | - |
| YUV | 106.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 223 | 0.04 | 0.87 | 0 | 0.13 | 296.89 | 0.76 | 0.5 |
| Hex | D5 | 1E | DF | 4 | 57 | 0 | D | 129 | 4C | 32 |
| Octal | 325 | 36 | 337 | 4 | 127 | 0 | 15 | 451 | 114 | 62 |
| Binary | 11010101 | 11110 | 11011111 | 100 | 1010111 | 0 | 1101 | 100101001 | 1001100 | 110010 |
Color Harmonies of #D51EDF
Complementary color
Monochromatic Colors of #D51EDF
Black with #D51EDF
Text Example
Text Example
White with #D51EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EDF; }
p { color: rgb(213,30,223); }
H1.HeaderClassName
{
color: #D51EDF;
}
.AnyTagClassName
{
color: #D51EDF;
}
</style>
background-color css
<style>
a { background-color: #D51EDF; }
a { background-color: rgb(213,30,223); }
div.DivClassName
{
background-color: #D51EDF;
}
.BgClassName
{
background-color: #D51EDF;
}
</style>
border-color css
<style>
span { border-color: #D51EDF; }
span { border-color: rgb(213,30,223); }
td.TdClassName
{
border-color: #D51EDF;
}
.TagClassName
{
border-color: #D51EDF;
}
</style>