Shades of Deep Magenta #D70ECC
Tints of Deep Magenta #D70ECC
RGB
CMYK
RGB Variations
Color information
#D70ECC (or 0xD70ECC) is known color: Deep Magenta. HEX triplet: D7, 0E and CC. RGB value is (215,14,204). Sum of RGB (Red+Green+Blue) = 215+14+204=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ECC is #28F133. Grayscale: #5F5F5F. Windows color (decimal): -2683188 or 13373143. OLE color: 13373143.
HSL color Cylindrical-coordinate representation of color #D70ECC: hue angle of 303.28º 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 #D70ECC is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 204 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.16 |
| HSL | 303.28º | 0.88% | 0.45% | - |
| HSV(B) | 303.28º | 0.93% | 0.84% | - |
| XYZ | 39.08 | 19.12 | 58.76 | - |
| YUV | 95.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 204 | 0 | 0.93 | 0.05 | 0.16 | 303.28 | 0.88 | 0.45 |
| Hex | D7 | E | CC | 0 | 5D | 5 | 10 | 12F | 58 | 2D |
| Octal | 327 | 16 | 314 | 0 | 135 | 5 | 20 | 457 | 130 | 55 |
| Binary | 11010111 | 1110 | 11001100 | 0 | 1011101 | 101 | 10000 | 100101111 | 1011000 | 101101 |
Color Harmonies of #D70ECC
Complementary color
Monochromatic Colors of #D70ECC
Black with #D70ECC
Text Example
Text Example
White with #D70ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ECC; }
p { color: rgb(215,14,204); }
H1.HeaderClassName
{
color: #D70ECC;
}
.AnyTagClassName
{
color: #D70ECC;
}
</style>
background-color css
<style>
a { background-color: #D70ECC; }
a { background-color: rgb(215,14,204); }
div.DivClassName
{
background-color: #D70ECC;
}
.BgClassName
{
background-color: #D70ECC;
}
</style>
border-color css
<style>
span { border-color: #D70ECC; }
span { border-color: rgb(215,14,204); }
td.TdClassName
{
border-color: #D70ECC;
}
.TagClassName
{
border-color: #D70ECC;
}
</style>