Shades of Deep Magenta #D404DB
Tints of Deep Magenta #D404DB
RGB
CMYK
RGB Variations
Color information
#D404DB (or 0xD404DB) is known color: Deep Magenta. HEX triplet: D4, 04 and DB. RGB value is (212,4,219). Sum of RGB (Red+Green+Blue) = 212+4+219=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D404DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404DB is #2BFB24. Grayscale: #5A5A5A. Windows color (decimal): -2882341 or 14353620. OLE color: 14353620.
HSL color Cylindrical-coordinate representation of color #D404DB: hue angle of 298.05º 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 #D404DB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 4 | 219 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.14 |
| HSL | 298.05º | 0.96% | 0.44% | - |
| HSV(B) | 298.05º | 0.98% | 0.86% | - |
| XYZ | 39.98 | 19.2 | 68.62 | - |
| YUV | 90.7 | 200.41 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 219 | 0.03 | 0.98 | 0 | 0.14 | 298.05 | 0.96 | 0.44 |
| Hex | D4 | 4 | DB | 3 | 62 | 0 | E | 12A | 60 | 2C |
| Octal | 324 | 4 | 333 | 3 | 142 | 0 | 16 | 452 | 140 | 54 |
| Binary | 11010100 | 100 | 11011011 | 11 | 1100010 | 0 | 1110 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D404DB
Complementary color
Monochromatic Colors of #D404DB
Black with #D404DB
Text Example
Text Example
White with #D404DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404DB; }
p { color: rgb(212,4,219); }
H1.HeaderClassName
{
color: #D404DB;
}
.AnyTagClassName
{
color: #D404DB;
}
</style>
background-color css
<style>
a { background-color: #D404DB; }
a { background-color: rgb(212,4,219); }
div.DivClassName
{
background-color: #D404DB;
}
.BgClassName
{
background-color: #D404DB;
}
</style>
border-color css
<style>
span { border-color: #D404DB; }
span { border-color: rgb(212,4,219); }
td.TdClassName
{
border-color: #D404DB;
}
.TagClassName
{
border-color: #D404DB;
}
</style>