Shades of Deep Magenta #D406CF
Tints of Deep Magenta #D406CF
RGB
CMYK
RGB Variations
Color information
#D406CF (or 0xD406CF) is known color: Deep Magenta. HEX triplet: D4, 06 and CF. RGB value is (212,6,207). Sum of RGB (Red+Green+Blue) = 212+6+207=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D406CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406CF is #2BF930. Grayscale: #595959. Windows color (decimal): -2881841 or 13567700. OLE color: 13567700.
HSL color Cylindrical-coordinate representation of color #D406CF: hue angle of 301.46º 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 #D406CF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.17 |
| HSL | 301.46º | 0.94% | 0.43% | - |
| HSV(B) | 301.46º | 0.97% | 0.83% | - |
| XYZ | 38.48 | 18.63 | 60.6 | - |
| YUV | 90.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 207 | 0 | 0.97 | 0.02 | 0.17 | 301.46 | 0.94 | 0.43 |
| Hex | D4 | 6 | CF | 0 | 61 | 2 | 11 | 12D | 5E | 2B |
| Octal | 324 | 6 | 317 | 0 | 141 | 2 | 21 | 455 | 136 | 53 |
| Binary | 11010100 | 110 | 11001111 | 0 | 1100001 | 10 | 10001 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D406CF
Complementary color
Monochromatic Colors of #D406CF
Black with #D406CF
Text Example
Text Example
White with #D406CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D406CF; }
p { color: rgb(212,6,207); }
H1.HeaderClassName
{
color: #D406CF;
}
.AnyTagClassName
{
color: #D406CF;
}
</style>
background-color css
<style>
a { background-color: #D406CF; }
a { background-color: rgb(212,6,207); }
div.DivClassName
{
background-color: #D406CF;
}
.BgClassName
{
background-color: #D406CF;
}
</style>
border-color css
<style>
span { border-color: #D406CF; }
span { border-color: rgb(212,6,207); }
td.TdClassName
{
border-color: #D406CF;
}
.TagClassName
{
border-color: #D406CF;
}
</style>