Shades of Deep Magenta #D415BC
Tints of Deep Magenta #D415BC
RGB
CMYK
RGB Variations
Color information
#D415BC (or 0xD415BC) is known color: Deep Magenta. HEX triplet: D4, 15 and BC. RGB value is (212,21,188). Sum of RGB (Red+Green+Blue) = 212+21+188=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D415BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415BC is #2BEA43. Grayscale: #606060. Windows color (decimal): -2878020 or 12326356. OLE color: 12326356.
HSL color Cylindrical-coordinate representation of color #D415BC: hue angle of 307.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D415BC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.17 |
| HSL | 307.54º | 0.82% | 0.46% | - |
| HSV(B) | 307.54º | 0.9% | 0.83% | - |
| XYZ | 36.5 | 18.16 | 49.16 | - |
| YUV | 97.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 188 | 0 | 0.90 | 0.11 | 0.17 | 307.54 | 0.82 | 0.46 |
| Hex | D4 | 15 | BC | 0 | 5A | B | 11 | 134 | 52 | 2E |
| Octal | 324 | 25 | 274 | 0 | 132 | 13 | 21 | 464 | 122 | 56 |
| Binary | 11010100 | 10101 | 10111100 | 0 | 1011010 | 1011 | 10001 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D415BC
Complementary color
Monochromatic Colors of #D415BC
Black with #D415BC
Text Example
Text Example
White with #D415BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415BC; }
p { color: rgb(212,21,188); }
H1.HeaderClassName
{
color: #D415BC;
}
.AnyTagClassName
{
color: #D415BC;
}
</style>
background-color css
<style>
a { background-color: #D415BC; }
a { background-color: rgb(212,21,188); }
div.DivClassName
{
background-color: #D415BC;
}
.BgClassName
{
background-color: #D415BC;
}
</style>
border-color css
<style>
span { border-color: #D415BC; }
span { border-color: rgb(212,21,188); }
td.TdClassName
{
border-color: #D415BC;
}
.TagClassName
{
border-color: #D415BC;
}
</style>