Shades of Deep Magenta #D70AC2
Tints of Deep Magenta #D70AC2
RGB
CMYK
RGB Variations
Color information
#D70AC2 (or 0xD70AC2) is known color: Deep Magenta. HEX triplet: D7, 0A and C2. RGB value is (215,10,194). Sum of RGB (Red+Green+Blue) = 215+10+194=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AC2 is #28F53D. Grayscale: #5B5B5B. Windows color (decimal): -2684222 or 12716759. OLE color: 12716759.
HSL color Cylindrical-coordinate representation of color #D70AC2: hue angle of 306.15º 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 #D70AC2 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 194 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.16 |
| HSL | 306.15º | 0.91% | 0.44% | - |
| HSV(B) | 306.15º | 0.95% | 0.84% | - |
| XYZ | 37.87 | 18.56 | 52.63 | - |
| YUV | 92.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 194 | 0 | 0.95 | 0.10 | 0.16 | 306.15 | 0.91 | 0.44 |
| Hex | D7 | A | C2 | 0 | 5F | A | 10 | 132 | 5B | 2C |
| Octal | 327 | 12 | 302 | 0 | 137 | 12 | 20 | 462 | 133 | 54 |
| Binary | 11010111 | 1010 | 11000010 | 0 | 1011111 | 1010 | 10000 | 100110010 | 1011011 | 101100 |
Color Harmonies of #D70AC2
Complementary color
Monochromatic Colors of #D70AC2
Black with #D70AC2
Text Example
Text Example
White with #D70AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AC2; }
p { color: rgb(215,10,194); }
H1.HeaderClassName
{
color: #D70AC2;
}
.AnyTagClassName
{
color: #D70AC2;
}
</style>
background-color css
<style>
a { background-color: #D70AC2; }
a { background-color: rgb(215,10,194); }
div.DivClassName
{
background-color: #D70AC2;
}
.BgClassName
{
background-color: #D70AC2;
}
</style>
border-color css
<style>
span { border-color: #D70AC2; }
span { border-color: rgb(215,10,194); }
td.TdClassName
{
border-color: #D70AC2;
}
.TagClassName
{
border-color: #D70AC2;
}
</style>