Shades of Deep Magenta #D412B0
Tints of Deep Magenta #D412B0
RGB
CMYK
RGB Variations
Color information
#D412B0 (or 0xD412B0) is known color: Deep Magenta. HEX triplet: D4, 12 and B0. RGB value is (212,18,176). Sum of RGB (Red+Green+Blue) = 212+18+176=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D412B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D412B0 is #2BED4F. Grayscale: #5D5D5D. Windows color (decimal): -2878800 or 11539156. OLE color: 11539156.
HSL color Cylindrical-coordinate representation of color #D412B0: hue angle of 311.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D412B0 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 176 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.17 |
| HSL | 311.13º | 0.84% | 0.45% | - |
| HSV(B) | 311.13º | 0.92% | 0.83% | - |
| XYZ | 35.2 | 17.56 | 42.61 | - |
| YUV | 94.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 176 | 0 | 0.92 | 0.17 | 0.17 | 311.13 | 0.84 | 0.45 |
| Hex | D4 | 12 | B0 | 0 | 5C | 11 | 11 | 137 | 54 | 2D |
| Octal | 324 | 22 | 260 | 0 | 134 | 21 | 21 | 467 | 124 | 55 |
| Binary | 11010100 | 10010 | 10110000 | 0 | 1011100 | 10001 | 10001 | 100110111 | 1010100 | 101101 |
Color Harmonies of #D412B0
Complementary color
Monochromatic Colors of #D412B0
Black with #D412B0
Text Example
Text Example
White with #D412B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412B0; }
p { color: rgb(212,18,176); }
H1.HeaderClassName
{
color: #D412B0;
}
.AnyTagClassName
{
color: #D412B0;
}
</style>
background-color css
<style>
a { background-color: #D412B0; }
a { background-color: rgb(212,18,176); }
div.DivClassName
{
background-color: #D412B0;
}
.BgClassName
{
background-color: #D412B0;
}
</style>
border-color css
<style>
span { border-color: #D412B0; }
span { border-color: rgb(212,18,176); }
td.TdClassName
{
border-color: #D412B0;
}
.TagClassName
{
border-color: #D412B0;
}
</style>