Shades of Deep Magenta #D12ACE
Tints of Deep Magenta #D12ACE
RGB
CMYK
RGB Variations
Color information
#D12ACE (or 0xD12ACE) is known color: Deep Magenta. HEX triplet: D1, 2A and CE. RGB value is (209,42,206). Sum of RGB (Red+Green+Blue) = 209+42+206=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D12ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12ACE is #2ED531. Grayscale: #6E6E6E. Windows color (decimal): -3069234 or 13511377. OLE color: 13511377.
HSL color Cylindrical-coordinate representation of color #D12ACE: hue angle of 301.08º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12ACE is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 206 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.18 |
| HSL | 301.08º | 0.67% | 0.49% | - |
| HSV(B) | 301.08º | 0.8% | 0.82% | - |
| XYZ | 38.26 | 19.67 | 60.17 | - |
| YUV | 110.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 206 | 0 | 0.80 | 0.01 | 0.18 | 301.08 | 0.67 | 0.49 |
| Hex | D1 | 2A | CE | 0 | 50 | 1 | 12 | 12D | 43 | 31 |
| Octal | 321 | 52 | 316 | 0 | 120 | 1 | 22 | 455 | 103 | 61 |
| Binary | 11010001 | 101010 | 11001110 | 0 | 1010000 | 1 | 10010 | 100101101 | 1000011 | 110001 |
Color Harmonies of #D12ACE
Complementary color
Monochromatic Colors of #D12ACE
Black with #D12ACE
Text Example
Text Example
White with #D12ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12ACE; }
p { color: rgb(209,42,206); }
H1.HeaderClassName
{
color: #D12ACE;
}
.AnyTagClassName
{
color: #D12ACE;
}
</style>
background-color css
<style>
a { background-color: #D12ACE; }
a { background-color: rgb(209,42,206); }
div.DivClassName
{
background-color: #D12ACE;
}
.BgClassName
{
background-color: #D12ACE;
}
</style>
border-color css
<style>
span { border-color: #D12ACE; }
span { border-color: rgb(209,42,206); }
td.TdClassName
{
border-color: #D12ACE;
}
.TagClassName
{
border-color: #D12ACE;
}
</style>