Shades of Deep Magenta #D114AE
Tints of Deep Magenta #D114AE
RGB
CMYK
RGB Variations
Color information
#D114AE (or 0xD114AE) is known color: Deep Magenta. HEX triplet: D1, 14 and AE. RGB value is (209,20,174). Sum of RGB (Red+Green+Blue) = 209+20+174=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D114AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D114AE is #2EEB51. Grayscale: #5D5D5D. Windows color (decimal): -3074898 or 11408593. OLE color: 11408593.
HSL color Cylindrical-coordinate representation of color #D114AE: hue angle of 311.11º 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 #D114AE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.11º | 0.83% | 0.45% | - |
| HSV(B) | 311.11º | 0.9% | 0.82% | - |
| XYZ | 34.18 | 17.11 | 41.55 | - |
| YUV | 94.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 174 | 0 | 0.90 | 0.17 | 0.18 | 311.11 | 0.83 | 0.45 |
| Hex | D1 | 14 | AE | 0 | 5A | 11 | 12 | 137 | 53 | 2D |
| Octal | 321 | 24 | 256 | 0 | 132 | 21 | 22 | 467 | 123 | 55 |
| Binary | 11010001 | 10100 | 10101110 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010011 | 101101 |
Color Harmonies of #D114AE
Complementary color
Monochromatic Colors of #D114AE
Black with #D114AE
Text Example
Text Example
White with #D114AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D114AE; }
p { color: rgb(209,20,174); }
H1.HeaderClassName
{
color: #D114AE;
}
.AnyTagClassName
{
color: #D114AE;
}
</style>
background-color css
<style>
a { background-color: #D114AE; }
a { background-color: rgb(209,20,174); }
div.DivClassName
{
background-color: #D114AE;
}
.BgClassName
{
background-color: #D114AE;
}
</style>
border-color css
<style>
span { border-color: #D114AE; }
span { border-color: rgb(209,20,174); }
td.TdClassName
{
border-color: #D114AE;
}
.TagClassName
{
border-color: #D114AE;
}
</style>