Shades of Deep Magenta #D407D0
Tints of Deep Magenta #D407D0
RGB
CMYK
RGB Variations
Color information
#D407D0 (or 0xD407D0) is known color: Deep Magenta. HEX triplet: D4, 07 and D0. RGB value is (212,7,208). Sum of RGB (Red+Green+Blue) = 212+7+208=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D407D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407D0 is #2BF82F. Grayscale: #5A5A5A. Windows color (decimal): -2881584 or 13633492. OLE color: 13633492.
HSL color Cylindrical-coordinate representation of color #D407D0: hue angle of 301.17º 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 #D407D0 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 208 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.17 |
| HSL | 301.17º | 0.94% | 0.43% | - |
| HSV(B) | 301.17º | 0.97% | 0.83% | - |
| XYZ | 38.61 | 18.7 | 61.25 | - |
| YUV | 91.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 208 | 0 | 0.97 | 0.02 | 0.17 | 301.17 | 0.94 | 0.43 |
| Hex | D4 | 7 | D0 | 0 | 61 | 2 | 11 | 12D | 5E | 2B |
| Octal | 324 | 7 | 320 | 0 | 141 | 2 | 21 | 455 | 136 | 53 |
| Binary | 11010100 | 111 | 11010000 | 0 | 1100001 | 10 | 10001 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D407D0
Complementary color
Monochromatic Colors of #D407D0
Black with #D407D0
Text Example
Text Example
White with #D407D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407D0; }
p { color: rgb(212,7,208); }
H1.HeaderClassName
{
color: #D407D0;
}
.AnyTagClassName
{
color: #D407D0;
}
</style>
background-color css
<style>
a { background-color: #D407D0; }
a { background-color: rgb(212,7,208); }
div.DivClassName
{
background-color: #D407D0;
}
.BgClassName
{
background-color: #D407D0;
}
</style>
border-color css
<style>
span { border-color: #D407D0; }
span { border-color: rgb(212,7,208); }
td.TdClassName
{
border-color: #D407D0;
}
.TagClassName
{
border-color: #D407D0;
}
</style>