Shades of Deep Magenta #D70FC1
Tints of Deep Magenta #D70FC1
RGB
CMYK
RGB Variations
Color information
#D70FC1 (or 0xD70FC1) is known color: Deep Magenta. HEX triplet: D7, 0F and C1. RGB value is (215,15,193). Sum of RGB (Red+Green+Blue) = 215+15+193=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC1 is #28F03E. Grayscale: #5E5E5E. Windows color (decimal): -2682943 or 12652503. OLE color: 12652503.
HSL color Cylindrical-coordinate representation of color #D70FC1: hue angle of 306.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FC1 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 193 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.16 |
| HSL | 306.6º | 0.87% | 0.45% | - |
| HSV(B) | 306.6º | 0.93% | 0.84% | - |
| XYZ | 37.82 | 18.64 | 52.06 | - |
| YUV | 95.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 193 | 0 | 0.93 | 0.10 | 0.16 | 306.6 | 0.87 | 0.45 |
| Hex | D7 | F | C1 | 0 | 5D | A | 10 | 133 | 57 | 2D |
| Octal | 327 | 17 | 301 | 0 | 135 | 12 | 20 | 463 | 127 | 55 |
| Binary | 11010111 | 1111 | 11000001 | 0 | 1011101 | 1010 | 10000 | 100110011 | 1010111 | 101101 |
Color Harmonies of #D70FC1
Complementary color
Monochromatic Colors of #D70FC1
Black with #D70FC1
Text Example
Text Example
White with #D70FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FC1; }
p { color: rgb(215,15,193); }
H1.HeaderClassName
{
color: #D70FC1;
}
.AnyTagClassName
{
color: #D70FC1;
}
</style>
background-color css
<style>
a { background-color: #D70FC1; }
a { background-color: rgb(215,15,193); }
div.DivClassName
{
background-color: #D70FC1;
}
.BgClassName
{
background-color: #D70FC1;
}
</style>
border-color css
<style>
span { border-color: #D70FC1; }
span { border-color: rgb(215,15,193); }
td.TdClassName
{
border-color: #D70FC1;
}
.TagClassName
{
border-color: #D70FC1;
}
</style>