Shades of Deep Magenta #D70EE0
Tints of Deep Magenta #D70EE0
RGB
CMYK
RGB Variations
Color information
#D70EE0 (or 0xD70EE0) is known color: Deep Magenta. HEX triplet: D7, 0E and E0. RGB value is (215,14,224). Sum of RGB (Red+Green+Blue) = 215+14+224=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #D70EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70EE0 is #28F11F. Grayscale: #616161. Windows color (decimal): -2683168 or 14683863. OLE color: 14683863.
HSL color Cylindrical-coordinate representation of color #D70EE0: hue angle of 297.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70EE0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 14 | 224 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.12 |
| HSL | 297.43º | 0.88% | 0.47% | - |
| HSV(B) | 297.43º | 0.94% | 0.88% | - |
| XYZ | 41.64 | 20.14 | 72.21 | - |
| YUV | 98.04 | 199.09 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 224 | 0.04 | 0.94 | 0 | 0.12 | 297.43 | 0.88 | 0.47 |
| Hex | D7 | E | E0 | 4 | 5E | 0 | C | 129 | 58 | 2F |
| Octal | 327 | 16 | 340 | 4 | 136 | 0 | 14 | 451 | 130 | 57 |
| Binary | 11010111 | 1110 | 11100000 | 100 | 1011110 | 0 | 1100 | 100101001 | 1011000 | 101111 |
Color Harmonies of #D70EE0
Complementary color
Monochromatic Colors of #D70EE0
Black with #D70EE0
Text Example
Text Example
White with #D70EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70EE0; }
p { color: rgb(215,14,224); }
H1.HeaderClassName
{
color: #D70EE0;
}
.AnyTagClassName
{
color: #D70EE0;
}
</style>
background-color css
<style>
a { background-color: #D70EE0; }
a { background-color: rgb(215,14,224); }
div.DivClassName
{
background-color: #D70EE0;
}
.BgClassName
{
background-color: #D70EE0;
}
</style>
border-color css
<style>
span { border-color: #D70EE0; }
span { border-color: rgb(215,14,224); }
td.TdClassName
{
border-color: #D70EE0;
}
.TagClassName
{
border-color: #D70EE0;
}
</style>