Shades of Deep Magenta #D70CB7
Tints of Deep Magenta #D70CB7
RGB
CMYK
RGB Variations
Color information
#D70CB7 (or 0xD70CB7) is known color: Deep Magenta. HEX triplet: D7, 0C and B7. RGB value is (215,12,183). Sum of RGB (Red+Green+Blue) = 215+12+183=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CB7 is #28F348. Grayscale: #5B5B5B. Windows color (decimal): -2683721 or 11996375. OLE color: 11996375.
HSL color Cylindrical-coordinate representation of color #D70CB7: hue angle of 309.46º 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 #D70CB7 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 183 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.16 |
| HSL | 309.46º | 0.89% | 0.45% | - |
| HSV(B) | 309.46º | 0.94% | 0.84% | - |
| XYZ | 36.7 | 18.13 | 46.36 | - |
| YUV | 92.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 183 | 0 | 0.94 | 0.15 | 0.16 | 309.46 | 0.89 | 0.45 |
| Hex | D7 | C | B7 | 0 | 5E | F | 10 | 135 | 59 | 2D |
| Octal | 327 | 14 | 267 | 0 | 136 | 17 | 20 | 465 | 131 | 55 |
| Binary | 11010111 | 1100 | 10110111 | 0 | 1011110 | 1111 | 10000 | 100110101 | 1011001 | 101101 |
Color Harmonies of #D70CB7
Complementary color
Monochromatic Colors of #D70CB7
Black with #D70CB7
Text Example
Text Example
White with #D70CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CB7; }
p { color: rgb(215,12,183); }
H1.HeaderClassName
{
color: #D70CB7;
}
.AnyTagClassName
{
color: #D70CB7;
}
</style>
background-color css
<style>
a { background-color: #D70CB7; }
a { background-color: rgb(215,12,183); }
div.DivClassName
{
background-color: #D70CB7;
}
.BgClassName
{
background-color: #D70CB7;
}
</style>
border-color css
<style>
span { border-color: #D70CB7; }
span { border-color: rgb(215,12,183); }
td.TdClassName
{
border-color: #D70CB7;
}
.TagClassName
{
border-color: #D70CB7;
}
</style>