Shades of Deep Magenta #D70AD0
Tints of Deep Magenta #D70AD0
RGB
CMYK
RGB Variations
Color information
#D70AD0 (or 0xD70AD0) is known color: Deep Magenta. HEX triplet: D7, 0A and D0. RGB value is (215,10,208). Sum of RGB (Red+Green+Blue) = 215+10+208=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 208 (81.64% from 255 or 48.04% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AD0 is #28F52F. Grayscale: #5D5D5D. Windows color (decimal): -2684208 or 13634263. OLE color: 13634263.
HSL color Cylindrical-coordinate representation of color #D70AD0: hue angle of 302.05º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70AD0 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 208 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.16 |
| HSL | 302.05º | 0.91% | 0.44% | - |
| HSV(B) | 302.05º | 0.95% | 0.84% | - |
| XYZ | 39.52 | 19.22 | 61.3 | - |
| YUV | 93.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 208 | 0 | 0.95 | 0.03 | 0.16 | 302.05 | 0.91 | 0.44 |
| Hex | D7 | A | D0 | 0 | 5F | 3 | 10 | 12E | 5B | 2C |
| Octal | 327 | 12 | 320 | 0 | 137 | 3 | 20 | 456 | 133 | 54 |
| Binary | 11010111 | 1010 | 11010000 | 0 | 1011111 | 11 | 10000 | 100101110 | 1011011 | 101100 |
Color Harmonies of #D70AD0
Complementary color
Monochromatic Colors of #D70AD0
Black with #D70AD0
Text Example
Text Example
White with #D70AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AD0; }
p { color: rgb(215,10,208); }
H1.HeaderClassName
{
color: #D70AD0;
}
.AnyTagClassName
{
color: #D70AD0;
}
</style>
background-color css
<style>
a { background-color: #D70AD0; }
a { background-color: rgb(215,10,208); }
div.DivClassName
{
background-color: #D70AD0;
}
.BgClassName
{
background-color: #D70AD0;
}
</style>
border-color css
<style>
span { border-color: #D70AD0; }
span { border-color: rgb(215,10,208); }
td.TdClassName
{
border-color: #D70AD0;
}
.TagClassName
{
border-color: #D70AD0;
}
</style>