Shades of Deep Magenta #D716DF
Tints of Deep Magenta #D716DF
RGB
CMYK
RGB Variations
Color information
#D716DF (or 0xD716DF) is known color: Deep Magenta. HEX triplet: D7, 16 and DF. RGB value is (215,22,223). Sum of RGB (Red+Green+Blue) = 215+22+223=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #D716DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D716DF is #28E920. Grayscale: #666666. Windows color (decimal): -2681121 or 14620375. OLE color: 14620375.
HSL color Cylindrical-coordinate representation of color #D716DF: hue angle of 297.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D716DF is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 22 | 223 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.13 |
| HSL | 297.61º | 0.82% | 0.48% | - |
| HSV(B) | 297.61º | 0.9% | 0.87% | - |
| XYZ | 41.63 | 20.35 | 71.55 | - |
| YUV | 102.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 223 | 0.04 | 0.90 | 0 | 0.13 | 297.61 | 0.82 | 0.48 |
| Hex | D7 | 16 | DF | 4 | 5A | 0 | D | 12A | 52 | 30 |
| Octal | 327 | 26 | 337 | 4 | 132 | 0 | 15 | 452 | 122 | 60 |
| Binary | 11010111 | 10110 | 11011111 | 100 | 1011010 | 0 | 1101 | 100101010 | 1010010 | 110000 |
Color Harmonies of #D716DF
Complementary color
Monochromatic Colors of #D716DF
Black with #D716DF
Text Example
Text Example
White with #D716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716DF; }
p { color: rgb(215,22,223); }
H1.HeaderClassName
{
color: #D716DF;
}
.AnyTagClassName
{
color: #D716DF;
}
</style>
background-color css
<style>
a { background-color: #D716DF; }
a { background-color: rgb(215,22,223); }
div.DivClassName
{
background-color: #D716DF;
}
.BgClassName
{
background-color: #D716DF;
}
</style>
border-color css
<style>
span { border-color: #D716DF; }
span { border-color: rgb(215,22,223); }
td.TdClassName
{
border-color: #D716DF;
}
.TagClassName
{
border-color: #D716DF;
}
</style>