Shades of Deep Magenta #D70ECA
Tints of Deep Magenta #D70ECA
RGB
CMYK
RGB Variations
Color information
#D70ECA (or 0xD70ECA) is known color: Deep Magenta. HEX triplet: D7, 0E and CA. RGB value is (215,14,202). Sum of RGB (Red+Green+Blue) = 215+14+202=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ECA is #28F135. Grayscale: #5E5E5E. Windows color (decimal): -2683190 or 13242071. OLE color: 13242071.
HSL color Cylindrical-coordinate representation of color #D70ECA: hue angle of 303.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70ECA is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 202 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.16 |
| HSL | 303.88º | 0.88% | 0.45% | - |
| HSV(B) | 303.88º | 0.93% | 0.84% | - |
| XYZ | 38.84 | 19.03 | 57.5 | - |
| YUV | 95.53 | 188.09 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 202 | 0 | 0.93 | 0.06 | 0.16 | 303.88 | 0.88 | 0.45 |
| Hex | D7 | E | CA | 0 | 5D | 6 | 10 | 130 | 58 | 2D |
| Octal | 327 | 16 | 312 | 0 | 135 | 6 | 20 | 460 | 130 | 55 |
| Binary | 11010111 | 1110 | 11001010 | 0 | 1011101 | 110 | 10000 | 100110000 | 1011000 | 101101 |
Color Harmonies of #D70ECA
Complementary color
Monochromatic Colors of #D70ECA
Black with #D70ECA
Text Example
Text Example
White with #D70ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ECA; }
p { color: rgb(215,14,202); }
H1.HeaderClassName
{
color: #D70ECA;
}
.AnyTagClassName
{
color: #D70ECA;
}
</style>
background-color css
<style>
a { background-color: #D70ECA; }
a { background-color: rgb(215,14,202); }
div.DivClassName
{
background-color: #D70ECA;
}
.BgClassName
{
background-color: #D70ECA;
}
</style>
border-color css
<style>
span { border-color: #D70ECA; }
span { border-color: rgb(215,14,202); }
td.TdClassName
{
border-color: #D70ECA;
}
.TagClassName
{
border-color: #D70ECA;
}
</style>