Shades of Deep Magenta #D416BE
Tints of Deep Magenta #D416BE
RGB
CMYK
RGB Variations
Color information
#D416BE (or 0xD416BE) is known color: Deep Magenta. HEX triplet: D4, 16 and BE. RGB value is (212,22,190). Sum of RGB (Red+Green+Blue) = 212+22+190=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D416BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416BE is #2BE941. Grayscale: #616161. Windows color (decimal): -2877762 or 12457684. OLE color: 12457684.
HSL color Cylindrical-coordinate representation of color #D416BE: hue angle of 306.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D416BE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.17 |
| HSL | 306.95º | 0.81% | 0.46% | - |
| HSV(B) | 306.95º | 0.9% | 0.83% | - |
| XYZ | 36.73 | 18.29 | 50.31 | - |
| YUV | 97.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 190 | 0 | 0.90 | 0.10 | 0.17 | 306.95 | 0.81 | 0.46 |
| Hex | D4 | 16 | BE | 0 | 5A | A | 11 | 133 | 51 | 2E |
| Octal | 324 | 26 | 276 | 0 | 132 | 12 | 21 | 463 | 121 | 56 |
| Binary | 11010100 | 10110 | 10111110 | 0 | 1011010 | 1010 | 10001 | 100110011 | 1010001 | 101110 |
Color Harmonies of #D416BE
Complementary color
Monochromatic Colors of #D416BE
Black with #D416BE
Text Example
Text Example
White with #D416BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416BE; }
p { color: rgb(212,22,190); }
H1.HeaderClassName
{
color: #D416BE;
}
.AnyTagClassName
{
color: #D416BE;
}
</style>
background-color css
<style>
a { background-color: #D416BE; }
a { background-color: rgb(212,22,190); }
div.DivClassName
{
background-color: #D416BE;
}
.BgClassName
{
background-color: #D416BE;
}
</style>
border-color css
<style>
span { border-color: #D416BE; }
span { border-color: rgb(212,22,190); }
td.TdClassName
{
border-color: #D416BE;
}
.TagClassName
{
border-color: #D416BE;
}
</style>