Shades of Deep Magenta #D50AC7
Tints of Deep Magenta #D50AC7
RGB
CMYK
RGB Variations
Color information
#D50AC7 (or 0xD50AC7) is known color: Deep Magenta. HEX triplet: D5, 0A and C7. RGB value is (213,10,199). Sum of RGB (Red+Green+Blue) = 213+10+199=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D50AC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50AC7 is #2AF538. Grayscale: #5B5B5B. Windows color (decimal): -2815289 or 13044437. OLE color: 13044437.
HSL color Cylindrical-coordinate representation of color #D50AC7: hue angle of 304.14º 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 #D50AC7 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 199 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.16 |
| HSL | 304.14º | 0.91% | 0.44% | - |
| HSV(B) | 304.14º | 0.95% | 0.84% | - |
| XYZ | 37.86 | 18.49 | 55.61 | - |
| YUV | 92.24 | 188.25 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 199 | 0 | 0.95 | 0.07 | 0.16 | 304.14 | 0.91 | 0.44 |
| Hex | D5 | A | C7 | 0 | 5F | 7 | 10 | 130 | 5B | 2C |
| Octal | 325 | 12 | 307 | 0 | 137 | 7 | 20 | 460 | 133 | 54 |
| Binary | 11010101 | 1010 | 11000111 | 0 | 1011111 | 111 | 10000 | 100110000 | 1011011 | 101100 |
Color Harmonies of #D50AC7
Complementary color
Monochromatic Colors of #D50AC7
Black with #D50AC7
Text Example
Text Example
White with #D50AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AC7; }
p { color: rgb(213,10,199); }
H1.HeaderClassName
{
color: #D50AC7;
}
.AnyTagClassName
{
color: #D50AC7;
}
</style>
background-color css
<style>
a { background-color: #D50AC7; }
a { background-color: rgb(213,10,199); }
div.DivClassName
{
background-color: #D50AC7;
}
.BgClassName
{
background-color: #D50AC7;
}
</style>
border-color css
<style>
span { border-color: #D50AC7; }
span { border-color: rgb(213,10,199); }
td.TdClassName
{
border-color: #D50AC7;
}
.TagClassName
{
border-color: #D50AC7;
}
</style>