Shades of Deep Magenta #D50AAF
Tints of Deep Magenta #D50AAF
RGB
CMYK
RGB Variations
Color information
#D50AAF (or 0xD50AAF) is known color: Deep Magenta. HEX triplet: D5, 0A and AF. RGB value is (213,10,175). Sum of RGB (Red+Green+Blue) = 213+10+175=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50AAF is #2AF550. Grayscale: #595959. Windows color (decimal): -2815313 or 11471573. OLE color: 11471573.
HSL color Cylindrical-coordinate representation of color #D50AAF: hue angle of 311.23º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50AAF is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.16 |
| HSL | 311.23º | 0.91% | 0.44% | - |
| HSV(B) | 311.23º | 0.95% | 0.84% | - |
| XYZ | 35.29 | 17.46 | 42.07 | - |
| YUV | 89.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 175 | 0 | 0.95 | 0.18 | 0.16 | 311.23 | 0.91 | 0.44 |
| Hex | D5 | A | AF | 0 | 5F | 12 | 10 | 137 | 5B | 2C |
| Octal | 325 | 12 | 257 | 0 | 137 | 22 | 20 | 467 | 133 | 54 |
| Binary | 11010101 | 1010 | 10101111 | 0 | 1011111 | 10010 | 10000 | 100110111 | 1011011 | 101100 |
Color Harmonies of #D50AAF
Complementary color
Monochromatic Colors of #D50AAF
Black with #D50AAF
Text Example
Text Example
White with #D50AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AAF; }
p { color: rgb(213,10,175); }
H1.HeaderClassName
{
color: #D50AAF;
}
.AnyTagClassName
{
color: #D50AAF;
}
</style>
background-color css
<style>
a { background-color: #D50AAF; }
a { background-color: rgb(213,10,175); }
div.DivClassName
{
background-color: #D50AAF;
}
.BgClassName
{
background-color: #D50AAF;
}
</style>
border-color css
<style>
span { border-color: #D50AAF; }
span { border-color: rgb(213,10,175); }
td.TdClassName
{
border-color: #D50AAF;
}
.TagClassName
{
border-color: #D50AAF;
}
</style>