Shades of Deep Magenta #D701C7
Tints of Deep Magenta #D701C7
RGB
CMYK
RGB Variations
Color information
#D701C7 (or 0xD701C7) is known color: Deep Magenta. HEX triplet: D7, 01 and C7. RGB value is (215,1,199). Sum of RGB (Red+Green+Blue) = 215+1+199=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D701C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701C7 is #28FE38. Grayscale: #565656. Windows color (decimal): -2686521 or 13042135. OLE color: 13042135.
HSL color Cylindrical-coordinate representation of color #D701C7: hue angle of 304.49º 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 #D701C7 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 199 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.16 |
| HSL | 304.49º | 0.99% | 0.42% | - |
| HSV(B) | 304.49º | 1% | 0.84% | - |
| XYZ | 38.34 | 18.59 | 55.6 | - |
| YUV | 87.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 199 | 0 | 1.00 | 0.07 | 0.16 | 304.49 | 0.99 | 0.42 |
| Hex | D7 | 1 | C7 | 0 | 64 | 7 | 10 | 130 | 63 | 2A |
| Octal | 327 | 1 | 307 | 0 | 144 | 7 | 20 | 460 | 143 | 52 |
| Binary | 11010111 | 1 | 11000111 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100011 | 101010 |
Color Harmonies of #D701C7
Complementary color
Monochromatic Colors of #D701C7
Black with #D701C7
Text Example
Text Example
White with #D701C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701C7; }
p { color: rgb(215,1,199); }
H1.HeaderClassName
{
color: #D701C7;
}
.AnyTagClassName
{
color: #D701C7;
}
</style>
background-color css
<style>
a { background-color: #D701C7; }
a { background-color: rgb(215,1,199); }
div.DivClassName
{
background-color: #D701C7;
}
.BgClassName
{
background-color: #D701C7;
}
</style>
border-color css
<style>
span { border-color: #D701C7; }
span { border-color: rgb(215,1,199); }
td.TdClassName
{
border-color: #D701C7;
}
.TagClassName
{
border-color: #D701C7;
}
</style>