Shades of Deep Magenta #D50DC1
Tints of Deep Magenta #D50DC1
RGB
CMYK
RGB Variations
Color information
#D50DC1 (or 0xD50DC1) is known color: Deep Magenta. HEX triplet: D5, 0D and C1. RGB value is (213,13,193). Sum of RGB (Red+Green+Blue) = 213+13+193=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DC1 is #2AF23E. Grayscale: #5C5C5C. Windows color (decimal): -2814527 or 12651989. OLE color: 12651989.
HSL color Cylindrical-coordinate representation of color #D50DC1: hue angle of 306º degrees, saturation: 0.88, 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 #D50DC1 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 193 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.16 |
| HSL | 306º | 0.88% | 0.44% | - |
| HSV(B) | 306º | 0.94% | 0.84% | - |
| XYZ | 37.21 | 18.28 | 52.02 | - |
| YUV | 93.32 | 184.26 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 193 | 0 | 0.94 | 0.09 | 0.16 | 306 | 0.88 | 0.44 |
| Hex | D5 | D | C1 | 0 | 5E | 9 | 10 | 132 | 58 | 2C |
| Octal | 325 | 15 | 301 | 0 | 136 | 11 | 20 | 462 | 130 | 54 |
| Binary | 11010101 | 1101 | 11000001 | 0 | 1011110 | 1001 | 10000 | 100110010 | 1011000 | 101100 |
Color Harmonies of #D50DC1
Complementary color
Monochromatic Colors of #D50DC1
Black with #D50DC1
Text Example
Text Example
White with #D50DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DC1; }
p { color: rgb(213,13,193); }
H1.HeaderClassName
{
color: #D50DC1;
}
.AnyTagClassName
{
color: #D50DC1;
}
</style>
background-color css
<style>
a { background-color: #D50DC1; }
a { background-color: rgb(213,13,193); }
div.DivClassName
{
background-color: #D50DC1;
}
.BgClassName
{
background-color: #D50DC1;
}
</style>
border-color css
<style>
span { border-color: #D50DC1; }
span { border-color: rgb(213,13,193); }
td.TdClassName
{
border-color: #D50DC1;
}
.TagClassName
{
border-color: #D50DC1;
}
</style>