Shades of Deep Magenta #D70AD1
Tints of Deep Magenta #D70AD1
RGB
CMYK
RGB Variations
Color information
#D70AD1 (or 0xD70AD1) is known color: Deep Magenta. HEX triplet: D7, 0A and D1. RGB value is (215,10,209). Sum of RGB (Red+Green+Blue) = 215+10+209=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 10 (4.30% from 255 or 2.30% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AD1 is #28F52E. Grayscale: #5D5D5D. Windows color (decimal): -2684207 or 13699799. OLE color: 13699799.
HSL color Cylindrical-coordinate representation of color #D70AD1: hue angle of 301.76º 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 #D70AD1 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 209 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.16 |
| HSL | 301.76º | 0.91% | 0.44% | - |
| HSV(B) | 301.76º | 0.95% | 0.84% | - |
| XYZ | 39.64 | 19.27 | 61.95 | - |
| YUV | 93.98 | 192.92 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 209 | 0 | 0.95 | 0.03 | 0.16 | 301.76 | 0.91 | 0.44 |
| Hex | D7 | A | D1 | 0 | 5F | 3 | 10 | 12E | 5B | 2C |
| Octal | 327 | 12 | 321 | 0 | 137 | 3 | 20 | 456 | 133 | 54 |
| Binary | 11010111 | 1010 | 11010001 | 0 | 1011111 | 11 | 10000 | 100101110 | 1011011 | 101100 |
Color Harmonies of #D70AD1
Complementary color
Monochromatic Colors of #D70AD1
Black with #D70AD1
Text Example
Text Example
White with #D70AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AD1; }
p { color: rgb(215,10,209); }
H1.HeaderClassName
{
color: #D70AD1;
}
.AnyTagClassName
{
color: #D70AD1;
}
</style>
background-color css
<style>
a { background-color: #D70AD1; }
a { background-color: rgb(215,10,209); }
div.DivClassName
{
background-color: #D70AD1;
}
.BgClassName
{
background-color: #D70AD1;
}
</style>
border-color css
<style>
span { border-color: #D70AD1; }
span { border-color: rgb(215,10,209); }
td.TdClassName
{
border-color: #D70AD1;
}
.TagClassName
{
border-color: #D70AD1;
}
</style>