Shades of Deep Magenta #D70DC6
Tints of Deep Magenta #D70DC6
RGB
CMYK
RGB Variations
Color information
#D70DC6 (or 0xD70DC6) is known color: Deep Magenta. HEX triplet: D7, 0D and C6. RGB value is (215,13,198). Sum of RGB (Red+Green+Blue) = 215+13+198=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DC6 is #28F239. Grayscale: #5D5D5D. Windows color (decimal): -2683450 or 12979671. OLE color: 12979671.
HSL color Cylindrical-coordinate representation of color #D70DC6: hue angle of 305.05º 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 #D70DC6 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 198 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.16 |
| HSL | 305.05º | 0.89% | 0.45% | - |
| HSV(B) | 305.05º | 0.94% | 0.84% | - |
| XYZ | 38.36 | 18.81 | 55.04 | - |
| YUV | 94.49 | 186.42 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 198 | 0 | 0.94 | 0.08 | 0.16 | 305.05 | 0.89 | 0.45 |
| Hex | D7 | D | C6 | 0 | 5E | 8 | 10 | 131 | 59 | 2D |
| Octal | 327 | 15 | 306 | 0 | 136 | 10 | 20 | 461 | 131 | 55 |
| Binary | 11010111 | 1101 | 11000110 | 0 | 1011110 | 1000 | 10000 | 100110001 | 1011001 | 101101 |
Color Harmonies of #D70DC6
Complementary color
Monochromatic Colors of #D70DC6
Black with #D70DC6
Text Example
Text Example
White with #D70DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DC6; }
p { color: rgb(215,13,198); }
H1.HeaderClassName
{
color: #D70DC6;
}
.AnyTagClassName
{
color: #D70DC6;
}
</style>
background-color css
<style>
a { background-color: #D70DC6; }
a { background-color: rgb(215,13,198); }
div.DivClassName
{
background-color: #D70DC6;
}
.BgClassName
{
background-color: #D70DC6;
}
</style>
border-color css
<style>
span { border-color: #D70DC6; }
span { border-color: rgb(215,13,198); }
td.TdClassName
{
border-color: #D70DC6;
}
.TagClassName
{
border-color: #D70DC6;
}
</style>