Shades of Deep Magenta #D70AB9
Tints of Deep Magenta #D70AB9
RGB
CMYK
RGB Variations
Color information
#D70AB9 (or 0xD70AB9) is known color: Deep Magenta. HEX triplet: D7, 0A and B9. RGB value is (215,10,185). Sum of RGB (Red+Green+Blue) = 215+10+185=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AB9 is #28F546. Grayscale: #5A5A5A. Windows color (decimal): -2684231 or 12126935. OLE color: 12126935.
HSL color Cylindrical-coordinate representation of color #D70AB9: hue angle of 308.78º 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 #D70AB9 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 185 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.16 |
| HSL | 308.78º | 0.91% | 0.44% | - |
| HSV(B) | 308.78º | 0.95% | 0.84% | - |
| XYZ | 36.89 | 18.17 | 47.46 | - |
| YUV | 91.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 185 | 0 | 0.95 | 0.14 | 0.16 | 308.78 | 0.91 | 0.44 |
| Hex | D7 | A | B9 | 0 | 5F | E | 10 | 135 | 5B | 2C |
| Octal | 327 | 12 | 271 | 0 | 137 | 16 | 20 | 465 | 133 | 54 |
| Binary | 11010111 | 1010 | 10111001 | 0 | 1011111 | 1110 | 10000 | 100110101 | 1011011 | 101100 |
Color Harmonies of #D70AB9
Complementary color
Monochromatic Colors of #D70AB9
Black with #D70AB9
Text Example
Text Example
White with #D70AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AB9; }
p { color: rgb(215,10,185); }
H1.HeaderClassName
{
color: #D70AB9;
}
.AnyTagClassName
{
color: #D70AB9;
}
</style>
background-color css
<style>
a { background-color: #D70AB9; }
a { background-color: rgb(215,10,185); }
div.DivClassName
{
background-color: #D70AB9;
}
.BgClassName
{
background-color: #D70AB9;
}
</style>
border-color css
<style>
span { border-color: #D70AB9; }
span { border-color: rgb(215,10,185); }
td.TdClassName
{
border-color: #D70AB9;
}
.TagClassName
{
border-color: #D70AB9;
}
</style>