Shades of Deep Magenta #D70AC1
Tints of Deep Magenta #D70AC1
RGB
CMYK
RGB Variations
Color information
#D70AC1 (or 0xD70AC1) is known color: Deep Magenta. HEX triplet: D7, 0A and C1. RGB value is (215,10,193). Sum of RGB (Red+Green+Blue) = 215+10+193=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AC1 is #28F53E. Grayscale: #5B5B5B. Windows color (decimal): -2684223 or 12651223. OLE color: 12651223.
HSL color Cylindrical-coordinate representation of color #D70AC1: hue angle of 306.44º 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 #D70AC1 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 193 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.16 |
| HSL | 306.44º | 0.91% | 0.44% | - |
| HSV(B) | 306.44º | 0.95% | 0.84% | - |
| XYZ | 37.76 | 18.51 | 52.04 | - |
| YUV | 92.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 193 | 0 | 0.95 | 0.10 | 0.16 | 306.44 | 0.91 | 0.44 |
| Hex | D7 | A | C1 | 0 | 5F | A | 10 | 132 | 5B | 2C |
| Octal | 327 | 12 | 301 | 0 | 137 | 12 | 20 | 462 | 133 | 54 |
| Binary | 11010111 | 1010 | 11000001 | 0 | 1011111 | 1010 | 10000 | 100110010 | 1011011 | 101100 |
Color Harmonies of #D70AC1
Complementary color
Monochromatic Colors of #D70AC1
Black with #D70AC1
Text Example
Text Example
White with #D70AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AC1; }
p { color: rgb(215,10,193); }
H1.HeaderClassName
{
color: #D70AC1;
}
.AnyTagClassName
{
color: #D70AC1;
}
</style>
background-color css
<style>
a { background-color: #D70AC1; }
a { background-color: rgb(215,10,193); }
div.DivClassName
{
background-color: #D70AC1;
}
.BgClassName
{
background-color: #D70AC1;
}
</style>
border-color css
<style>
span { border-color: #D70AC1; }
span { border-color: rgb(215,10,193); }
td.TdClassName
{
border-color: #D70AC1;
}
.TagClassName
{
border-color: #D70AC1;
}
</style>