Shades of Deep Magenta #D502AE
Tints of Deep Magenta #D502AE
RGB
CMYK
RGB Variations
Color information
#D502AE (or 0xD502AE) is known color: Deep Magenta. HEX triplet: D5, 02 and AE. RGB value is (213,2,174). Sum of RGB (Red+Green+Blue) = 213+2+174=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D502AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502AE is #2AFD51. Grayscale: #545454. Windows color (decimal): -2817362 or 11403989. OLE color: 11403989.
HSL color Cylindrical-coordinate representation of color #D502AE: hue angle of 311.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502AE is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 174 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.16 |
| HSL | 311.09º | 0.98% | 0.42% | - |
| HSV(B) | 311.09º | 0.99% | 0.84% | - |
| XYZ | 35.1 | 17.25 | 41.52 | - |
| YUV | 84.7 | 178.4 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 174 | 0 | 0.99 | 0.18 | 0.16 | 311.09 | 0.98 | 0.42 |
| Hex | D5 | 2 | AE | 0 | 63 | 12 | 10 | 137 | 62 | 2A |
| Octal | 325 | 2 | 256 | 0 | 143 | 22 | 20 | 467 | 142 | 52 |
| Binary | 11010101 | 10 | 10101110 | 0 | 1100011 | 10010 | 10000 | 100110111 | 1100010 | 101010 |
Color Harmonies of #D502AE
Complementary color
Monochromatic Colors of #D502AE
Black with #D502AE
Text Example
Text Example
White with #D502AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D502AE; }
p { color: rgb(213,2,174); }
H1.HeaderClassName
{
color: #D502AE;
}
.AnyTagClassName
{
color: #D502AE;
}
</style>
background-color css
<style>
a { background-color: #D502AE; }
a { background-color: rgb(213,2,174); }
div.DivClassName
{
background-color: #D502AE;
}
.BgClassName
{
background-color: #D502AE;
}
</style>
border-color css
<style>
span { border-color: #D502AE; }
span { border-color: rgb(213,2,174); }
td.TdClassName
{
border-color: #D502AE;
}
.TagClassName
{
border-color: #D502AE;
}
</style>