Shades of Deep Magenta #D701D5
Tints of Deep Magenta #D701D5
RGB
CMYK
RGB Variations
Color information
#D701D5 (or 0xD701D5) is known color: Deep Magenta. HEX triplet: D7, 01 and D5. RGB value is (215,1,213). Sum of RGB (Red+Green+Blue) = 215+1+213=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D701D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701D5 is #28FE2A. Grayscale: #585858. Windows color (decimal): -2686507 or 13959639. OLE color: 13959639.
HSL color Cylindrical-coordinate representation of color #D701D5: hue angle of 300.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701D5 is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 213 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.16 |
| HSL | 300.56º | 0.99% | 0.42% | - |
| HSV(B) | 300.56º | 1% | 0.84% | - |
| XYZ | 40.05 | 19.27 | 64.56 | - |
| YUV | 89.15 | 197.9 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 213 | 0 | 1.00 | 0.01 | 0.16 | 300.56 | 0.99 | 0.42 |
| Hex | D7 | 1 | D5 | 0 | 64 | 1 | 10 | 12D | 63 | 2A |
| Octal | 327 | 1 | 325 | 0 | 144 | 1 | 20 | 455 | 143 | 52 |
| Binary | 11010111 | 1 | 11010101 | 0 | 1100100 | 1 | 10000 | 100101101 | 1100011 | 101010 |
Color Harmonies of #D701D5
Complementary color
Monochromatic Colors of #D701D5
Black with #D701D5
Text Example
Text Example
White with #D701D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701D5; }
p { color: rgb(215,1,213); }
H1.HeaderClassName
{
color: #D701D5;
}
.AnyTagClassName
{
color: #D701D5;
}
</style>
background-color css
<style>
a { background-color: #D701D5; }
a { background-color: rgb(215,1,213); }
div.DivClassName
{
background-color: #D701D5;
}
.BgClassName
{
background-color: #D701D5;
}
</style>
border-color css
<style>
span { border-color: #D701D5; }
span { border-color: rgb(215,1,213); }
td.TdClassName
{
border-color: #D701D5;
}
.TagClassName
{
border-color: #D701D5;
}
</style>