Shades of Deep Magenta #D51FDC
Tints of Deep Magenta #D51FDC
RGB
CMYK
RGB Variations
Color information
#D51FDC (or 0xD51FDC) is known color: Deep Magenta. HEX triplet: D5, 1F and DC. RGB value is (213,31,220). Sum of RGB (Red+Green+Blue) = 213+31+220=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #D51FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDC is #2AE023. Grayscale: #6A6A6A. Windows color (decimal): -2809892 or 14426069. OLE color: 14426069.
HSL color Cylindrical-coordinate representation of color #D51FDC: hue angle of 297.78º degrees, saturation: 0.75, 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 #D51FDC is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 31 | 220 | - |
| CMYK | 0.03 | 0.86 | 0 | 0.14 |
| HSL | 297.78º | 0.75% | 0.49% | - |
| HSV(B) | 297.78º | 0.86% | 0.86% | - |
| XYZ | 40.85 | 20.29 | 69.47 | - |
| YUV | 106.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 220 | 0.03 | 0.86 | 0 | 0.14 | 297.78 | 0.75 | 0.49 |
| Hex | D5 | 1F | DC | 3 | 56 | 0 | E | 12A | 4B | 31 |
| Octal | 325 | 37 | 334 | 3 | 126 | 0 | 16 | 452 | 113 | 61 |
| Binary | 11010101 | 11111 | 11011100 | 11 | 1010110 | 0 | 1110 | 100101010 | 1001011 | 110001 |
Color Harmonies of #D51FDC
Complementary color
Monochromatic Colors of #D51FDC
Black with #D51FDC
Text Example
Text Example
White with #D51FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FDC; }
p { color: rgb(213,31,220); }
H1.HeaderClassName
{
color: #D51FDC;
}
.AnyTagClassName
{
color: #D51FDC;
}
</style>
background-color css
<style>
a { background-color: #D51FDC; }
a { background-color: rgb(213,31,220); }
div.DivClassName
{
background-color: #D51FDC;
}
.BgClassName
{
background-color: #D51FDC;
}
</style>
border-color css
<style>
span { border-color: #D51FDC; }
span { border-color: rgb(213,31,220); }
td.TdClassName
{
border-color: #D51FDC;
}
.TagClassName
{
border-color: #D51FDC;
}
</style>