Shades of Deep Magenta #D416B8
Tints of Deep Magenta #D416B8
RGB
CMYK
RGB Variations
Color information
#D416B8 (or 0xD416B8) is known color: Deep Magenta. HEX triplet: D4, 16 and B8. RGB value is (212,22,184). Sum of RGB (Red+Green+Blue) = 212+22+184=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D416B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D416B8 is #2BE947. Grayscale: #606060. Windows color (decimal): -2877768 or 12064468. OLE color: 12064468.
HSL color Cylindrical-coordinate representation of color #D416B8: hue angle of 308.84º 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 #D416B8 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 184 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.17 |
| HSL | 308.84º | 0.81% | 0.46% | - |
| HSV(B) | 308.84º | 0.9% | 0.83% | - |
| XYZ | 36.09 | 18.03 | 46.93 | - |
| YUV | 97.28 | 176.95 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 184 | 0 | 0.90 | 0.13 | 0.17 | 308.84 | 0.81 | 0.46 |
| Hex | D4 | 16 | B8 | 0 | 5A | D | 11 | 135 | 51 | 2E |
| Octal | 324 | 26 | 270 | 0 | 132 | 15 | 21 | 465 | 121 | 56 |
| Binary | 11010100 | 10110 | 10111000 | 0 | 1011010 | 1101 | 10001 | 100110101 | 1010001 | 101110 |
Color Harmonies of #D416B8
Complementary color
Monochromatic Colors of #D416B8
Black with #D416B8
Text Example
Text Example
White with #D416B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416B8; }
p { color: rgb(212,22,184); }
H1.HeaderClassName
{
color: #D416B8;
}
.AnyTagClassName
{
color: #D416B8;
}
</style>
background-color css
<style>
a { background-color: #D416B8; }
a { background-color: rgb(212,22,184); }
div.DivClassName
{
background-color: #D416B8;
}
.BgClassName
{
background-color: #D416B8;
}
</style>
border-color css
<style>
span { border-color: #D416B8; }
span { border-color: rgb(212,22,184); }
td.TdClassName
{
border-color: #D416B8;
}
.TagClassName
{
border-color: #D416B8;
}
</style>