Shades of Deep Magenta #D71ADF
Tints of Deep Magenta #D71ADF
RGB
CMYK
RGB Variations
Color information
#D71ADF (or 0xD71ADF) is known color: Deep Magenta. HEX triplet: D7, 1A and DF. RGB value is (215,26,223). Sum of RGB (Red+Green+Blue) = 215+26+223=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #D71ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71ADF is #28E520. Grayscale: #686868. Windows color (decimal): -2680097 or 14621399. OLE color: 14621399.
HSL color Cylindrical-coordinate representation of color #D71ADF: hue angle of 297.56º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71ADF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 26 | 223 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.13 |
| HSL | 297.56º | 0.79% | 0.49% | - |
| HSV(B) | 297.56º | 0.88% | 0.87% | - |
| XYZ | 41.71 | 20.51 | 71.57 | - |
| YUV | 104.97 | 194.62 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 223 | 0.04 | 0.88 | 0 | 0.13 | 297.56 | 0.79 | 0.49 |
| Hex | D7 | 1A | DF | 4 | 58 | 0 | D | 12A | 4F | 31 |
| Octal | 327 | 32 | 337 | 4 | 130 | 0 | 15 | 452 | 117 | 61 |
| Binary | 11010111 | 11010 | 11011111 | 100 | 1011000 | 0 | 1101 | 100101010 | 1001111 | 110001 |
Color Harmonies of #D71ADF
Complementary color
Monochromatic Colors of #D71ADF
Black with #D71ADF
Text Example
Text Example
White with #D71ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71ADF; }
p { color: rgb(215,26,223); }
H1.HeaderClassName
{
color: #D71ADF;
}
.AnyTagClassName
{
color: #D71ADF;
}
</style>
background-color css
<style>
a { background-color: #D71ADF; }
a { background-color: rgb(215,26,223); }
div.DivClassName
{
background-color: #D71ADF;
}
.BgClassName
{
background-color: #D71ADF;
}
</style>
border-color css
<style>
span { border-color: #D71ADF; }
span { border-color: rgb(215,26,223); }
td.TdClassName
{
border-color: #D71ADF;
}
.TagClassName
{
border-color: #D71ADF;
}
</style>