Shades of Deep Magenta #D407BE
Tints of Deep Magenta #D407BE
RGB
CMYK
RGB Variations
Color information
#D407BE (or 0xD407BE) is known color: Deep Magenta. HEX triplet: D4, 07 and BE. RGB value is (212,7,190). Sum of RGB (Red+Green+Blue) = 212+7+190=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D407BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407BE is #2BF841. Grayscale: #585858. Windows color (decimal): -2881602 or 12453844. OLE color: 12453844.
HSL color Cylindrical-coordinate representation of color #D407BE: hue angle of 306.44º 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 #D407BE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.17 |
| HSL | 306.44º | 0.94% | 0.43% | - |
| HSV(B) | 306.44º | 0.97% | 0.83% | - |
| XYZ | 36.52 | 17.87 | 50.24 | - |
| YUV | 89.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 190 | 0 | 0.97 | 0.10 | 0.17 | 306.44 | 0.94 | 0.43 |
| Hex | D4 | 7 | BE | 0 | 61 | A | 11 | 132 | 5E | 2B |
| Octal | 324 | 7 | 276 | 0 | 141 | 12 | 21 | 462 | 136 | 53 |
| Binary | 11010100 | 111 | 10111110 | 0 | 1100001 | 1010 | 10001 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D407BE
Complementary color
Monochromatic Colors of #D407BE
Black with #D407BE
Text Example
Text Example
White with #D407BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407BE; }
p { color: rgb(212,7,190); }
H1.HeaderClassName
{
color: #D407BE;
}
.AnyTagClassName
{
color: #D407BE;
}
</style>
background-color css
<style>
a { background-color: #D407BE; }
a { background-color: rgb(212,7,190); }
div.DivClassName
{
background-color: #D407BE;
}
.BgClassName
{
background-color: #D407BE;
}
</style>
border-color css
<style>
span { border-color: #D407BE; }
span { border-color: rgb(212,7,190); }
td.TdClassName
{
border-color: #D407BE;
}
.TagClassName
{
border-color: #D407BE;
}
</style>