Shades of Deep Magenta #D70ACE
Tints of Deep Magenta #D70ACE
RGB
CMYK
RGB Variations
Color information
#D70ACE (or 0xD70ACE) is known color: Deep Magenta. HEX triplet: D7, 0A and CE. RGB value is (215,10,206). Sum of RGB (Red+Green+Blue) = 215+10+206=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ACE is #28F531. Grayscale: #5D5D5D. Windows color (decimal): -2684210 or 13503191. OLE color: 13503191.
HSL color Cylindrical-coordinate representation of color #D70ACE: hue angle of 302.63º 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 #D70ACE is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.16 |
| HSL | 302.63º | 0.91% | 0.44% | - |
| HSV(B) | 302.63º | 0.95% | 0.84% | - |
| XYZ | 39.27 | 19.12 | 60.01 | - |
| YUV | 93.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 206 | 0 | 0.95 | 0.04 | 0.16 | 302.63 | 0.91 | 0.44 |
| Hex | D7 | A | CE | 0 | 5F | 4 | 10 | 12F | 5B | 2C |
| Octal | 327 | 12 | 316 | 0 | 137 | 4 | 20 | 457 | 133 | 54 |
| Binary | 11010111 | 1010 | 11001110 | 0 | 1011111 | 100 | 10000 | 100101111 | 1011011 | 101100 |
Color Harmonies of #D70ACE
Complementary color
Monochromatic Colors of #D70ACE
Black with #D70ACE
Text Example
Text Example
White with #D70ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70ACE; }
p { color: rgb(215,10,206); }
H1.HeaderClassName
{
color: #D70ACE;
}
.AnyTagClassName
{
color: #D70ACE;
}
</style>
background-color css
<style>
a { background-color: #D70ACE; }
a { background-color: rgb(215,10,206); }
div.DivClassName
{
background-color: #D70ACE;
}
.BgClassName
{
background-color: #D70ACE;
}
</style>
border-color css
<style>
span { border-color: #D70ACE; }
span { border-color: rgb(215,10,206); }
td.TdClassName
{
border-color: #D70ACE;
}
.TagClassName
{
border-color: #D70ACE;
}
</style>