Shades of Deep Magenta #D70ADE
Tints of Deep Magenta #D70ADE
RGB
CMYK
RGB Variations
Color information
#D70ADE (or 0xD70ADE) is known color: Deep Magenta. HEX triplet: D7, 0A and DE. RGB value is (215,10,222). Sum of RGB (Red+Green+Blue) = 215+10+222=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #D70ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ADE is #28F521. Grayscale: #5E5E5E. Windows color (decimal): -2684194 or 14551767. OLE color: 14551767.
HSL color Cylindrical-coordinate representation of color #D70ADE: hue angle of 298.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70ADE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 10 | 222 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.02º | 0.91% | 0.45% | - |
| HSV(B) | 298.02º | 0.95% | 0.87% | - |
| XYZ | 41.32 | 19.94 | 70.78 | - |
| YUV | 95.46 | 199.42 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 222 | 0.03 | 0.95 | 0 | 0.13 | 298.02 | 0.91 | 0.45 |
| Hex | D7 | A | DE | 3 | 5F | 0 | D | 12A | 5B | 2D |
| Octal | 327 | 12 | 336 | 3 | 137 | 0 | 15 | 452 | 133 | 55 |
| Binary | 11010111 | 1010 | 11011110 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011011 | 101101 |
Color Harmonies of #D70ADE
Complementary color
Monochromatic Colors of #D70ADE
Black with #D70ADE
Text Example
Text Example
White with #D70ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ADE; }
p { color: rgb(215,10,222); }
H1.HeaderClassName
{
color: #D70ADE;
}
.AnyTagClassName
{
color: #D70ADE;
}
</style>
background-color css
<style>
a { background-color: #D70ADE; }
a { background-color: rgb(215,10,222); }
div.DivClassName
{
background-color: #D70ADE;
}
.BgClassName
{
background-color: #D70ADE;
}
</style>
border-color css
<style>
span { border-color: #D70ADE; }
span { border-color: rgb(215,10,222); }
td.TdClassName
{
border-color: #D70ADE;
}
.TagClassName
{
border-color: #D70ADE;
}
</style>