Shades of Deep Magenta #D50DAF
Tints of Deep Magenta #D50DAF
RGB
CMYK
RGB Variations
Color information
#D50DAF (or 0xD50DAF) is known color: Deep Magenta. HEX triplet: D5, 0D and AF. RGB value is (213,13,175). Sum of RGB (Red+Green+Blue) = 213+13+175=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50DAF is #2AF250. Grayscale: #5A5A5A. Windows color (decimal): -2814545 or 11472341. OLE color: 11472341.
HSL color Cylindrical-coordinate representation of color #D50DAF: hue angle of 311.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DAF is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 175 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.16 |
| HSL | 311.4º | 0.88% | 0.44% | - |
| HSV(B) | 311.4º | 0.94% | 0.84% | - |
| XYZ | 35.32 | 17.53 | 42.08 | - |
| YUV | 91.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 175 | 0 | 0.94 | 0.18 | 0.16 | 311.4 | 0.88 | 0.44 |
| Hex | D5 | D | AF | 0 | 5E | 12 | 10 | 137 | 58 | 2C |
| Octal | 325 | 15 | 257 | 0 | 136 | 22 | 20 | 467 | 130 | 54 |
| Binary | 11010101 | 1101 | 10101111 | 0 | 1011110 | 10010 | 10000 | 100110111 | 1011000 | 101100 |
Color Harmonies of #D50DAF
Complementary color
Monochromatic Colors of #D50DAF
Black with #D50DAF
Text Example
Text Example
White with #D50DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DAF; }
p { color: rgb(213,13,175); }
H1.HeaderClassName
{
color: #D50DAF;
}
.AnyTagClassName
{
color: #D50DAF;
}
</style>
background-color css
<style>
a { background-color: #D50DAF; }
a { background-color: rgb(213,13,175); }
div.DivClassName
{
background-color: #D50DAF;
}
.BgClassName
{
background-color: #D50DAF;
}
</style>
border-color css
<style>
span { border-color: #D50DAF; }
span { border-color: rgb(213,13,175); }
td.TdClassName
{
border-color: #D50DAF;
}
.TagClassName
{
border-color: #D50DAF;
}
</style>