Shades of Deep Magenta #D214AE
Tints of Deep Magenta #D214AE
RGB
CMYK
RGB Variations
Color information
#D214AE (or 0xD214AE) is known color: Deep Magenta. HEX triplet: D2, 14 and AE. RGB value is (210,20,174). Sum of RGB (Red+Green+Blue) = 210+20+174=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D214AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214AE is #2DEB51. Grayscale: #5D5D5D. Windows color (decimal): -3009362 or 11408594. OLE color: 11408594.
HSL color Cylindrical-coordinate representation of color #D214AE: hue angle of 311.37º 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 #D214AE is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.18 |
| HSL | 311.37º | 0.83% | 0.45% | - |
| HSV(B) | 311.37º | 0.9% | 0.82% | - |
| XYZ | 34.47 | 17.26 | 41.56 | - |
| YUV | 94.37 | 172.95 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 174 | 0 | 0.90 | 0.17 | 0.18 | 311.37 | 0.83 | 0.45 |
| Hex | D2 | 14 | AE | 0 | 5A | 11 | 12 | 137 | 53 | 2D |
| Octal | 322 | 24 | 256 | 0 | 132 | 21 | 22 | 467 | 123 | 55 |
| Binary | 11010010 | 10100 | 10101110 | 0 | 1011010 | 10001 | 10010 | 100110111 | 1010011 | 101101 |
Color Harmonies of #D214AE
Complementary color
Monochromatic Colors of #D214AE
Black with #D214AE
Text Example
Text Example
White with #D214AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214AE; }
p { color: rgb(210,20,174); }
H1.HeaderClassName
{
color: #D214AE;
}
.AnyTagClassName
{
color: #D214AE;
}
</style>
background-color css
<style>
a { background-color: #D214AE; }
a { background-color: rgb(210,20,174); }
div.DivClassName
{
background-color: #D214AE;
}
.BgClassName
{
background-color: #D214AE;
}
</style>
border-color css
<style>
span { border-color: #D214AE; }
span { border-color: rgb(210,20,174); }
td.TdClassName
{
border-color: #D214AE;
}
.TagClassName
{
border-color: #D214AE;
}
</style>