Shades of Deep Magenta #D115BE
Tints of Deep Magenta #D115BE
RGB
CMYK
RGB Variations
Color information
#D115BE (or 0xD115BE) is known color: Deep Magenta. HEX triplet: D1, 15 and BE. RGB value is (209,21,190). Sum of RGB (Red+Green+Blue) = 209+21+190=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D115BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D115BE is #2EEA41. Grayscale: #5F5F5F. Windows color (decimal): -3074626 or 12457425. OLE color: 12457425.
HSL color Cylindrical-coordinate representation of color #D115BE: hue angle of 306.06º 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 #D115BE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.18 |
| HSL | 306.06º | 0.82% | 0.45% | - |
| HSV(B) | 306.06º | 0.9% | 0.82% | - |
| XYZ | 35.86 | 17.81 | 50.26 | - |
| YUV | 96.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 190 | 0 | 0.90 | 0.09 | 0.18 | 306.06 | 0.82 | 0.45 |
| Hex | D1 | 15 | BE | 0 | 5A | 9 | 12 | 132 | 52 | 2D |
| Octal | 321 | 25 | 276 | 0 | 132 | 11 | 22 | 462 | 122 | 55 |
| Binary | 11010001 | 10101 | 10111110 | 0 | 1011010 | 1001 | 10010 | 100110010 | 1010010 | 101101 |
Color Harmonies of #D115BE
Complementary color
Monochromatic Colors of #D115BE
Black with #D115BE
Text Example
Text Example
White with #D115BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115BE; }
p { color: rgb(209,21,190); }
H1.HeaderClassName
{
color: #D115BE;
}
.AnyTagClassName
{
color: #D115BE;
}
</style>
background-color css
<style>
a { background-color: #D115BE; }
a { background-color: rgb(209,21,190); }
div.DivClassName
{
background-color: #D115BE;
}
.BgClassName
{
background-color: #D115BE;
}
</style>
border-color css
<style>
span { border-color: #D115BE; }
span { border-color: rgb(209,21,190); }
td.TdClassName
{
border-color: #D115BE;
}
.TagClassName
{
border-color: #D115BE;
}
</style>