Shades of Deep Magenta #D70DBF
Tints of Deep Magenta #D70DBF
RGB
CMYK
RGB Variations
Color information
#D70DBF (or 0xD70DBF) is known color: Deep Magenta. HEX triplet: D7, 0D and BF. RGB value is (215,13,191). Sum of RGB (Red+Green+Blue) = 215+13+191=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DBF is #28F240. Grayscale: #5D5D5D. Windows color (decimal): -2683457 or 12520919. OLE color: 12520919.
HSL color Cylindrical-coordinate representation of color #D70DBF: hue angle of 307.13º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DBF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 191 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.16 |
| HSL | 307.13º | 0.89% | 0.45% | - |
| HSV(B) | 307.13º | 0.94% | 0.84% | - |
| XYZ | 37.57 | 18.5 | 50.88 | - |
| YUV | 93.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 191 | 0 | 0.94 | 0.11 | 0.16 | 307.13 | 0.89 | 0.45 |
| Hex | D7 | D | BF | 0 | 5E | B | 10 | 133 | 59 | 2D |
| Octal | 327 | 15 | 277 | 0 | 136 | 13 | 20 | 463 | 131 | 55 |
| Binary | 11010111 | 1101 | 10111111 | 0 | 1011110 | 1011 | 10000 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D70DBF
Complementary color
Monochromatic Colors of #D70DBF
Black with #D70DBF
Text Example
Text Example
White with #D70DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DBF; }
p { color: rgb(215,13,191); }
H1.HeaderClassName
{
color: #D70DBF;
}
.AnyTagClassName
{
color: #D70DBF;
}
</style>
background-color css
<style>
a { background-color: #D70DBF; }
a { background-color: rgb(215,13,191); }
div.DivClassName
{
background-color: #D70DBF;
}
.BgClassName
{
background-color: #D70DBF;
}
</style>
border-color css
<style>
span { border-color: #D70DBF; }
span { border-color: rgb(215,13,191); }
td.TdClassName
{
border-color: #D70DBF;
}
.TagClassName
{
border-color: #D70DBF;
}
</style>