Shades of Deep Magenta #D70DC4
Tints of Deep Magenta #D70DC4
RGB
CMYK
RGB Variations
Color information
#D70DC4 (or 0xD70DC4) is known color: Deep Magenta. HEX triplet: D7, 0D and C4. RGB value is (215,13,196). Sum of RGB (Red+Green+Blue) = 215+13+196=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DC4 is #28F23B. Grayscale: #5D5D5D. Windows color (decimal): -2683452 or 12848599. OLE color: 12848599.
HSL color Cylindrical-coordinate representation of color #D70DC4: hue angle of 305.64º 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 #D70DC4 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 196 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.16 |
| HSL | 305.64º | 0.89% | 0.45% | - |
| HSV(B) | 305.64º | 0.94% | 0.84% | - |
| XYZ | 38.13 | 18.72 | 53.83 | - |
| YUV | 94.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 196 | 0 | 0.94 | 0.09 | 0.16 | 305.64 | 0.89 | 0.45 |
| Hex | D7 | D | C4 | 0 | 5E | 9 | 10 | 132 | 59 | 2D |
| Octal | 327 | 15 | 304 | 0 | 136 | 11 | 20 | 462 | 131 | 55 |
| Binary | 11010111 | 1101 | 11000100 | 0 | 1011110 | 1001 | 10000 | 100110010 | 1011001 | 101101 |
Color Harmonies of #D70DC4
Complementary color
Monochromatic Colors of #D70DC4
Black with #D70DC4
Text Example
Text Example
White with #D70DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DC4; }
p { color: rgb(215,13,196); }
H1.HeaderClassName
{
color: #D70DC4;
}
.AnyTagClassName
{
color: #D70DC4;
}
</style>
background-color css
<style>
a { background-color: #D70DC4; }
a { background-color: rgb(215,13,196); }
div.DivClassName
{
background-color: #D70DC4;
}
.BgClassName
{
background-color: #D70DC4;
}
</style>
border-color css
<style>
span { border-color: #D70DC4; }
span { border-color: rgb(215,13,196); }
td.TdClassName
{
border-color: #D70DC4;
}
.TagClassName
{
border-color: #D70DC4;
}
</style>