Shades of Deep Magenta #D71FDF
Tints of Deep Magenta #D71FDF
RGB
CMYK
RGB Variations
Color information
#D71FDF (or 0xD71FDF) is known color: Deep Magenta. HEX triplet: D7, 1F and DF. RGB value is (215,31,223). Sum of RGB (Red+Green+Blue) = 215+31+223=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #D71FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71FDF is #28E020. Grayscale: #6B6B6B. Windows color (decimal): -2678817 or 14622679. OLE color: 14622679.
HSL color Cylindrical-coordinate representation of color #D71FDF: hue angle of 297.5º 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 #D71FDF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 31 | 223 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.13 |
| HSL | 297.5º | 0.76% | 0.5% | - |
| HSV(B) | 297.5º | 0.86% | 0.87% | - |
| XYZ | 41.83 | 20.75 | 71.61 | - |
| YUV | 107.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 223 | 0.04 | 0.86 | 0 | 0.13 | 297.5 | 0.76 | 0.5 |
| Hex | D7 | 1F | DF | 4 | 56 | 0 | D | 12A | 4C | 32 |
| Octal | 327 | 37 | 337 | 4 | 126 | 0 | 15 | 452 | 114 | 62 |
| Binary | 11010111 | 11111 | 11011111 | 100 | 1010110 | 0 | 1101 | 100101010 | 1001100 | 110010 |
Color Harmonies of #D71FDF
Complementary color
Monochromatic Colors of #D71FDF
Black with #D71FDF
Text Example
Text Example
White with #D71FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71FDF; }
p { color: rgb(215,31,223); }
H1.HeaderClassName
{
color: #D71FDF;
}
.AnyTagClassName
{
color: #D71FDF;
}
</style>
background-color css
<style>
a { background-color: #D71FDF; }
a { background-color: rgb(215,31,223); }
div.DivClassName
{
background-color: #D71FDF;
}
.BgClassName
{
background-color: #D71FDF;
}
</style>
border-color css
<style>
span { border-color: #D71FDF; }
span { border-color: rgb(215,31,223); }
td.TdClassName
{
border-color: #D71FDF;
}
.TagClassName
{
border-color: #D71FDF;
}
</style>