Shades of Deep Magenta #D50CD1
Tints of Deep Magenta #D50CD1
RGB
CMYK
RGB Variations
Color information
#D50CD1 (or 0xD50CD1) is known color: Deep Magenta. HEX triplet: D5, 0C and D1. RGB value is (213,12,209). Sum of RGB (Red+Green+Blue) = 213+12+209=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CD1 is #2AF32E. Grayscale: #5D5D5D. Windows color (decimal): -2814767 or 13700309. OLE color: 13700309.
HSL color Cylindrical-coordinate representation of color #D50CD1: hue angle of 301.19º degrees, saturation: 0.89, 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 #D50CD1 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 209 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.16 |
| HSL | 301.19º | 0.89% | 0.44% | - |
| HSV(B) | 301.19º | 0.94% | 0.84% | - |
| XYZ | 39.08 | 19.01 | 61.93 | - |
| YUV | 94.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 209 | 0 | 0.94 | 0.02 | 0.16 | 301.19 | 0.89 | 0.44 |
| Hex | D5 | C | D1 | 0 | 5E | 2 | 10 | 12D | 59 | 2C |
| Octal | 325 | 14 | 321 | 0 | 136 | 2 | 20 | 455 | 131 | 54 |
| Binary | 11010101 | 1100 | 11010001 | 0 | 1011110 | 10 | 10000 | 100101101 | 1011001 | 101100 |
Color Harmonies of #D50CD1
Complementary color
Monochromatic Colors of #D50CD1
Black with #D50CD1
Text Example
Text Example
White with #D50CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CD1; }
p { color: rgb(213,12,209); }
H1.HeaderClassName
{
color: #D50CD1;
}
.AnyTagClassName
{
color: #D50CD1;
}
</style>
background-color css
<style>
a { background-color: #D50CD1; }
a { background-color: rgb(213,12,209); }
div.DivClassName
{
background-color: #D50CD1;
}
.BgClassName
{
background-color: #D50CD1;
}
</style>
border-color css
<style>
span { border-color: #D50CD1; }
span { border-color: rgb(213,12,209); }
td.TdClassName
{
border-color: #D50CD1;
}
.TagClassName
{
border-color: #D50CD1;
}
</style>