Shades of Deep Magenta #D410B9
Tints of Deep Magenta #D410B9
RGB
CMYK
RGB Variations
Color information
#D410B9 (or 0xD410B9) is known color: Deep Magenta. HEX triplet: D4, 10 and B9. RGB value is (212,16,185). Sum of RGB (Red+Green+Blue) = 212+16+185=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D410B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410B9 is #2BEF46. Grayscale: #5D5D5D. Windows color (decimal): -2879303 or 12128468. OLE color: 12128468.
HSL color Cylindrical-coordinate representation of color #D410B9: hue angle of 308.27º degrees, saturation: 0.86, 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 #D410B9 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 185 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.17 |
| HSL | 308.27º | 0.86% | 0.45% | - |
| HSV(B) | 308.27º | 0.92% | 0.83% | - |
| XYZ | 36.09 | 17.87 | 47.45 | - |
| YUV | 93.87 | 179.43 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 185 | 0 | 0.92 | 0.13 | 0.17 | 308.27 | 0.86 | 0.45 |
| Hex | D4 | 10 | B9 | 0 | 5C | D | 11 | 134 | 56 | 2D |
| Octal | 324 | 20 | 271 | 0 | 134 | 15 | 21 | 464 | 126 | 55 |
| Binary | 11010100 | 10000 | 10111001 | 0 | 1011100 | 1101 | 10001 | 100110100 | 1010110 | 101101 |
Color Harmonies of #D410B9
Complementary color
Monochromatic Colors of #D410B9
Black with #D410B9
Text Example
Text Example
White with #D410B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410B9; }
p { color: rgb(212,16,185); }
H1.HeaderClassName
{
color: #D410B9;
}
.AnyTagClassName
{
color: #D410B9;
}
</style>
background-color css
<style>
a { background-color: #D410B9; }
a { background-color: rgb(212,16,185); }
div.DivClassName
{
background-color: #D410B9;
}
.BgClassName
{
background-color: #D410B9;
}
</style>
border-color css
<style>
span { border-color: #D410B9; }
span { border-color: rgb(212,16,185); }
td.TdClassName
{
border-color: #D410B9;
}
.TagClassName
{
border-color: #D410B9;
}
</style>