Shades of Deep Magenta #D70FDB
Tints of Deep Magenta #D70FDB
RGB
CMYK
RGB Variations
Color information
#D70FDB (or 0xD70FDB) is known color: Deep Magenta. HEX triplet: D7, 0F and DB. RGB value is (215,15,219). Sum of RGB (Red+Green+Blue) = 215+15+219=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D70FDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FDB is #28F024. Grayscale: #616161. Windows color (decimal): -2682917 or 14356439. OLE color: 14356439.
HSL color Cylindrical-coordinate representation of color #D70FDB: hue angle of 298.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FDB is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 15 | 219 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.14 |
| HSL | 298.82º | 0.87% | 0.46% | - |
| HSV(B) | 298.82º | 0.93% | 0.86% | - |
| XYZ | 40.98 | 19.9 | 68.7 | - |
| YUV | 98.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 219 | 0.02 | 0.93 | 0 | 0.14 | 298.82 | 0.87 | 0.46 |
| Hex | D7 | F | DB | 2 | 5D | 0 | E | 12B | 57 | 2E |
| Octal | 327 | 17 | 333 | 2 | 135 | 0 | 16 | 453 | 127 | 56 |
| Binary | 11010111 | 1111 | 11011011 | 10 | 1011101 | 0 | 1110 | 100101011 | 1010111 | 101110 |
Color Harmonies of #D70FDB
Complementary color
Monochromatic Colors of #D70FDB
Black with #D70FDB
Text Example
Text Example
White with #D70FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FDB; }
p { color: rgb(215,15,219); }
H1.HeaderClassName
{
color: #D70FDB;
}
.AnyTagClassName
{
color: #D70FDB;
}
</style>
background-color css
<style>
a { background-color: #D70FDB; }
a { background-color: rgb(215,15,219); }
div.DivClassName
{
background-color: #D70FDB;
}
.BgClassName
{
background-color: #D70FDB;
}
</style>
border-color css
<style>
span { border-color: #D70FDB; }
span { border-color: rgb(215,15,219); }
td.TdClassName
{
border-color: #D70FDB;
}
.TagClassName
{
border-color: #D70FDB;
}
</style>