Shades of Deep Magenta #D404CB
Tints of Deep Magenta #D404CB
RGB
CMYK
RGB Variations
Color information
#D404CB (or 0xD404CB) is known color: Deep Magenta. HEX triplet: D4, 04 and CB. RGB value is (212,4,203). Sum of RGB (Red+Green+Blue) = 212+4+203=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D404CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404CB is #2BFB34. Grayscale: #585858. Windows color (decimal): -2882357 or 13305044. OLE color: 13305044.
HSL color Cylindrical-coordinate representation of color #D404CB: hue angle of 302.6º 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 #D404CB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 203 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.17 |
| HSL | 302.6º | 0.96% | 0.42% | - |
| HSV(B) | 302.6º | 0.98% | 0.83% | - |
| XYZ | 37.97 | 18.4 | 58.05 | - |
| YUV | 88.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 203 | 0 | 0.98 | 0.04 | 0.17 | 302.6 | 0.96 | 0.42 |
| Hex | D4 | 4 | CB | 0 | 62 | 4 | 11 | 12F | 60 | 2A |
| Octal | 324 | 4 | 313 | 0 | 142 | 4 | 21 | 457 | 140 | 52 |
| Binary | 11010100 | 100 | 11001011 | 0 | 1100010 | 100 | 10001 | 100101111 | 1100000 | 101010 |
Color Harmonies of #D404CB
Complementary color
Monochromatic Colors of #D404CB
Black with #D404CB
Text Example
Text Example
White with #D404CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404CB; }
p { color: rgb(212,4,203); }
H1.HeaderClassName
{
color: #D404CB;
}
.AnyTagClassName
{
color: #D404CB;
}
</style>
background-color css
<style>
a { background-color: #D404CB; }
a { background-color: rgb(212,4,203); }
div.DivClassName
{
background-color: #D404CB;
}
.BgClassName
{
background-color: #D404CB;
}
</style>
border-color css
<style>
span { border-color: #D404CB; }
span { border-color: rgb(212,4,203); }
td.TdClassName
{
border-color: #D404CB;
}
.TagClassName
{
border-color: #D404CB;
}
</style>