Shades of Deep Magenta #D407DC
Tints of Deep Magenta #D407DC
RGB
CMYK
RGB Variations
Color information
#D407DC (or 0xD407DC) is known color: Deep Magenta. HEX triplet: D4, 07 and DC. RGB value is (212,7,220). Sum of RGB (Red+Green+Blue) = 212+7+220=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #D407DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407DC is #2BF823. Grayscale: #5B5B5B. Windows color (decimal): -2881572 or 14419924. OLE color: 14419924.
HSL color Cylindrical-coordinate representation of color #D407DC: hue angle of 297.75º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D407DC is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 7 | 220 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.14 |
| HSL | 297.75º | 0.94% | 0.45% | - |
| HSV(B) | 297.75º | 0.97% | 0.86% | - |
| XYZ | 40.15 | 19.32 | 69.32 | - |
| YUV | 92.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 220 | 0.04 | 0.97 | 0 | 0.14 | 297.75 | 0.94 | 0.45 |
| Hex | D4 | 7 | DC | 4 | 61 | 0 | E | 12A | 5E | 2D |
| Octal | 324 | 7 | 334 | 4 | 141 | 0 | 16 | 452 | 136 | 55 |
| Binary | 11010100 | 111 | 11011100 | 100 | 1100001 | 0 | 1110 | 100101010 | 1011110 | 101101 |
Color Harmonies of #D407DC
Complementary color
Monochromatic Colors of #D407DC
Black with #D407DC
Text Example
Text Example
White with #D407DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407DC; }
p { color: rgb(212,7,220); }
H1.HeaderClassName
{
color: #D407DC;
}
.AnyTagClassName
{
color: #D407DC;
}
</style>
background-color css
<style>
a { background-color: #D407DC; }
a { background-color: rgb(212,7,220); }
div.DivClassName
{
background-color: #D407DC;
}
.BgClassName
{
background-color: #D407DC;
}
</style>
border-color css
<style>
span { border-color: #D407DC; }
span { border-color: rgb(212,7,220); }
td.TdClassName
{
border-color: #D407DC;
}
.TagClassName
{
border-color: #D407DC;
}
</style>