Shades of Deep Magenta #D415B9
Tints of Deep Magenta #D415B9
RGB
CMYK
RGB Variations
Color information
#D415B9 (or 0xD415B9) is known color: Deep Magenta. HEX triplet: D4, 15 and B9. RGB value is (212,21,185). Sum of RGB (Red+Green+Blue) = 212+21+185=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D415B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415B9 is #2BEA46. Grayscale: #606060. Windows color (decimal): -2878023 or 12129748. OLE color: 12129748.
HSL color Cylindrical-coordinate representation of color #D415B9: hue angle of 308.48º 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 #D415B9 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 185 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.17 |
| HSL | 308.48º | 0.82% | 0.46% | - |
| HSV(B) | 308.48º | 0.9% | 0.83% | - |
| XYZ | 36.18 | 18.04 | 47.47 | - |
| YUV | 96.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 185 | 0 | 0.90 | 0.13 | 0.17 | 308.48 | 0.82 | 0.46 |
| Hex | D4 | 15 | B9 | 0 | 5A | D | 11 | 134 | 52 | 2E |
| Octal | 324 | 25 | 271 | 0 | 132 | 15 | 21 | 464 | 122 | 56 |
| Binary | 11010100 | 10101 | 10111001 | 0 | 1011010 | 1101 | 10001 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D415B9
Complementary color
Monochromatic Colors of #D415B9
Black with #D415B9
Text Example
Text Example
White with #D415B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415B9; }
p { color: rgb(212,21,185); }
H1.HeaderClassName
{
color: #D415B9;
}
.AnyTagClassName
{
color: #D415B9;
}
</style>
background-color css
<style>
a { background-color: #D415B9; }
a { background-color: rgb(212,21,185); }
div.DivClassName
{
background-color: #D415B9;
}
.BgClassName
{
background-color: #D415B9;
}
</style>
border-color css
<style>
span { border-color: #D415B9; }
span { border-color: rgb(212,21,185); }
td.TdClassName
{
border-color: #D415B9;
}
.TagClassName
{
border-color: #D415B9;
}
</style>