Shades of Deep Magenta #D70DC8
Tints of Deep Magenta #D70DC8
RGB
CMYK
RGB Variations
Color information
#D70DC8 (or 0xD70DC8) is known color: Deep Magenta. HEX triplet: D7, 0D and C8. RGB value is (215,13,200). Sum of RGB (Red+Green+Blue) = 215+13+200=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DC8 is #28F237. Grayscale: #5E5E5E. Windows color (decimal): -2683448 or 13110743. OLE color: 13110743.
HSL color Cylindrical-coordinate representation of color #D70DC8: hue angle of 304.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 #D70DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 200 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.16 |
| HSL | 304.46º | 0.89% | 0.45% | - |
| HSV(B) | 304.46º | 0.94% | 0.84% | - |
| XYZ | 38.59 | 18.91 | 56.26 | - |
| YUV | 94.72 | 187.42 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 200 | 0 | 0.94 | 0.07 | 0.16 | 304.46 | 0.89 | 0.45 |
| Hex | D7 | D | C8 | 0 | 5E | 7 | 10 | 130 | 59 | 2D |
| Octal | 327 | 15 | 310 | 0 | 136 | 7 | 20 | 460 | 131 | 55 |
| Binary | 11010111 | 1101 | 11001000 | 0 | 1011110 | 111 | 10000 | 100110000 | 1011001 | 101101 |
Color Harmonies of #D70DC8
Complementary color
Monochromatic Colors of #D70DC8
Black with #D70DC8
Text Example
Text Example
White with #D70DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DC8; }
p { color: rgb(215,13,200); }
H1.HeaderClassName
{
color: #D70DC8;
}
.AnyTagClassName
{
color: #D70DC8;
}
</style>
background-color css
<style>
a { background-color: #D70DC8; }
a { background-color: rgb(215,13,200); }
div.DivClassName
{
background-color: #D70DC8;
}
.BgClassName
{
background-color: #D70DC8;
}
</style>
border-color css
<style>
span { border-color: #D70DC8; }
span { border-color: rgb(215,13,200); }
td.TdClassName
{
border-color: #D70DC8;
}
.TagClassName
{
border-color: #D70DC8;
}
</style>