Shades of Deep Magenta #D404B9
Tints of Deep Magenta #D404B9
RGB
CMYK
RGB Variations
Color information
#D404B9 (or 0xD404B9) is known color: Deep Magenta. HEX triplet: D4, 04 and B9. RGB value is (212,4,185). Sum of RGB (Red+Green+Blue) = 212+4+185=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D404B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404B9 is #2BFB46. Grayscale: #565656. Windows color (decimal): -2882375 or 12125396. OLE color: 12125396.
HSL color Cylindrical-coordinate representation of color #D404B9: hue angle of 307.79º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404B9 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 185 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.17 |
| HSL | 307.79º | 0.96% | 0.42% | - |
| HSV(B) | 307.79º | 0.98% | 0.83% | - |
| XYZ | 35.95 | 17.59 | 47.4 | - |
| YUV | 86.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 185 | 0 | 0.98 | 0.13 | 0.17 | 307.79 | 0.96 | 0.42 |
| Hex | D4 | 4 | B9 | 0 | 62 | D | 11 | 134 | 60 | 2A |
| Octal | 324 | 4 | 271 | 0 | 142 | 15 | 21 | 464 | 140 | 52 |
| Binary | 11010100 | 100 | 10111001 | 0 | 1100010 | 1101 | 10001 | 100110100 | 1100000 | 101010 |
Color Harmonies of #D404B9
Complementary color
Monochromatic Colors of #D404B9
Black with #D404B9
Text Example
Text Example
White with #D404B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404B9; }
p { color: rgb(212,4,185); }
H1.HeaderClassName
{
color: #D404B9;
}
.AnyTagClassName
{
color: #D404B9;
}
</style>
background-color css
<style>
a { background-color: #D404B9; }
a { background-color: rgb(212,4,185); }
div.DivClassName
{
background-color: #D404B9;
}
.BgClassName
{
background-color: #D404B9;
}
</style>
border-color css
<style>
span { border-color: #D404B9; }
span { border-color: rgb(212,4,185); }
td.TdClassName
{
border-color: #D404B9;
}
.TagClassName
{
border-color: #D404B9;
}
</style>