Shades of Deep Magenta #D70ECB
Tints of Deep Magenta #D70ECB
RGB
CMYK
RGB Variations
Color information
#D70ECB (or 0xD70ECB) is known color: Deep Magenta. HEX triplet: D7, 0E and CB. RGB value is (215,14,203). Sum of RGB (Red+Green+Blue) = 215+14+203=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ECB is #28F134. Grayscale: #5F5F5F. Windows color (decimal): -2683189 or 13307607. OLE color: 13307607.
HSL color Cylindrical-coordinate representation of color #D70ECB: hue angle of 303.58º 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 #D70ECB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 203 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.16 |
| HSL | 303.58º | 0.88% | 0.45% | - |
| HSV(B) | 303.58º | 0.93% | 0.84% | - |
| XYZ | 38.96 | 19.07 | 58.13 | - |
| YUV | 95.65 | 188.59 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 203 | 0 | 0.93 | 0.06 | 0.16 | 303.58 | 0.88 | 0.45 |
| Hex | D7 | E | CB | 0 | 5D | 6 | 10 | 130 | 58 | 2D |
| Octal | 327 | 16 | 313 | 0 | 135 | 6 | 20 | 460 | 130 | 55 |
| Binary | 11010111 | 1110 | 11001011 | 0 | 1011101 | 110 | 10000 | 100110000 | 1011000 | 101101 |
Color Harmonies of #D70ECB
Complementary color
Monochromatic Colors of #D70ECB
Black with #D70ECB
Text Example
Text Example
White with #D70ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ECB; }
p { color: rgb(215,14,203); }
H1.HeaderClassName
{
color: #D70ECB;
}
.AnyTagClassName
{
color: #D70ECB;
}
</style>
background-color css
<style>
a { background-color: #D70ECB; }
a { background-color: rgb(215,14,203); }
div.DivClassName
{
background-color: #D70ECB;
}
.BgClassName
{
background-color: #D70ECB;
}
</style>
border-color css
<style>
span { border-color: #D70ECB; }
span { border-color: rgb(215,14,203); }
td.TdClassName
{
border-color: #D70ECB;
}
.TagClassName
{
border-color: #D70ECB;
}
</style>