Shades of Deep Magenta #D70CC0
Tints of Deep Magenta #D70CC0
RGB
CMYK
RGB Variations
Color information
#D70CC0 (or 0xD70CC0) is known color: Deep Magenta. HEX triplet: D7, 0C and C0. RGB value is (215,12,192). Sum of RGB (Red+Green+Blue) = 215+12+192=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 12 (5.08% from 255 or 2.86% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CC0 is #28F33F. Grayscale: #5C5C5C. Windows color (decimal): -2683712 or 12586199. OLE color: 12586199.
HSL color Cylindrical-coordinate representation of color #D70CC0: hue angle of 306.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70CC0 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 192 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.16 |
| HSL | 306.8º | 0.89% | 0.45% | - |
| HSV(B) | 306.8º | 0.94% | 0.84% | - |
| XYZ | 37.67 | 18.52 | 51.46 | - |
| YUV | 93.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 192 | 0 | 0.94 | 0.11 | 0.16 | 306.8 | 0.89 | 0.45 |
| Hex | D7 | C | C0 | 0 | 5E | B | 10 | 133 | 59 | 2D |
| Octal | 327 | 14 | 300 | 0 | 136 | 13 | 20 | 463 | 131 | 55 |
| Binary | 11010111 | 1100 | 11000000 | 0 | 1011110 | 1011 | 10000 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D70CC0
Complementary color
Monochromatic Colors of #D70CC0
Black with #D70CC0
Text Example
Text Example
White with #D70CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CC0; }
p { color: rgb(215,12,192); }
H1.HeaderClassName
{
color: #D70CC0;
}
.AnyTagClassName
{
color: #D70CC0;
}
</style>
background-color css
<style>
a { background-color: #D70CC0; }
a { background-color: rgb(215,12,192); }
div.DivClassName
{
background-color: #D70CC0;
}
.BgClassName
{
background-color: #D70CC0;
}
</style>
border-color css
<style>
span { border-color: #D70CC0; }
span { border-color: rgb(215,12,192); }
td.TdClassName
{
border-color: #D70CC0;
}
.TagClassName
{
border-color: #D70CC0;
}
</style>