Shades of Deep Magenta #D115BA
Tints of Deep Magenta #D115BA
RGB
CMYK
RGB Variations
Color information
#D115BA (or 0xD115BA) is known color: Deep Magenta. HEX triplet: D1, 15 and BA. RGB value is (209,21,186). Sum of RGB (Red+Green+Blue) = 209+21+186=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D115BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115BA is #2EEA45. Grayscale: #5F5F5F. Windows color (decimal): -3074630 or 12195281. OLE color: 12195281.
HSL color Cylindrical-coordinate representation of color #D115BA: hue angle of 307.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115BA is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 186 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.18 |
| HSL | 307.34º | 0.82% | 0.45% | - |
| HSV(B) | 307.34º | 0.9% | 0.82% | - |
| XYZ | 35.43 | 17.64 | 47.99 | - |
| YUV | 96.02 | 178.78 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 186 | 0 | 0.90 | 0.11 | 0.18 | 307.34 | 0.82 | 0.45 |
| Hex | D1 | 15 | BA | 0 | 5A | B | 12 | 133 | 52 | 2D |
| Octal | 321 | 25 | 272 | 0 | 132 | 13 | 22 | 463 | 122 | 55 |
| Binary | 11010001 | 10101 | 10111010 | 0 | 1011010 | 1011 | 10010 | 100110011 | 1010010 | 101101 |
Color Harmonies of #D115BA
Complementary color
Monochromatic Colors of #D115BA
Black with #D115BA
Text Example
Text Example
White with #D115BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115BA; }
p { color: rgb(209,21,186); }
H1.HeaderClassName
{
color: #D115BA;
}
.AnyTagClassName
{
color: #D115BA;
}
</style>
background-color css
<style>
a { background-color: #D115BA; }
a { background-color: rgb(209,21,186); }
div.DivClassName
{
background-color: #D115BA;
}
.BgClassName
{
background-color: #D115BA;
}
</style>
border-color css
<style>
span { border-color: #D115BA; }
span { border-color: rgb(209,21,186); }
td.TdClassName
{
border-color: #D115BA;
}
.TagClassName
{
border-color: #D115BA;
}
</style>