Shades of Deep Magenta #D70DBC
Tints of Deep Magenta #D70DBC
RGB
CMYK
RGB Variations
Color information
#D70DBC (or 0xD70DBC) is known color: Deep Magenta. HEX triplet: D7, 0D and BC. RGB value is (215,13,188). Sum of RGB (Red+Green+Blue) = 215+13+188=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DBC is #28F243. Grayscale: #5C5C5C. Windows color (decimal): -2683460 or 12324311. OLE color: 12324311.
HSL color Cylindrical-coordinate representation of color #D70DBC: hue angle of 308.02º 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 #D70DBC is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 188 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.16 |
| HSL | 308.02º | 0.89% | 0.45% | - |
| HSV(B) | 308.02º | 0.94% | 0.84% | - |
| XYZ | 37.25 | 18.37 | 49.16 | - |
| YUV | 93.35 | 181.42 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 188 | 0 | 0.94 | 0.13 | 0.16 | 308.02 | 0.89 | 0.45 |
| Hex | D7 | D | BC | 0 | 5E | D | 10 | 134 | 59 | 2D |
| Octal | 327 | 15 | 274 | 0 | 136 | 15 | 20 | 464 | 131 | 55 |
| Binary | 11010111 | 1101 | 10111100 | 0 | 1011110 | 1101 | 10000 | 100110100 | 1011001 | 101101 |
Color Harmonies of #D70DBC
Complementary color
Monochromatic Colors of #D70DBC
Black with #D70DBC
Text Example
Text Example
White with #D70DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DBC; }
p { color: rgb(215,13,188); }
H1.HeaderClassName
{
color: #D70DBC;
}
.AnyTagClassName
{
color: #D70DBC;
}
</style>
background-color css
<style>
a { background-color: #D70DBC; }
a { background-color: rgb(215,13,188); }
div.DivClassName
{
background-color: #D70DBC;
}
.BgClassName
{
background-color: #D70DBC;
}
</style>
border-color css
<style>
span { border-color: #D70DBC; }
span { border-color: rgb(215,13,188); }
td.TdClassName
{
border-color: #D70DBC;
}
.TagClassName
{
border-color: #D70DBC;
}
</style>