Shades of Deep Magenta #D51FDF
Tints of Deep Magenta #D51FDF
RGB
CMYK
RGB Variations
Color information
#D51FDF (or 0xD51FDF) is known color: Deep Magenta. HEX triplet: D5, 1F and DF. RGB value is (213,31,223). Sum of RGB (Red+Green+Blue) = 213+31+223=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D51FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FDF is #2AE020. Grayscale: #6A6A6A. Windows color (decimal): -2809889 or 14622677. OLE color: 14622677.
HSL color Cylindrical-coordinate representation of color #D51FDF: hue angle of 296.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51FDF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 31 | 223 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.13 |
| HSL | 296.88º | 0.76% | 0.5% | - |
| HSV(B) | 296.88º | 0.86% | 0.87% | - |
| XYZ | 41.25 | 20.45 | 71.59 | - |
| YUV | 107.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 223 | 0.04 | 0.86 | 0 | 0.13 | 296.88 | 0.76 | 0.5 |
| Hex | D5 | 1F | DF | 4 | 56 | 0 | D | 129 | 4C | 32 |
| Octal | 325 | 37 | 337 | 4 | 126 | 0 | 15 | 451 | 114 | 62 |
| Binary | 11010101 | 11111 | 11011111 | 100 | 1010110 | 0 | 1101 | 100101001 | 1001100 | 110010 |
Color Harmonies of #D51FDF
Complementary color
Monochromatic Colors of #D51FDF
Black with #D51FDF
Text Example
Text Example
White with #D51FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FDF; }
p { color: rgb(213,31,223); }
H1.HeaderClassName
{
color: #D51FDF;
}
.AnyTagClassName
{
color: #D51FDF;
}
</style>
background-color css
<style>
a { background-color: #D51FDF; }
a { background-color: rgb(213,31,223); }
div.DivClassName
{
background-color: #D51FDF;
}
.BgClassName
{
background-color: #D51FDF;
}
</style>
border-color css
<style>
span { border-color: #D51FDF; }
span { border-color: rgb(213,31,223); }
td.TdClassName
{
border-color: #D51FDF;
}
.TagClassName
{
border-color: #D51FDF;
}
</style>