Shades of Deep Magenta #D404B5
Tints of Deep Magenta #D404B5
RGB
CMYK
RGB Variations
Color information
#D404B5 (or 0xD404B5) is known color: Deep Magenta. HEX triplet: D4, 04 and B5. RGB value is (212,4,181). Sum of RGB (Red+Green+Blue) = 212+4+181=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D404B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404B5 is #2BFB4A. Grayscale: #555555. Windows color (decimal): -2882379 or 11863252. OLE color: 11863252.
HSL color Cylindrical-coordinate representation of color #D404B5: hue angle of 308.94º 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 #D404B5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.17 |
| HSL | 308.94º | 0.96% | 0.42% | - |
| HSV(B) | 308.94º | 0.98% | 0.83% | - |
| XYZ | 35.54 | 17.42 | 45.21 | - |
| YUV | 86.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 181 | 0 | 0.98 | 0.15 | 0.17 | 308.94 | 0.96 | 0.42 |
| Hex | D4 | 4 | B5 | 0 | 62 | F | 11 | 135 | 60 | 2A |
| Octal | 324 | 4 | 265 | 0 | 142 | 17 | 21 | 465 | 140 | 52 |
| Binary | 11010100 | 100 | 10110101 | 0 | 1100010 | 1111 | 10001 | 100110101 | 1100000 | 101010 |
Color Harmonies of #D404B5
Complementary color
Monochromatic Colors of #D404B5
Black with #D404B5
Text Example
Text Example
White with #D404B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404B5; }
p { color: rgb(212,4,181); }
H1.HeaderClassName
{
color: #D404B5;
}
.AnyTagClassName
{
color: #D404B5;
}
</style>
background-color css
<style>
a { background-color: #D404B5; }
a { background-color: rgb(212,4,181); }
div.DivClassName
{
background-color: #D404B5;
}
.BgClassName
{
background-color: #D404B5;
}
</style>
border-color css
<style>
span { border-color: #D404B5; }
span { border-color: rgb(212,4,181); }
td.TdClassName
{
border-color: #D404B5;
}
.TagClassName
{
border-color: #D404B5;
}
</style>