Shades of Deep Magenta #D70FC2
Tints of Deep Magenta #D70FC2
RGB
CMYK
RGB Variations
Color information
#D70FC2 (or 0xD70FC2) is known color: Deep Magenta. HEX triplet: D7, 0F and C2. RGB value is (215,15,194). Sum of RGB (Red+Green+Blue) = 215+15+194=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC2 is #28F03D. Grayscale: #5E5E5E. Windows color (decimal): -2682942 or 12718039. OLE color: 12718039.
HSL color Cylindrical-coordinate representation of color #D70FC2: hue angle of 306.3º 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 #D70FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.16 |
| HSL | 306.3º | 0.87% | 0.45% | - |
| HSV(B) | 306.3º | 0.93% | 0.84% | - |
| XYZ | 37.93 | 18.68 | 52.65 | - |
| YUV | 95.21 | 183.76 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 194 | 0 | 0.93 | 0.10 | 0.16 | 306.3 | 0.87 | 0.45 |
| Hex | D7 | F | C2 | 0 | 5D | A | 10 | 132 | 57 | 2D |
| Octal | 327 | 17 | 302 | 0 | 135 | 12 | 20 | 462 | 127 | 55 |
| Binary | 11010111 | 1111 | 11000010 | 0 | 1011101 | 1010 | 10000 | 100110010 | 1010111 | 101101 |
Color Harmonies of #D70FC2
Complementary color
Monochromatic Colors of #D70FC2
Black with #D70FC2
Text Example
Text Example
White with #D70FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FC2; }
p { color: rgb(215,15,194); }
H1.HeaderClassName
{
color: #D70FC2;
}
.AnyTagClassName
{
color: #D70FC2;
}
</style>
background-color css
<style>
a { background-color: #D70FC2; }
a { background-color: rgb(215,15,194); }
div.DivClassName
{
background-color: #D70FC2;
}
.BgClassName
{
background-color: #D70FC2;
}
</style>
border-color css
<style>
span { border-color: #D70FC2; }
span { border-color: rgb(215,15,194); }
td.TdClassName
{
border-color: #D70FC2;
}
.TagClassName
{
border-color: #D70FC2;
}
</style>