Shades of Deep Magenta #D70AE0
Tints of Deep Magenta #D70AE0
RGB
CMYK
RGB Variations
Color information
#D70AE0 (or 0xD70AE0) is known color: Deep Magenta. HEX triplet: D7, 0A and E0. RGB value is (215,10,224). Sum of RGB (Red+Green+Blue) = 215+10+224=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #D70AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AE0 is #28F51F. Grayscale: #5F5F5F. Windows color (decimal): -2684192 or 14682839. OLE color: 14682839.
HSL color Cylindrical-coordinate representation of color #D70AE0: hue angle of 297.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70AE0 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 10 | 224 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.12 |
| HSL | 297.48º | 0.91% | 0.46% | - |
| HSV(B) | 297.48º | 0.96% | 0.88% | - |
| XYZ | 41.59 | 20.05 | 72.2 | - |
| YUV | 95.69 | 200.42 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 224 | 0.04 | 0.96 | 0 | 0.12 | 297.48 | 0.91 | 0.46 |
| Hex | D7 | A | E0 | 4 | 60 | 0 | C | 129 | 5B | 2E |
| Octal | 327 | 12 | 340 | 4 | 140 | 0 | 14 | 451 | 133 | 56 |
| Binary | 11010111 | 1010 | 11100000 | 100 | 1100000 | 0 | 1100 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D70AE0
Complementary color
Monochromatic Colors of #D70AE0
Black with #D70AE0
Text Example
Text Example
White with #D70AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AE0; }
p { color: rgb(215,10,224); }
H1.HeaderClassName
{
color: #D70AE0;
}
.AnyTagClassName
{
color: #D70AE0;
}
</style>
background-color css
<style>
a { background-color: #D70AE0; }
a { background-color: rgb(215,10,224); }
div.DivClassName
{
background-color: #D70AE0;
}
.BgClassName
{
background-color: #D70AE0;
}
</style>
border-color css
<style>
span { border-color: #D70AE0; }
span { border-color: rgb(215,10,224); }
td.TdClassName
{
border-color: #D70AE0;
}
.TagClassName
{
border-color: #D70AE0;
}
</style>