Shades of Deep Magenta #D71CDF
Tints of Deep Magenta #D71CDF
RGB
CMYK
RGB Variations
Color information
#D71CDF (or 0xD71CDF) is known color: Deep Magenta. HEX triplet: D7, 1C and DF. RGB value is (215,28,223). Sum of RGB (Red+Green+Blue) = 215+28+223=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D71CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CDF is #28E320. Grayscale: #696969. Windows color (decimal): -2679585 or 14621911. OLE color: 14621911.
HSL color Cylindrical-coordinate representation of color #D71CDF: hue angle of 297.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CDF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 28 | 223 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.13 |
| HSL | 297.54º | 0.78% | 0.49% | - |
| HSV(B) | 297.54º | 0.87% | 0.87% | - |
| XYZ | 41.76 | 20.61 | 71.59 | - |
| YUV | 106.14 | 193.95 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 223 | 0.04 | 0.87 | 0 | 0.13 | 297.54 | 0.78 | 0.49 |
| Hex | D7 | 1C | DF | 4 | 57 | 0 | D | 12A | 4E | 31 |
| Octal | 327 | 34 | 337 | 4 | 127 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11010111 | 11100 | 11011111 | 100 | 1010111 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #D71CDF
Complementary color
Monochromatic Colors of #D71CDF
Black with #D71CDF
Text Example
Text Example
White with #D71CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CDF; }
p { color: rgb(215,28,223); }
H1.HeaderClassName
{
color: #D71CDF;
}
.AnyTagClassName
{
color: #D71CDF;
}
</style>
background-color css
<style>
a { background-color: #D71CDF; }
a { background-color: rgb(215,28,223); }
div.DivClassName
{
background-color: #D71CDF;
}
.BgClassName
{
background-color: #D71CDF;
}
</style>
border-color css
<style>
span { border-color: #D71CDF; }
span { border-color: rgb(215,28,223); }
td.TdClassName
{
border-color: #D71CDF;
}
.TagClassName
{
border-color: #D71CDF;
}
</style>