Shades of Deep Magenta #D12AD9
Tints of Deep Magenta #D12AD9
RGB
CMYK
RGB Variations
Color information
#D12AD9 (or 0xD12AD9) is known color: Deep Magenta. HEX triplet: D1, 2A and D9. RGB value is (209,42,217). Sum of RGB (Red+Green+Blue) = 209+42+217=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #D12AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12AD9 is #2ED526. Grayscale: #6F6F6F. Windows color (decimal): -3069223 or 14232273. OLE color: 14232273.
HSL color Cylindrical-coordinate representation of color #D12AD9: hue angle of 297.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12AD9 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 42 | 217 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.15 |
| HSL | 297.26º | 0.7% | 0.51% | - |
| HSV(B) | 297.26º | 0.81% | 0.85% | - |
| XYZ | 39.65 | 20.22 | 67.46 | - |
| YUV | 111.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 217 | 0.04 | 0.81 | 0 | 0.15 | 297.26 | 0.7 | 0.51 |
| Hex | D1 | 2A | D9 | 4 | 51 | 0 | F | 129 | 46 | 33 |
| Octal | 321 | 52 | 331 | 4 | 121 | 0 | 17 | 451 | 106 | 63 |
| Binary | 11010001 | 101010 | 11011001 | 100 | 1010001 | 0 | 1111 | 100101001 | 1000110 | 110011 |
Color Harmonies of #D12AD9
Complementary color
Monochromatic Colors of #D12AD9
Black with #D12AD9
Text Example
Text Example
White with #D12AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AD9; }
p { color: rgb(209,42,217); }
H1.HeaderClassName
{
color: #D12AD9;
}
.AnyTagClassName
{
color: #D12AD9;
}
</style>
background-color css
<style>
a { background-color: #D12AD9; }
a { background-color: rgb(209,42,217); }
div.DivClassName
{
background-color: #D12AD9;
}
.BgClassName
{
background-color: #D12AD9;
}
</style>
border-color css
<style>
span { border-color: #D12AD9; }
span { border-color: rgb(209,42,217); }
td.TdClassName
{
border-color: #D12AD9;
}
.TagClassName
{
border-color: #D12AD9;
}
</style>