Shades of Deep Magenta #D411BE
Tints of Deep Magenta #D411BE
RGB
CMYK
RGB Variations
Color information
#D411BE (or 0xD411BE) is known color: Deep Magenta. HEX triplet: D4, 11 and BE. RGB value is (212,17,190). Sum of RGB (Red+Green+Blue) = 212+17+190=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D411BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411BE is #2BEE41. Grayscale: #5E5E5E. Windows color (decimal): -2879042 or 12456404. OLE color: 12456404.
HSL color Cylindrical-coordinate representation of color #D411BE: hue angle of 306.77º degrees, saturation: 0.85, 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 #D411BE is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 17 | 190 | - |
CMYK | 0 | 0.92 | 0.10 | 0.17 |
HSL | 306.77º | 0.85% | 0.45% | - |
HSV(B) | 306.77º | 0.92% | 0.83% | - |
XYZ | 36.65 | 18.12 | 50.28 | - |
YUV | 95.03 | 181.6 | 211.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 17 | 190 | 0 | 0.92 | 0.10 | 0.17 | 306.77 | 0.85 | 0.45 |
Hex | D4 | 11 | BE | 0 | 5C | A | 11 | 133 | 55 | 2D |
Octal | 324 | 21 | 276 | 0 | 134 | 12 | 21 | 463 | 125 | 55 |
Binary | 11010100 | 10001 | 10111110 | 0 | 1011100 | 1010 | 10001 | 100110011 | 1010101 | 101101 |
Color Harmonies of #D411BE
Complementary color
Monochromatic Colors of #D411BE
Black with #D411BE
Text Example
Text Example
White with #D411BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411BE; }
p { color: rgb(212,17,190); }
H1.HeaderClassName
{
color: #D411BE;
}
.AnyTagClassName
{
color: #D411BE;
}
</style>
background-color css
<style>
a { background-color: #D411BE; }
a { background-color: rgb(212,17,190); }
div.DivClassName
{
background-color: #D411BE;
}
.BgClassName
{
background-color: #D411BE;
}
</style>
border-color css
<style>
span { border-color: #D411BE; }
span { border-color: rgb(212,17,190); }
td.TdClassName
{
border-color: #D411BE;
}
.TagClassName
{
border-color: #D411BE;
}
</style>