Shades of Deep Magenta #D10AC2
Tints of Deep Magenta #D10AC2
RGB
CMYK
RGB Variations
Color information
#D10AC2 (or 0xD10AC2) is known color: Deep Magenta. HEX triplet: D1, 0A and C2. RGB value is (209,10,194). Sum of RGB (Red+Green+Blue) = 209+10+194=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 194 (76.17% from 255 or 46.97% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D10AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10AC2 is #2EF53D. Grayscale: #595959. Windows color (decimal): -3077438 or 12716753. OLE color: 12716753.
HSL color Cylindrical-coordinate representation of color #D10AC2: hue angle of 304.52º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10AC2 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 194 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.18 |
| HSL | 304.52º | 0.91% | 0.43% | - |
| HSV(B) | 304.52º | 0.95% | 0.82% | - |
| XYZ | 36.14 | 17.67 | 52.54 | - |
| YUV | 90.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 194 | 0 | 0.95 | 0.07 | 0.18 | 304.52 | 0.91 | 0.43 |
| Hex | D1 | A | C2 | 0 | 5F | 7 | 12 | 131 | 5B | 2B |
| Octal | 321 | 12 | 302 | 0 | 137 | 7 | 22 | 461 | 133 | 53 |
| Binary | 11010001 | 1010 | 11000010 | 0 | 1011111 | 111 | 10010 | 100110001 | 1011011 | 101011 |
Color Harmonies of #D10AC2
Complementary color
Monochromatic Colors of #D10AC2
Black with #D10AC2
Text Example
Text Example
White with #D10AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10AC2; }
p { color: rgb(209,10,194); }
H1.HeaderClassName
{
color: #D10AC2;
}
.AnyTagClassName
{
color: #D10AC2;
}
</style>
background-color css
<style>
a { background-color: #D10AC2; }
a { background-color: rgb(209,10,194); }
div.DivClassName
{
background-color: #D10AC2;
}
.BgClassName
{
background-color: #D10AC2;
}
</style>
border-color css
<style>
span { border-color: #D10AC2; }
span { border-color: rgb(209,10,194); }
td.TdClassName
{
border-color: #D10AC2;
}
.TagClassName
{
border-color: #D10AC2;
}
</style>