Shades of Deep Magenta #D50CD9
Tints of Deep Magenta #D50CD9
RGB
CMYK
RGB Variations
Color information
#D50CD9 (or 0xD50CD9) is known color: Deep Magenta. HEX triplet: D5, 0C and D9. RGB value is (213,12,217). Sum of RGB (Red+Green+Blue) = 213+12+217=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #D50CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CD9 is #2AF326. Grayscale: #5E5E5E. Windows color (decimal): -2814759 or 14224597. OLE color: 14224597.
HSL color Cylindrical-coordinate representation of color #D50CD9: hue angle of 298.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CD9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 12 | 217 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.15 |
| HSL | 298.83º | 0.9% | 0.45% | - |
| HSV(B) | 298.83º | 0.94% | 0.85% | - |
| XYZ | 40.1 | 19.42 | 67.28 | - |
| YUV | 95.47 | 196.59 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 217 | 0.02 | 0.94 | 0 | 0.15 | 298.83 | 0.9 | 0.45 |
| Hex | D5 | C | D9 | 2 | 5E | 0 | F | 12B | 5A | 2D |
| Octal | 325 | 14 | 331 | 2 | 136 | 0 | 17 | 453 | 132 | 55 |
| Binary | 11010101 | 1100 | 11011001 | 10 | 1011110 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D50CD9
Complementary color
Monochromatic Colors of #D50CD9
Black with #D50CD9
Text Example
Text Example
White with #D50CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CD9; }
p { color: rgb(213,12,217); }
H1.HeaderClassName
{
color: #D50CD9;
}
.AnyTagClassName
{
color: #D50CD9;
}
</style>
background-color css
<style>
a { background-color: #D50CD9; }
a { background-color: rgb(213,12,217); }
div.DivClassName
{
background-color: #D50CD9;
}
.BgClassName
{
background-color: #D50CD9;
}
</style>
border-color css
<style>
span { border-color: #D50CD9; }
span { border-color: rgb(213,12,217); }
td.TdClassName
{
border-color: #D50CD9;
}
.TagClassName
{
border-color: #D50CD9;
}
</style>