Shades of Deep Magenta #D404DC
Tints of Deep Magenta #D404DC
RGB
CMYK
RGB Variations
Color information
#D404DC (or 0xD404DC) is known color: Deep Magenta. HEX triplet: D4, 04 and DC. RGB value is (212,4,220). Sum of RGB (Red+Green+Blue) = 212+4+220=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #D404DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404DC is #2BFB23. Grayscale: #5A5A5A. Windows color (decimal): -2882340 or 14419156. OLE color: 14419156.
HSL color Cylindrical-coordinate representation of color #D404DC: hue angle of 297.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D404DC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 4 | 220 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.14 |
| HSL | 297.78º | 0.96% | 0.44% | - |
| HSV(B) | 297.78º | 0.98% | 0.86% | - |
| XYZ | 40.11 | 19.25 | 69.31 | - |
| YUV | 90.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 220 | 0.04 | 0.98 | 0 | 0.14 | 297.78 | 0.96 | 0.44 |
| Hex | D4 | 4 | DC | 4 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 324 | 4 | 334 | 4 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010100 | 100 | 11011100 | 100 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D404DC
Complementary color
Monochromatic Colors of #D404DC
Black with #D404DC
Text Example
Text Example
White with #D404DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404DC; }
p { color: rgb(212,4,220); }
H1.HeaderClassName
{
color: #D404DC;
}
.AnyTagClassName
{
color: #D404DC;
}
</style>
background-color css
<style>
a { background-color: #D404DC; }
a { background-color: rgb(212,4,220); }
div.DivClassName
{
background-color: #D404DC;
}
.BgClassName
{
background-color: #D404DC;
}
</style>
border-color css
<style>
span { border-color: #D404DC; }
span { border-color: rgb(212,4,220); }
td.TdClassName
{
border-color: #D404DC;
}
.TagClassName
{
border-color: #D404DC;
}
</style>