Shades of Deep Magenta #D415BA
Tints of Deep Magenta #D415BA
RGB
CMYK
RGB Variations
Color information
#D415BA (or 0xD415BA) is known color: Deep Magenta. HEX triplet: D4, 15 and BA. RGB value is (212,21,186). Sum of RGB (Red+Green+Blue) = 212+21+186=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D415BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415BA is #2BEA45. Grayscale: #606060. Windows color (decimal): -2878022 or 12195284. OLE color: 12195284.
HSL color Cylindrical-coordinate representation of color #D415BA: hue angle of 308.17º 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 #D415BA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.17 |
| HSL | 308.17º | 0.82% | 0.46% | - |
| HSV(B) | 308.17º | 0.9% | 0.83% | - |
| XYZ | 36.28 | 18.08 | 48.03 | - |
| YUV | 96.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 186 | 0 | 0.90 | 0.12 | 0.17 | 308.17 | 0.82 | 0.46 |
| Hex | D4 | 15 | BA | 0 | 5A | C | 11 | 134 | 52 | 2E |
| Octal | 324 | 25 | 272 | 0 | 132 | 14 | 21 | 464 | 122 | 56 |
| Binary | 11010100 | 10101 | 10111010 | 0 | 1011010 | 1100 | 10001 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D415BA
Complementary color
Monochromatic Colors of #D415BA
Black with #D415BA
Text Example
Text Example
White with #D415BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415BA; }
p { color: rgb(212,21,186); }
H1.HeaderClassName
{
color: #D415BA;
}
.AnyTagClassName
{
color: #D415BA;
}
</style>
background-color css
<style>
a { background-color: #D415BA; }
a { background-color: rgb(212,21,186); }
div.DivClassName
{
background-color: #D415BA;
}
.BgClassName
{
background-color: #D415BA;
}
</style>
border-color css
<style>
span { border-color: #D415BA; }
span { border-color: rgb(212,21,186); }
td.TdClassName
{
border-color: #D415BA;
}
.TagClassName
{
border-color: #D415BA;
}
</style>