Shades of Deep Magenta #D112BE
Tints of Deep Magenta #D112BE
RGB
CMYK
RGB Variations
Color information
#D112BE (or 0xD112BE) is known color: Deep Magenta. HEX triplet: D1, 12 and BE. RGB value is (209,18,190). Sum of RGB (Red+Green+Blue) = 209+18+190=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D112BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D112BE is #2EED41. Grayscale: #5E5E5E. Windows color (decimal): -3075394 or 12456657. OLE color: 12456657.
HSL color Cylindrical-coordinate representation of color #D112BE: hue angle of 305.97º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D112BE is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 190 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.18 |
| HSL | 305.97º | 0.84% | 0.45% | - |
| HSV(B) | 305.97º | 0.91% | 0.82% | - |
| XYZ | 35.81 | 17.71 | 50.25 | - |
| YUV | 94.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 190 | 0 | 0.91 | 0.09 | 0.18 | 305.97 | 0.84 | 0.45 |
| Hex | D1 | 12 | BE | 0 | 5B | 9 | 12 | 132 | 54 | 2D |
| Octal | 321 | 22 | 276 | 0 | 133 | 11 | 22 | 462 | 124 | 55 |
| Binary | 11010001 | 10010 | 10111110 | 0 | 1011011 | 1001 | 10010 | 100110010 | 1010100 | 101101 |
Color Harmonies of #D112BE
Complementary color
Monochromatic Colors of #D112BE
Black with #D112BE
Text Example
Text Example
White with #D112BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112BE; }
p { color: rgb(209,18,190); }
H1.HeaderClassName
{
color: #D112BE;
}
.AnyTagClassName
{
color: #D112BE;
}
</style>
background-color css
<style>
a { background-color: #D112BE; }
a { background-color: rgb(209,18,190); }
div.DivClassName
{
background-color: #D112BE;
}
.BgClassName
{
background-color: #D112BE;
}
</style>
border-color css
<style>
span { border-color: #D112BE; }
span { border-color: rgb(209,18,190); }
td.TdClassName
{
border-color: #D112BE;
}
.TagClassName
{
border-color: #D112BE;
}
</style>