Shades of Deep Magenta #D424BA
Tints of Deep Magenta #D424BA
RGB
CMYK
RGB Variations
Color information
#D424BA (or 0xD424BA) is known color: Deep Magenta. HEX triplet: D4, 24 and BA. RGB value is (212,36,186). Sum of RGB (Red+Green+Blue) = 212+36+186=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D424BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D424BA is #2BDB45. Grayscale: #696969. Windows color (decimal): -2874182 or 12199124. OLE color: 12199124.
HSL color Cylindrical-coordinate representation of color #D424BA: hue angle of 308.86º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D424BA is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 186 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.17 |
| HSL | 308.86º | 0.71% | 0.49% | - |
| HSV(B) | 308.86º | 0.83% | 0.83% | - |
| XYZ | 36.65 | 18.8 | 48.15 | - |
| YUV | 105.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 186 | 0 | 0.83 | 0.12 | 0.17 | 308.86 | 0.71 | 0.49 |
| Hex | D4 | 24 | BA | 0 | 53 | C | 11 | 135 | 47 | 31 |
| Octal | 324 | 44 | 272 | 0 | 123 | 14 | 21 | 465 | 107 | 61 |
| Binary | 11010100 | 100100 | 10111010 | 0 | 1010011 | 1100 | 10001 | 100110101 | 1000111 | 110001 |
Color Harmonies of #D424BA
Complementary color
Monochromatic Colors of #D424BA
Black with #D424BA
Text Example
Text Example
White with #D424BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424BA; }
p { color: rgb(212,36,186); }
H1.HeaderClassName
{
color: #D424BA;
}
.AnyTagClassName
{
color: #D424BA;
}
</style>
background-color css
<style>
a { background-color: #D424BA; }
a { background-color: rgb(212,36,186); }
div.DivClassName
{
background-color: #D424BA;
}
.BgClassName
{
background-color: #D424BA;
}
</style>
border-color css
<style>
span { border-color: #D424BA; }
span { border-color: rgb(212,36,186); }
td.TdClassName
{
border-color: #D424BA;
}
.TagClassName
{
border-color: #D424BA;
}
</style>