Shades of Deep Magenta #D407BC
Tints of Deep Magenta #D407BC
RGB
CMYK
RGB Variations
Color information
#D407BC (or 0xD407BC) is known color: Deep Magenta. HEX triplet: D4, 07 and BC. RGB value is (212,7,188). Sum of RGB (Red+Green+Blue) = 212+7+188=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D407BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407BC is #2BF843. Grayscale: #585858. Windows color (decimal): -2881604 or 12322772. OLE color: 12322772.
HSL color Cylindrical-coordinate representation of color #D407BC: hue angle of 307.02º 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 #D407BC is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.17 |
| HSL | 307.02º | 0.94% | 0.43% | - |
| HSV(B) | 307.02º | 0.97% | 0.83% | - |
| XYZ | 36.3 | 17.78 | 49.1 | - |
| YUV | 88.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 188 | 0 | 0.97 | 0.11 | 0.17 | 307.02 | 0.94 | 0.43 |
| Hex | D4 | 7 | BC | 0 | 61 | B | 11 | 133 | 5E | 2B |
| Octal | 324 | 7 | 274 | 0 | 141 | 13 | 21 | 463 | 136 | 53 |
| Binary | 11010100 | 111 | 10111100 | 0 | 1100001 | 1011 | 10001 | 100110011 | 1011110 | 101011 |
Color Harmonies of #D407BC
Complementary color
Monochromatic Colors of #D407BC
Black with #D407BC
Text Example
Text Example
White with #D407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D407BC; }
p { color: rgb(212,7,188); }
H1.HeaderClassName
{
color: #D407BC;
}
.AnyTagClassName
{
color: #D407BC;
}
</style>
background-color css
<style>
a { background-color: #D407BC; }
a { background-color: rgb(212,7,188); }
div.DivClassName
{
background-color: #D407BC;
}
.BgClassName
{
background-color: #D407BC;
}
</style>
border-color css
<style>
span { border-color: #D407BC; }
span { border-color: rgb(212,7,188); }
td.TdClassName
{
border-color: #D407BC;
}
.TagClassName
{
border-color: #D407BC;
}
</style>