Shades of Deep Magenta #D51FD4
Tints of Deep Magenta #D51FD4
RGB
CMYK
RGB Variations
Color information
#D51FD4 (or 0xD51FD4) is known color: Deep Magenta. HEX triplet: D5, 1F and D4. RGB value is (213,31,212). Sum of RGB (Red+Green+Blue) = 213+31+212=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FD4 is #2AE02B. Grayscale: #696969. Windows color (decimal): -2809900 or 13901781. OLE color: 13901781.
HSL color Cylindrical-coordinate representation of color #D51FD4: hue angle of 300.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FD4 is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 31 | 212 | - |
| CMYK | 0 | 0.85 | 0.00 | 0.16 |
| HSL | 300.33º | 0.75% | 0.48% | - |
| HSV(B) | 300.33º | 0.85% | 0.84% | - |
| XYZ | 39.81 | 19.88 | 64.03 | - |
| YUV | 106.05 | 187.8 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 212 | 0 | 0.85 | 0.00 | 0.16 | 300.33 | 0.75 | 0.48 |
| Hex | D5 | 1F | D4 | 0 | 55 | 0 | 10 | 12C | 4B | 30 |
| Octal | 325 | 37 | 324 | 0 | 125 | 0 | 20 | 454 | 113 | 60 |
| Binary | 11010101 | 11111 | 11010100 | 0 | 1010101 | 0 | 10000 | 100101100 | 1001011 | 110000 |
Color Harmonies of #D51FD4
Complementary color
Monochromatic Colors of #D51FD4
Black with #D51FD4
Text Example
Text Example
White with #D51FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FD4; }
p { color: rgb(213,31,212); }
H1.HeaderClassName
{
color: #D51FD4;
}
.AnyTagClassName
{
color: #D51FD4;
}
</style>
background-color css
<style>
a { background-color: #D51FD4; }
a { background-color: rgb(213,31,212); }
div.DivClassName
{
background-color: #D51FD4;
}
.BgClassName
{
background-color: #D51FD4;
}
</style>
border-color css
<style>
span { border-color: #D51FD4; }
span { border-color: rgb(213,31,212); }
td.TdClassName
{
border-color: #D51FD4;
}
.TagClassName
{
border-color: #D51FD4;
}
</style>