Shades of Deep Magenta #D114BE
Tints of Deep Magenta #D114BE
RGB
CMYK
RGB Variations
Color information
#D114BE (or 0xD114BE) is known color: Deep Magenta. HEX triplet: D1, 14 and BE. RGB value is (209,20,190). Sum of RGB (Red+Green+Blue) = 209+20+190=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D114BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D114BE is #2EEB41. Grayscale: #5F5F5F. Windows color (decimal): -3074882 or 12457169. OLE color: 12457169.
HSL color Cylindrical-coordinate representation of color #D114BE: hue angle of 306.03º degrees, saturation: 0.83, 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 #D114BE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.18 |
| HSL | 306.03º | 0.83% | 0.45% | - |
| HSV(B) | 306.03º | 0.9% | 0.82% | - |
| XYZ | 35.84 | 17.77 | 50.26 | - |
| YUV | 95.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 190 | 0 | 0.90 | 0.09 | 0.18 | 306.03 | 0.83 | 0.45 |
| Hex | D1 | 14 | BE | 0 | 5A | 9 | 12 | 132 | 53 | 2D |
| Octal | 321 | 24 | 276 | 0 | 132 | 11 | 22 | 462 | 123 | 55 |
| Binary | 11010001 | 10100 | 10111110 | 0 | 1011010 | 1001 | 10010 | 100110010 | 1010011 | 101101 |
Color Harmonies of #D114BE
Complementary color
Monochromatic Colors of #D114BE
Black with #D114BE
Text Example
Text Example
White with #D114BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114BE; }
p { color: rgb(209,20,190); }
H1.HeaderClassName
{
color: #D114BE;
}
.AnyTagClassName
{
color: #D114BE;
}
</style>
background-color css
<style>
a { background-color: #D114BE; }
a { background-color: rgb(209,20,190); }
div.DivClassName
{
background-color: #D114BE;
}
.BgClassName
{
background-color: #D114BE;
}
</style>
border-color css
<style>
span { border-color: #D114BE; }
span { border-color: rgb(209,20,190); }
td.TdClassName
{
border-color: #D114BE;
}
.TagClassName
{
border-color: #D114BE;
}
</style>