Shades of Deep Magenta #D70FE4
Tints of Deep Magenta #D70FE4
RGB
CMYK
RGB Variations
Color information
#D70FE4 (or 0xD70FE4) is known color: Deep Magenta. HEX triplet: D7, 0F and E4. RGB value is (215,15,228). Sum of RGB (Red+Green+Blue) = 215+15+228=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #D70FE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70FE4 is #28F01B. Grayscale: #626262. Windows color (decimal): -2682908 or 14946263. OLE color: 14946263.
HSL color Cylindrical-coordinate representation of color #D70FE4: hue angle of 296.34º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FE4 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 15 | 228 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.11 |
| HSL | 296.34º | 0.88% | 0.48% | - |
| HSV(B) | 296.34º | 0.93% | 0.89% | - |
| XYZ | 42.2 | 20.39 | 75.11 | - |
| YUV | 99.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 228 | 0.06 | 0.93 | 0 | 0.11 | 296.34 | 0.88 | 0.48 |
| Hex | D7 | F | E4 | 6 | 5D | 0 | B | 128 | 58 | 30 |
| Octal | 327 | 17 | 344 | 6 | 135 | 0 | 13 | 450 | 130 | 60 |
| Binary | 11010111 | 1111 | 11100100 | 110 | 1011101 | 0 | 1011 | 100101000 | 1011000 | 110000 |
Color Harmonies of #D70FE4
Complementary color
Monochromatic Colors of #D70FE4
Black with #D70FE4
Text Example
Text Example
White with #D70FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FE4; }
p { color: rgb(215,15,228); }
H1.HeaderClassName
{
color: #D70FE4;
}
.AnyTagClassName
{
color: #D70FE4;
}
</style>
background-color css
<style>
a { background-color: #D70FE4; }
a { background-color: rgb(215,15,228); }
div.DivClassName
{
background-color: #D70FE4;
}
.BgClassName
{
background-color: #D70FE4;
}
</style>
border-color css
<style>
span { border-color: #D70FE4; }
span { border-color: rgb(215,15,228); }
td.TdClassName
{
border-color: #D70FE4;
}
.TagClassName
{
border-color: #D70FE4;
}
</style>