Shades of Deep Magenta #D50AC5
Tints of Deep Magenta #D50AC5
RGB
CMYK
RGB Variations
Color information
#D50AC5 (or 0xD50AC5) is known color: Deep Magenta. HEX triplet: D5, 0A and C5. RGB value is (213,10,197). Sum of RGB (Red+Green+Blue) = 213+10+197=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AC5 is #2AF53A. Grayscale: #5B5B5B. Windows color (decimal): -2815291 or 12913365. OLE color: 12913365.
HSL color Cylindrical-coordinate representation of color #D50AC5: hue angle of 304.73º 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 #D50AC5 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 197 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.16 |
| HSL | 304.73º | 0.91% | 0.44% | - |
| HSV(B) | 304.73º | 0.95% | 0.84% | - |
| XYZ | 37.63 | 18.39 | 54.39 | - |
| YUV | 92.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 197 | 0 | 0.95 | 0.08 | 0.16 | 304.73 | 0.91 | 0.44 |
| Hex | D5 | A | C5 | 0 | 5F | 8 | 10 | 131 | 5B | 2C |
| Octal | 325 | 12 | 305 | 0 | 137 | 10 | 20 | 461 | 133 | 54 |
| Binary | 11010101 | 1010 | 11000101 | 0 | 1011111 | 1000 | 10000 | 100110001 | 1011011 | 101100 |
Color Harmonies of #D50AC5
Complementary color
Monochromatic Colors of #D50AC5
Black with #D50AC5
Text Example
Text Example
White with #D50AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AC5; }
p { color: rgb(213,10,197); }
H1.HeaderClassName
{
color: #D50AC5;
}
.AnyTagClassName
{
color: #D50AC5;
}
</style>
background-color css
<style>
a { background-color: #D50AC5; }
a { background-color: rgb(213,10,197); }
div.DivClassName
{
background-color: #D50AC5;
}
.BgClassName
{
background-color: #D50AC5;
}
</style>
border-color css
<style>
span { border-color: #D50AC5; }
span { border-color: rgb(213,10,197); }
td.TdClassName
{
border-color: #D50AC5;
}
.TagClassName
{
border-color: #D50AC5;
}
</style>