Shades of Deep Magenta #D407CD
Tints of Deep Magenta #D407CD
RGB
CMYK
RGB Variations
Color information
#D407CD (or 0xD407CD) is known color: Deep Magenta. HEX triplet: D4, 07 and CD. RGB value is (212,7,205). Sum of RGB (Red+Green+Blue) = 212+7+205=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D407CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407CD is #2BF832. Grayscale: #5A5A5A. Windows color (decimal): -2881587 or 13436884. OLE color: 13436884.
HSL color Cylindrical-coordinate representation of color #D407CD: hue angle of 302.05º 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 #D407CD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 205 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.17 |
| HSL | 302.05º | 0.94% | 0.43% | - |
| HSV(B) | 302.05º | 0.97% | 0.83% | - |
| XYZ | 38.25 | 18.56 | 59.32 | - |
| YUV | 90.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 205 | 0 | 0.97 | 0.03 | 0.17 | 302.05 | 0.94 | 0.43 |
| Hex | D4 | 7 | CD | 0 | 61 | 3 | 11 | 12E | 5E | 2B |
| Octal | 324 | 7 | 315 | 0 | 141 | 3 | 21 | 456 | 136 | 53 |
| Binary | 11010100 | 111 | 11001101 | 0 | 1100001 | 11 | 10001 | 100101110 | 1011110 | 101011 |
Color Harmonies of #D407CD
Complementary color
Monochromatic Colors of #D407CD
Black with #D407CD
Text Example
Text Example
White with #D407CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407CD; }
p { color: rgb(212,7,205); }
H1.HeaderClassName
{
color: #D407CD;
}
.AnyTagClassName
{
color: #D407CD;
}
</style>
background-color css
<style>
a { background-color: #D407CD; }
a { background-color: rgb(212,7,205); }
div.DivClassName
{
background-color: #D407CD;
}
.BgClassName
{
background-color: #D407CD;
}
</style>
border-color css
<style>
span { border-color: #D407CD; }
span { border-color: rgb(212,7,205); }
td.TdClassName
{
border-color: #D407CD;
}
.TagClassName
{
border-color: #D407CD;
}
</style>