Shades of Deep Magenta #D70FBE
Tints of Deep Magenta #D70FBE
RGB
CMYK
RGB Variations
Color information
#D70FBE (or 0xD70FBE) is known color: Deep Magenta. HEX triplet: D7, 0F and BE. RGB value is (215,15,190). Sum of RGB (Red+Green+Blue) = 215+15+190=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FBE is #28F041. Grayscale: #5E5E5E. Windows color (decimal): -2682946 or 12455895. OLE color: 12455895.
HSL color Cylindrical-coordinate representation of color #D70FBE: hue angle of 307.5º 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 #D70FBE is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.16 |
| HSL | 307.5º | 0.87% | 0.45% | - |
| HSV(B) | 307.5º | 0.93% | 0.84% | - |
| XYZ | 37.49 | 18.51 | 50.31 | - |
| YUV | 94.75 | 181.76 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 190 | 0 | 0.93 | 0.12 | 0.16 | 307.5 | 0.87 | 0.45 |
| Hex | D7 | F | BE | 0 | 5D | C | 10 | 134 | 57 | 2D |
| Octal | 327 | 17 | 276 | 0 | 135 | 14 | 20 | 464 | 127 | 55 |
| Binary | 11010111 | 1111 | 10111110 | 0 | 1011101 | 1100 | 10000 | 100110100 | 1010111 | 101101 |
Color Harmonies of #D70FBE
Complementary color
Monochromatic Colors of #D70FBE
Black with #D70FBE
Text Example
Text Example
White with #D70FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FBE; }
p { color: rgb(215,15,190); }
H1.HeaderClassName
{
color: #D70FBE;
}
.AnyTagClassName
{
color: #D70FBE;
}
</style>
background-color css
<style>
a { background-color: #D70FBE; }
a { background-color: rgb(215,15,190); }
div.DivClassName
{
background-color: #D70FBE;
}
.BgClassName
{
background-color: #D70FBE;
}
</style>
border-color css
<style>
span { border-color: #D70FBE; }
span { border-color: rgb(215,15,190); }
td.TdClassName
{
border-color: #D70FBE;
}
.TagClassName
{
border-color: #D70FBE;
}
</style>