Shades of Deep Magenta #D406CC
Tints of Deep Magenta #D406CC
RGB
CMYK
RGB Variations
Color information
#D406CC (or 0xD406CC) is known color: Deep Magenta. HEX triplet: D4, 06 and CC. RGB value is (212,6,204). Sum of RGB (Red+Green+Blue) = 212+6+204=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D406CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406CC is #2BF933. Grayscale: #595959. Windows color (decimal): -2881844 or 13371092. OLE color: 13371092.
HSL color Cylindrical-coordinate representation of color #D406CC: hue angle of 302.33º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406CC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 204 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.17 |
| HSL | 302.33º | 0.94% | 0.43% | - |
| HSV(B) | 302.33º | 0.97% | 0.83% | - |
| XYZ | 38.12 | 18.49 | 58.69 | - |
| YUV | 90.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 204 | 0 | 0.97 | 0.04 | 0.17 | 302.33 | 0.94 | 0.43 |
| Hex | D4 | 6 | CC | 0 | 61 | 4 | 11 | 12E | 5E | 2B |
| Octal | 324 | 6 | 314 | 0 | 141 | 4 | 21 | 456 | 136 | 53 |
| Binary | 11010100 | 110 | 11001100 | 0 | 1100001 | 100 | 10001 | 100101110 | 1011110 | 101011 |
Color Harmonies of #D406CC
Complementary color
Monochromatic Colors of #D406CC
Black with #D406CC
Text Example
Text Example
White with #D406CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406CC; }
p { color: rgb(212,6,204); }
H1.HeaderClassName
{
color: #D406CC;
}
.AnyTagClassName
{
color: #D406CC;
}
</style>
background-color css
<style>
a { background-color: #D406CC; }
a { background-color: rgb(212,6,204); }
div.DivClassName
{
background-color: #D406CC;
}
.BgClassName
{
background-color: #D406CC;
}
</style>
border-color css
<style>
span { border-color: #D406CC; }
span { border-color: rgb(212,6,204); }
td.TdClassName
{
border-color: #D406CC;
}
.TagClassName
{
border-color: #D406CC;
}
</style>