Shades of Deep Magenta #D51EDC
Tints of Deep Magenta #D51EDC
RGB
CMYK
RGB Variations
Color information
#D51EDC (or 0xD51EDC) is known color: Deep Magenta. HEX triplet: D5, 1E and DC. RGB value is (213,30,220). Sum of RGB (Red+Green+Blue) = 213+30+220=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D51EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EDC is #2AE123. Grayscale: #696969. Windows color (decimal): -2810148 or 14425813. OLE color: 14425813.
HSL color Cylindrical-coordinate representation of color #D51EDC: hue angle of 297.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51EDC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 30 | 220 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.14 |
| HSL | 297.79º | 0.76% | 0.49% | - |
| HSV(B) | 297.79º | 0.86% | 0.86% | - |
| XYZ | 40.82 | 20.24 | 69.47 | - |
| YUV | 106.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 220 | 0.03 | 0.86 | 0 | 0.14 | 297.79 | 0.76 | 0.49 |
| Hex | D5 | 1E | DC | 3 | 56 | 0 | E | 12A | 4C | 31 |
| Octal | 325 | 36 | 334 | 3 | 126 | 0 | 16 | 452 | 114 | 61 |
| Binary | 11010101 | 11110 | 11011100 | 11 | 1010110 | 0 | 1110 | 100101010 | 1001100 | 110001 |
Color Harmonies of #D51EDC
Complementary color
Monochromatic Colors of #D51EDC
Black with #D51EDC
Text Example
Text Example
White with #D51EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EDC; }
p { color: rgb(213,30,220); }
H1.HeaderClassName
{
color: #D51EDC;
}
.AnyTagClassName
{
color: #D51EDC;
}
</style>
background-color css
<style>
a { background-color: #D51EDC; }
a { background-color: rgb(213,30,220); }
div.DivClassName
{
background-color: #D51EDC;
}
.BgClassName
{
background-color: #D51EDC;
}
</style>
border-color css
<style>
span { border-color: #D51EDC; }
span { border-color: rgb(213,30,220); }
td.TdClassName
{
border-color: #D51EDC;
}
.TagClassName
{
border-color: #D51EDC;
}
</style>