Shades of Deep Magenta #D12AC9
Tints of Deep Magenta #D12AC9
RGB
CMYK
RGB Variations
Color information
#D12AC9 (or 0xD12AC9) is known color: Deep Magenta. HEX triplet: D1, 2A and C9. RGB value is (209,42,201). Sum of RGB (Red+Green+Blue) = 209+42+201=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D12AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AC9 is #2ED536. Grayscale: #6D6D6D. Windows color (decimal): -3069239 or 13183697. OLE color: 13183697.
HSL color Cylindrical-coordinate representation of color #D12AC9: hue angle of 302.87º 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 #D12AC9 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 201 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.18 |
| HSL | 302.87º | 0.67% | 0.49% | - |
| HSV(B) | 302.87º | 0.8% | 0.82% | - |
| XYZ | 37.67 | 19.43 | 57.02 | - |
| YUV | 110.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 201 | 0 | 0.80 | 0.04 | 0.18 | 302.87 | 0.67 | 0.49 |
| Hex | D1 | 2A | C9 | 0 | 50 | 4 | 12 | 12F | 43 | 31 |
| Octal | 321 | 52 | 311 | 0 | 120 | 4 | 22 | 457 | 103 | 61 |
| Binary | 11010001 | 101010 | 11001001 | 0 | 1010000 | 100 | 10010 | 100101111 | 1000011 | 110001 |
Color Harmonies of #D12AC9
Complementary color
Monochromatic Colors of #D12AC9
Black with #D12AC9
Text Example
Text Example
White with #D12AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AC9; }
p { color: rgb(209,42,201); }
H1.HeaderClassName
{
color: #D12AC9;
}
.AnyTagClassName
{
color: #D12AC9;
}
</style>
background-color css
<style>
a { background-color: #D12AC9; }
a { background-color: rgb(209,42,201); }
div.DivClassName
{
background-color: #D12AC9;
}
.BgClassName
{
background-color: #D12AC9;
}
</style>
border-color css
<style>
span { border-color: #D12AC9; }
span { border-color: rgb(209,42,201); }
td.TdClassName
{
border-color: #D12AC9;
}
.TagClassName
{
border-color: #D12AC9;
}
</style>