Shades of Deep Magenta #D500AE
Tints of Deep Magenta #D500AE
RGB
CMYK
RGB Variations
Color information
#D500AE (or 0xD500AE) is known color: Deep Magenta. HEX triplet: D5, 00 and AE. RGB value is (213,0,174). Sum of RGB (Red+Green+Blue) = 213+0+174=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D500AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500AE is #2AFF51. Grayscale: #535353. Windows color (decimal): -2817874 or 11403477. OLE color: 11403477.
HSL color Cylindrical-coordinate representation of color #D500AE: hue angle of 310.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500AE is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.18 | 0.16 |
| HSL | 310.99º | 1% | 0.42% | - |
| HSV(B) | 310.99º | 1% | 0.84% | - |
| XYZ | 35.08 | 17.2 | 41.52 | - |
| YUV | 83.52 | 179.07 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 174 | 0 | 1 | 0.18 | 0.16 | 310.99 | 1 | 0.42 |
| Hex | D5 | 0 | AE | 0 | 64 | 12 | 10 | 137 | 64 | 2A |
| Octal | 325 | 0 | 256 | 0 | 144 | 22 | 20 | 467 | 144 | 52 |
| Binary | 11010101 | 0 | 10101110 | 0 | 1100100 | 10010 | 10000 | 100110111 | 1100100 | 101010 |
Color Harmonies of #D500AE
Complementary color
Monochromatic Colors of #D500AE
Black with #D500AE
Text Example
Text Example
White with #D500AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500AE; }
p { color: rgb(213,0,174); }
H1.HeaderClassName
{
color: #D500AE;
}
.AnyTagClassName
{
color: #D500AE;
}
</style>
background-color css
<style>
a { background-color: #D500AE; }
a { background-color: rgb(213,0,174); }
div.DivClassName
{
background-color: #D500AE;
}
.BgClassName
{
background-color: #D500AE;
}
</style>
border-color css
<style>
span { border-color: #D500AE; }
span { border-color: rgb(213,0,174); }
td.TdClassName
{
border-color: #D500AE;
}
.TagClassName
{
border-color: #D500AE;
}
</style>