Shades of Deep Magenta #D701DF
Tints of Deep Magenta #D701DF
RGB
CMYK
RGB Variations
Color information
#D701DF (or 0xD701DF) is known color: Deep Magenta. HEX triplet: D7, 01 and DF. RGB value is (215,1,223). Sum of RGB (Red+Green+Blue) = 215+1+223=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D701DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701DF is #28FE20. Grayscale: #595959. Windows color (decimal): -2686497 or 14614999. OLE color: 14614999.
HSL color Cylindrical-coordinate representation of color #D701DF: hue angle of 297.84º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701DF is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 1 | 223 | - |
| CMYK | 0.04 | 1.00 | 0 | 0.13 |
| HSL | 297.84º | 0.99% | 0.44% | - |
| HSV(B) | 297.84º | 1% | 0.87% | - |
| XYZ | 41.35 | 19.8 | 71.45 | - |
| YUV | 90.29 | 202.9 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 223 | 0.04 | 1.00 | 0 | 0.13 | 297.84 | 0.99 | 0.44 |
| Hex | D7 | 1 | DF | 4 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 327 | 1 | 337 | 4 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11010111 | 1 | 11011111 | 100 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D701DF
Complementary color
Monochromatic Colors of #D701DF
Black with #D701DF
Text Example
Text Example
White with #D701DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701DF; }
p { color: rgb(215,1,223); }
H1.HeaderClassName
{
color: #D701DF;
}
.AnyTagClassName
{
color: #D701DF;
}
</style>
background-color css
<style>
a { background-color: #D701DF; }
a { background-color: rgb(215,1,223); }
div.DivClassName
{
background-color: #D701DF;
}
.BgClassName
{
background-color: #D701DF;
}
</style>
border-color css
<style>
span { border-color: #D701DF; }
span { border-color: rgb(215,1,223); }
td.TdClassName
{
border-color: #D701DF;
}
.TagClassName
{
border-color: #D701DF;
}
</style>