Shades of Deep Magenta #D421BA
Tints of Deep Magenta #D421BA
RGB
CMYK
RGB Variations
Color information
#D421BA (or 0xD421BA) is known color: Deep Magenta. HEX triplet: D4, 21 and BA. RGB value is (212,33,186). Sum of RGB (Red+Green+Blue) = 212+33+186=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D421BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421BA is #2BDE45. Grayscale: #676767. Windows color (decimal): -2874950 or 12198356. OLE color: 12198356.
HSL color Cylindrical-coordinate representation of color #D421BA: hue angle of 308.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421BA is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 186 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.17 |
| HSL | 308.72º | 0.73% | 0.48% | - |
| HSV(B) | 308.72º | 0.84% | 0.83% | - |
| XYZ | 36.56 | 18.63 | 48.12 | - |
| YUV | 103.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 186 | 0 | 0.84 | 0.12 | 0.17 | 308.72 | 0.73 | 0.48 |
| Hex | D4 | 21 | BA | 0 | 54 | C | 11 | 135 | 49 | 30 |
| Octal | 324 | 41 | 272 | 0 | 124 | 14 | 21 | 465 | 111 | 60 |
| Binary | 11010100 | 100001 | 10111010 | 0 | 1010100 | 1100 | 10001 | 100110101 | 1001001 | 110000 |
Color Harmonies of #D421BA
Complementary color
Monochromatic Colors of #D421BA
Black with #D421BA
Text Example
Text Example
White with #D421BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421BA; }
p { color: rgb(212,33,186); }
H1.HeaderClassName
{
color: #D421BA;
}
.AnyTagClassName
{
color: #D421BA;
}
</style>
background-color css
<style>
a { background-color: #D421BA; }
a { background-color: rgb(212,33,186); }
div.DivClassName
{
background-color: #D421BA;
}
.BgClassName
{
background-color: #D421BA;
}
</style>
border-color css
<style>
span { border-color: #D421BA; }
span { border-color: rgb(212,33,186); }
td.TdClassName
{
border-color: #D421BA;
}
.TagClassName
{
border-color: #D421BA;
}
</style>