Shades of Deep Magenta #D404CC
Tints of Deep Magenta #D404CC
RGB
CMYK
RGB Variations
Color information
#D404CC (or 0xD404CC) is known color: Deep Magenta. HEX triplet: D4, 04 and CC. RGB value is (212,4,204). Sum of RGB (Red+Green+Blue) = 212+4+204=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D404CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D404CC is #2BFB33. Grayscale: #585858. Windows color (decimal): -2882356 or 13370580. OLE color: 13370580.
HSL color Cylindrical-coordinate representation of color #D404CC: hue angle of 302.31º 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 #D404CC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.17 |
| HSL | 302.31º | 0.96% | 0.42% | - |
| HSV(B) | 302.31º | 0.98% | 0.83% | - |
| XYZ | 38.09 | 18.44 | 58.68 | - |
| YUV | 88.99 | 192.91 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 204 | 0 | 0.98 | 0.04 | 0.17 | 302.31 | 0.96 | 0.42 |
| Hex | D4 | 4 | CC | 0 | 62 | 4 | 11 | 12E | 60 | 2A |
| Octal | 324 | 4 | 314 | 0 | 142 | 4 | 21 | 456 | 140 | 52 |
| Binary | 11010100 | 100 | 11001100 | 0 | 1100010 | 100 | 10001 | 100101110 | 1100000 | 101010 |
Color Harmonies of #D404CC
Complementary color
Monochromatic Colors of #D404CC
Black with #D404CC
Text Example
Text Example
White with #D404CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D404CC; }
p { color: rgb(212,4,204); }
H1.HeaderClassName
{
color: #D404CC;
}
.AnyTagClassName
{
color: #D404CC;
}
</style>
background-color css
<style>
a { background-color: #D404CC; }
a { background-color: rgb(212,4,204); }
div.DivClassName
{
background-color: #D404CC;
}
.BgClassName
{
background-color: #D404CC;
}
</style>
border-color css
<style>
span { border-color: #D404CC; }
span { border-color: rgb(212,4,204); }
td.TdClassName
{
border-color: #D404CC;
}
.TagClassName
{
border-color: #D404CC;
}
</style>