Shades of Deep Magenta #D701DE
Tints of Deep Magenta #D701DE
RGB
CMYK
RGB Variations
Color information
#D701DE (or 0xD701DE) is known color: Deep Magenta. HEX triplet: D7, 01 and DE. RGB value is (215,1,222). Sum of RGB (Red+Green+Blue) = 215+1+222=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #D701DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701DE is #28FE21. Grayscale: #595959. Windows color (decimal): -2686498 or 14549463. OLE color: 14549463.
HSL color Cylindrical-coordinate representation of color #D701DE: hue angle of 298.1º 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 #D701DE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 1 | 222 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.13 |
| HSL | 298.1º | 0.99% | 0.44% | - |
| HSV(B) | 298.1º | 1% | 0.87% | - |
| XYZ | 41.22 | 19.74 | 70.75 | - |
| YUV | 90.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 222 | 0.03 | 1.00 | 0 | 0.13 | 298.1 | 0.99 | 0.44 |
| Hex | D7 | 1 | DE | 3 | 64 | 0 | D | 12A | 63 | 2C |
| Octal | 327 | 1 | 336 | 3 | 144 | 0 | 15 | 452 | 143 | 54 |
| Binary | 11010111 | 1 | 11011110 | 11 | 1100100 | 0 | 1101 | 100101010 | 1100011 | 101100 |
Color Harmonies of #D701DE
Complementary color
Monochromatic Colors of #D701DE
Black with #D701DE
Text Example
Text Example
White with #D701DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701DE; }
p { color: rgb(215,1,222); }
H1.HeaderClassName
{
color: #D701DE;
}
.AnyTagClassName
{
color: #D701DE;
}
</style>
background-color css
<style>
a { background-color: #D701DE; }
a { background-color: rgb(215,1,222); }
div.DivClassName
{
background-color: #D701DE;
}
.BgClassName
{
background-color: #D701DE;
}
</style>
border-color css
<style>
span { border-color: #D701DE; }
span { border-color: rgb(215,1,222); }
td.TdClassName
{
border-color: #D701DE;
}
.TagClassName
{
border-color: #D701DE;
}
</style>