Shades of Deep Magenta #D429BA
Tints of Deep Magenta #D429BA
RGB
CMYK
RGB Variations
Color information
#D429BA (or 0xD429BA) is known color: Deep Magenta. HEX triplet: D4, 29 and BA. RGB value is (212,41,186). Sum of RGB (Red+Green+Blue) = 212+41+186=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D429BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429BA is #2BD645. Grayscale: #6C6C6C. Windows color (decimal): -2872902 or 12200404. OLE color: 12200404.
HSL color Cylindrical-coordinate representation of color #D429BA: hue angle of 309.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429BA is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 186 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.17 |
| HSL | 309.12º | 0.68% | 0.5% | - |
| HSV(B) | 309.12º | 0.81% | 0.83% | - |
| XYZ | 36.81 | 19.13 | 48.21 | - |
| YUV | 108.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 186 | 0 | 0.81 | 0.12 | 0.17 | 309.12 | 0.68 | 0.5 |
| Hex | D4 | 29 | BA | 0 | 51 | C | 11 | 135 | 44 | 32 |
| Octal | 324 | 51 | 272 | 0 | 121 | 14 | 21 | 465 | 104 | 62 |
| Binary | 11010100 | 101001 | 10111010 | 0 | 1010001 | 1100 | 10001 | 100110101 | 1000100 | 110010 |
Color Harmonies of #D429BA
Complementary color
Monochromatic Colors of #D429BA
Black with #D429BA
Text Example
Text Example
White with #D429BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429BA; }
p { color: rgb(212,41,186); }
H1.HeaderClassName
{
color: #D429BA;
}
.AnyTagClassName
{
color: #D429BA;
}
</style>
background-color css
<style>
a { background-color: #D429BA; }
a { background-color: rgb(212,41,186); }
div.DivClassName
{
background-color: #D429BA;
}
.BgClassName
{
background-color: #D429BA;
}
</style>
border-color css
<style>
span { border-color: #D429BA; }
span { border-color: rgb(212,41,186); }
td.TdClassName
{
border-color: #D429BA;
}
.TagClassName
{
border-color: #D429BA;
}
</style>