Shades of Deep Magenta #D12DDA
Tints of Deep Magenta #D12DDA
RGB
CMYK
RGB Variations
Color information
#D12DDA (or 0xD12DDA) is known color: Deep Magenta. HEX triplet: D1, 2D and DA. RGB value is (209,45,218). Sum of RGB (Red+Green+Blue) = 209+45+218=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #D12DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DDA is #2ED225. Grayscale: #717171. Windows color (decimal): -3068454 or 14298577. OLE color: 14298577.
HSL color Cylindrical-coordinate representation of color #D12DDA: hue angle of 296.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12DDA is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 45 | 218 | - |
| CMYK | 0.04 | 0.79 | 0 | 0.15 |
| HSL | 296.88º | 0.7% | 0.52% | - |
| HSV(B) | 296.88º | 0.79% | 0.85% | - |
| XYZ | 39.89 | 20.49 | 68.18 | - |
| YUV | 113.76 | 186.83 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 218 | 0.04 | 0.79 | 0 | 0.15 | 296.88 | 0.7 | 0.52 |
| Hex | D1 | 2D | DA | 4 | 4F | 0 | F | 129 | 46 | 34 |
| Octal | 321 | 55 | 332 | 4 | 117 | 0 | 17 | 451 | 106 | 64 |
| Binary | 11010001 | 101101 | 11011010 | 100 | 1001111 | 0 | 1111 | 100101001 | 1000110 | 110100 |
Color Harmonies of #D12DDA
Complementary color
Monochromatic Colors of #D12DDA
Black with #D12DDA
Text Example
Text Example
White with #D12DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DDA; }
p { color: rgb(209,45,218); }
H1.HeaderClassName
{
color: #D12DDA;
}
.AnyTagClassName
{
color: #D12DDA;
}
</style>
background-color css
<style>
a { background-color: #D12DDA; }
a { background-color: rgb(209,45,218); }
div.DivClassName
{
background-color: #D12DDA;
}
.BgClassName
{
background-color: #D12DDA;
}
</style>
border-color css
<style>
span { border-color: #D12DDA; }
span { border-color: rgb(209,45,218); }
td.TdClassName
{
border-color: #D12DDA;
}
.TagClassName
{
border-color: #D12DDA;
}
</style>