Shades of Deep Magenta #D70AB0
Tints of Deep Magenta #D70AB0
RGB
CMYK
RGB Variations
Color information
#D70AB0 (or 0xD70AB0) is known color: Deep Magenta. HEX triplet: D7, 0A and B0. RGB value is (215,10,176). Sum of RGB (Red+Green+Blue) = 215+10+176=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AB0 is #28F54F. Grayscale: #595959. Windows color (decimal): -2684240 or 11537111. OLE color: 11537111.
HSL color Cylindrical-coordinate representation of color #D70AB0: hue angle of 311.41º 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 #D70AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.16 |
| HSL | 311.41º | 0.91% | 0.44% | - |
| HSV(B) | 311.41º | 0.95% | 0.84% | - |
| XYZ | 35.97 | 17.8 | 42.61 | - |
| YUV | 90.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 176 | 0 | 0.95 | 0.18 | 0.16 | 311.41 | 0.91 | 0.44 |
| Hex | D7 | A | B0 | 0 | 5F | 12 | 10 | 137 | 5B | 2C |
| Octal | 327 | 12 | 260 | 0 | 137 | 22 | 20 | 467 | 133 | 54 |
| Binary | 11010111 | 1010 | 10110000 | 0 | 1011111 | 10010 | 10000 | 100110111 | 1011011 | 101100 |
Color Harmonies of #D70AB0
Complementary color
Monochromatic Colors of #D70AB0
Black with #D70AB0
Text Example
Text Example
White with #D70AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AB0; }
p { color: rgb(215,10,176); }
H1.HeaderClassName
{
color: #D70AB0;
}
.AnyTagClassName
{
color: #D70AB0;
}
</style>
background-color css
<style>
a { background-color: #D70AB0; }
a { background-color: rgb(215,10,176); }
div.DivClassName
{
background-color: #D70AB0;
}
.BgClassName
{
background-color: #D70AB0;
}
</style>
border-color css
<style>
span { border-color: #D70AB0; }
span { border-color: rgb(215,10,176); }
td.TdClassName
{
border-color: #D70AB0;
}
.TagClassName
{
border-color: #D70AB0;
}
</style>