Shades of Deep Magenta #D415BB
Tints of Deep Magenta #D415BB
RGB
CMYK
RGB Variations
Color information
#D415BB (or 0xD415BB) is known color: Deep Magenta. HEX triplet: D4, 15 and BB. RGB value is (212,21,187). Sum of RGB (Red+Green+Blue) = 212+21+187=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D415BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D415BB is #2BEA44. Grayscale: #606060. Windows color (decimal): -2878021 or 12260820. OLE color: 12260820.
HSL color Cylindrical-coordinate representation of color #D415BB: hue angle of 307.85º 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 #D415BB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 187 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.17 |
| HSL | 307.85º | 0.82% | 0.46% | - |
| HSV(B) | 307.85º | 0.9% | 0.83% | - |
| XYZ | 36.39 | 18.12 | 48.59 | - |
| YUV | 97.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 187 | 0 | 0.90 | 0.12 | 0.17 | 307.85 | 0.82 | 0.46 |
| Hex | D4 | 15 | BB | 0 | 5A | C | 11 | 134 | 52 | 2E |
| Octal | 324 | 25 | 273 | 0 | 132 | 14 | 21 | 464 | 122 | 56 |
| Binary | 11010100 | 10101 | 10111011 | 0 | 1011010 | 1100 | 10001 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D415BB
Complementary color
Monochromatic Colors of #D415BB
Black with #D415BB
Text Example
Text Example
White with #D415BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D415BB; }
p { color: rgb(212,21,187); }
H1.HeaderClassName
{
color: #D415BB;
}
.AnyTagClassName
{
color: #D415BB;
}
</style>
background-color css
<style>
a { background-color: #D415BB; }
a { background-color: rgb(212,21,187); }
div.DivClassName
{
background-color: #D415BB;
}
.BgClassName
{
background-color: #D415BB;
}
</style>
border-color css
<style>
span { border-color: #D415BB; }
span { border-color: rgb(212,21,187); }
td.TdClassName
{
border-color: #D415BB;
}
.TagClassName
{
border-color: #D415BB;
}
</style>