Shades of Deep Magenta #D70FC6
Tints of Deep Magenta #D70FC6
RGB
CMYK
RGB Variations
Color information
#D70FC6 (or 0xD70FC6) is known color: Deep Magenta. HEX triplet: D7, 0F and C6. RGB value is (215,15,198). Sum of RGB (Red+Green+Blue) = 215+15+198=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FC6 is #28F039. Grayscale: #5F5F5F. Windows color (decimal): -2682938 or 12980183. OLE color: 12980183.
HSL color Cylindrical-coordinate representation of color #D70FC6: hue angle of 305.1º 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 #D70FC6 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 198 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.16 |
| HSL | 305.1º | 0.87% | 0.45% | - |
| HSV(B) | 305.1º | 0.93% | 0.84% | - |
| XYZ | 38.39 | 18.87 | 55.04 | - |
| YUV | 95.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 198 | 0 | 0.93 | 0.08 | 0.16 | 305.1 | 0.87 | 0.45 |
| Hex | D7 | F | C6 | 0 | 5D | 8 | 10 | 131 | 57 | 2D |
| Octal | 327 | 17 | 306 | 0 | 135 | 10 | 20 | 461 | 127 | 55 |
| Binary | 11010111 | 1111 | 11000110 | 0 | 1011101 | 1000 | 10000 | 100110001 | 1010111 | 101101 |
Color Harmonies of #D70FC6
Complementary color
Monochromatic Colors of #D70FC6
Black with #D70FC6
Text Example
Text Example
White with #D70FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FC6; }
p { color: rgb(215,15,198); }
H1.HeaderClassName
{
color: #D70FC6;
}
.AnyTagClassName
{
color: #D70FC6;
}
</style>
background-color css
<style>
a { background-color: #D70FC6; }
a { background-color: rgb(215,15,198); }
div.DivClassName
{
background-color: #D70FC6;
}
.BgClassName
{
background-color: #D70FC6;
}
</style>
border-color css
<style>
span { border-color: #D70FC6; }
span { border-color: rgb(215,15,198); }
td.TdClassName
{
border-color: #D70FC6;
}
.TagClassName
{
border-color: #D70FC6;
}
</style>