Shades of Deep Magenta #D50ABE
Tints of Deep Magenta #D50ABE
RGB
CMYK
RGB Variations
Color information
#D50ABE (or 0xD50ABE) is known color: Deep Magenta. HEX triplet: D5, 0A and BE. RGB value is (213,10,190). Sum of RGB (Red+Green+Blue) = 213+10+190=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ABE is #2AF541. Grayscale: #5A5A5A. Windows color (decimal): -2815298 or 12454613. OLE color: 12454613.
HSL color Cylindrical-coordinate representation of color #D50ABE: hue angle of 306.8º 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 #D50ABE is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 190 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.16 |
| HSL | 306.8º | 0.91% | 0.44% | - |
| HSV(B) | 306.8º | 0.95% | 0.84% | - |
| XYZ | 36.84 | 18.08 | 50.26 | - |
| YUV | 91.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 190 | 0 | 0.95 | 0.11 | 0.16 | 306.8 | 0.91 | 0.44 |
| Hex | D5 | A | BE | 0 | 5F | B | 10 | 133 | 5B | 2C |
| Octal | 325 | 12 | 276 | 0 | 137 | 13 | 20 | 463 | 133 | 54 |
| Binary | 11010101 | 1010 | 10111110 | 0 | 1011111 | 1011 | 10000 | 100110011 | 1011011 | 101100 |
Color Harmonies of #D50ABE
Complementary color
Monochromatic Colors of #D50ABE
Black with #D50ABE
Text Example
Text Example
White with #D50ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50ABE; }
p { color: rgb(213,10,190); }
H1.HeaderClassName
{
color: #D50ABE;
}
.AnyTagClassName
{
color: #D50ABE;
}
</style>
background-color css
<style>
a { background-color: #D50ABE; }
a { background-color: rgb(213,10,190); }
div.DivClassName
{
background-color: #D50ABE;
}
.BgClassName
{
background-color: #D50ABE;
}
</style>
border-color css
<style>
span { border-color: #D50ABE; }
span { border-color: rgb(213,10,190); }
td.TdClassName
{
border-color: #D50ABE;
}
.TagClassName
{
border-color: #D50ABE;
}
</style>