Shades of Deep Magenta #D70FCF
Tints of Deep Magenta #D70FCF
RGB
CMYK
RGB Variations
Color information
#D70FCF (or 0xD70FCF) is known color: Deep Magenta. HEX triplet: D7, 0F and CF. RGB value is (215,15,207). Sum of RGB (Red+Green+Blue) = 215+15+207=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FCF is #28F030. Grayscale: #606060. Windows color (decimal): -2682929 or 13570007. OLE color: 13570007.
HSL color Cylindrical-coordinate representation of color #D70FCF: hue angle of 302.4º 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 #D70FCF is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.16 |
| HSL | 302.4º | 0.87% | 0.45% | - |
| HSV(B) | 302.4º | 0.93% | 0.84% | - |
| XYZ | 39.46 | 19.29 | 60.68 | - |
| YUV | 96.69 | 190.26 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 207 | 0 | 0.93 | 0.04 | 0.16 | 302.4 | 0.87 | 0.45 |
| Hex | D7 | F | CF | 0 | 5D | 4 | 10 | 12E | 57 | 2D |
| Octal | 327 | 17 | 317 | 0 | 135 | 4 | 20 | 456 | 127 | 55 |
| Binary | 11010111 | 1111 | 11001111 | 0 | 1011101 | 100 | 10000 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D70FCF
Complementary color
Monochromatic Colors of #D70FCF
Black with #D70FCF
Text Example
Text Example
White with #D70FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FCF; }
p { color: rgb(215,15,207); }
H1.HeaderClassName
{
color: #D70FCF;
}
.AnyTagClassName
{
color: #D70FCF;
}
</style>
background-color css
<style>
a { background-color: #D70FCF; }
a { background-color: rgb(215,15,207); }
div.DivClassName
{
background-color: #D70FCF;
}
.BgClassName
{
background-color: #D70FCF;
}
</style>
border-color css
<style>
span { border-color: #D70FCF; }
span { border-color: rgb(215,15,207); }
td.TdClassName
{
border-color: #D70FCF;
}
.TagClassName
{
border-color: #D70FCF;
}
</style>