Shades of Deep Magenta #D404DD
Tints of Deep Magenta #D404DD
RGB
CMYK
RGB Variations
Color information
#D404DD (or 0xD404DD) is known color: Deep Magenta. HEX triplet: D4, 04 and DD. RGB value is (212,4,221). Sum of RGB (Red+Green+Blue) = 212+4+221=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D404DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404DD is #2BFB22. Grayscale: #5A5A5A. Windows color (decimal): -2882339 or 14484692. OLE color: 14484692.
HSL color Cylindrical-coordinate representation of color #D404DD: hue angle of 297.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404DD is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 4 | 221 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.13 |
| HSL | 297.51º | 0.96% | 0.44% | - |
| HSV(B) | 297.51º | 0.98% | 0.87% | - |
| XYZ | 40.25 | 19.3 | 70.01 | - |
| YUV | 90.93 | 201.41 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 221 | 0.04 | 0.98 | 0 | 0.13 | 297.51 | 0.96 | 0.44 |
| Hex | D4 | 4 | DD | 4 | 62 | 0 | D | 12A | 60 | 2C |
| Octal | 324 | 4 | 335 | 4 | 142 | 0 | 15 | 452 | 140 | 54 |
| Binary | 11010100 | 100 | 11011101 | 100 | 1100010 | 0 | 1101 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D404DD
Complementary color
Monochromatic Colors of #D404DD
Black with #D404DD
Text Example
Text Example
White with #D404DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404DD; }
p { color: rgb(212,4,221); }
H1.HeaderClassName
{
color: #D404DD;
}
.AnyTagClassName
{
color: #D404DD;
}
</style>
background-color css
<style>
a { background-color: #D404DD; }
a { background-color: rgb(212,4,221); }
div.DivClassName
{
background-color: #D404DD;
}
.BgClassName
{
background-color: #D404DD;
}
</style>
border-color css
<style>
span { border-color: #D404DD; }
span { border-color: rgb(212,4,221); }
td.TdClassName
{
border-color: #D404DD;
}
.TagClassName
{
border-color: #D404DD;
}
</style>