Shades of Deep Magenta #D407D4
Tints of Deep Magenta #D407D4
RGB
CMYK
RGB Variations
Color information
#D407D4 (or 0xD407D4) is known color: Deep Magenta. HEX triplet: D4, 07 and D4. RGB value is (212,7,212). Sum of RGB (Red+Green+Blue) = 212+7+212=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D407D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407D4 is #2BF82B. Grayscale: #5B5B5B. Windows color (decimal): -2881580 or 13895636. OLE color: 13895636.
HSL color Cylindrical-coordinate representation of color #D407D4: hue angle of 300º 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 #D407D4 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 212 | - |
| CMYK | 0 | 0.97 | 0 | 0.17 |
| HSL | 300º | 0.94% | 0.43% | - |
| HSV(B) | 300º | 0.97% | 0.83% | - |
| XYZ | 39.11 | 18.9 | 63.87 | - |
| YUV | 91.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 212 | 0 | 0.97 | 0 | 0.17 | 300 | 0.94 | 0.43 |
| Hex | D4 | 7 | D4 | 0 | 61 | 0 | 11 | 12C | 5E | 2B |
| Octal | 324 | 7 | 324 | 0 | 141 | 0 | 21 | 454 | 136 | 53 |
| Binary | 11010100 | 111 | 11010100 | 0 | 1100001 | 0 | 10001 | 100101100 | 1011110 | 101011 |
Color Harmonies of #D407D4
Complementary color
Monochromatic Colors of #D407D4
Black with #D407D4
Text Example
Text Example
White with #D407D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407D4; }
p { color: rgb(212,7,212); }
H1.HeaderClassName
{
color: #D407D4;
}
.AnyTagClassName
{
color: #D407D4;
}
</style>
background-color css
<style>
a { background-color: #D407D4; }
a { background-color: rgb(212,7,212); }
div.DivClassName
{
background-color: #D407D4;
}
.BgClassName
{
background-color: #D407D4;
}
</style>
border-color css
<style>
span { border-color: #D407D4; }
span { border-color: rgb(212,7,212); }
td.TdClassName
{
border-color: #D407D4;
}
.TagClassName
{
border-color: #D407D4;
}
</style>