Shades of Deep Magenta #D412AF
Tints of Deep Magenta #D412AF
RGB
CMYK
RGB Variations
Color information
#D412AF (or 0xD412AF) is known color: Deep Magenta. HEX triplet: D4, 12 and AF. RGB value is (212,18,175). Sum of RGB (Red+Green+Blue) = 212+18+175=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D412AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D412AF is #2BED50. Grayscale: #5D5D5D. Windows color (decimal): -2878801 or 11473620. OLE color: 11473620.
HSL color Cylindrical-coordinate representation of color #D412AF: hue angle of 311.44º 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 #D412AF is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 175 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.17 |
| HSL | 311.44º | 0.84% | 0.45% | - |
| HSV(B) | 311.44º | 0.92% | 0.83% | - |
| XYZ | 35.11 | 17.52 | 42.09 | - |
| YUV | 93.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 175 | 0 | 0.92 | 0.17 | 0.17 | 311.44 | 0.84 | 0.45 |
| Hex | D4 | 12 | AF | 0 | 5C | 11 | 11 | 137 | 54 | 2D |
| Octal | 324 | 22 | 257 | 0 | 134 | 21 | 21 | 467 | 124 | 55 |
| Binary | 11010100 | 10010 | 10101111 | 0 | 1011100 | 10001 | 10001 | 100110111 | 1010100 | 101101 |
Color Harmonies of #D412AF
Complementary color
Monochromatic Colors of #D412AF
Black with #D412AF
Text Example
Text Example
White with #D412AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412AF; }
p { color: rgb(212,18,175); }
H1.HeaderClassName
{
color: #D412AF;
}
.AnyTagClassName
{
color: #D412AF;
}
</style>
background-color css
<style>
a { background-color: #D412AF; }
a { background-color: rgb(212,18,175); }
div.DivClassName
{
background-color: #D412AF;
}
.BgClassName
{
background-color: #D412AF;
}
</style>
border-color css
<style>
span { border-color: #D412AF; }
span { border-color: rgb(212,18,175); }
td.TdClassName
{
border-color: #D412AF;
}
.TagClassName
{
border-color: #D412AF;
}
</style>