Shades of Deep Magenta #D50CB3
Tints of Deep Magenta #D50CB3
RGB
CMYK
RGB Variations
Color information
#D50CB3 (or 0xD50CB3) is known color: Deep Magenta. HEX triplet: D5, 0C and B3. RGB value is (213,12,179). Sum of RGB (Red+Green+Blue) = 213+12+179=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CB3 is #2AF34C. Grayscale: #5A5A5A. Windows color (decimal): -2814797 or 11734229. OLE color: 11734229.
HSL color Cylindrical-coordinate representation of color #D50CB3: hue angle of 310.15º 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 #D50CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.16 |
| HSL | 310.15º | 0.89% | 0.44% | - |
| HSV(B) | 310.15º | 0.94% | 0.84% | - |
| XYZ | 35.71 | 17.66 | 44.18 | - |
| YUV | 91.14 | 177.59 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 179 | 0 | 0.94 | 0.16 | 0.16 | 310.15 | 0.89 | 0.44 |
| Hex | D5 | C | B3 | 0 | 5E | 10 | 10 | 136 | 59 | 2C |
| Octal | 325 | 14 | 263 | 0 | 136 | 20 | 20 | 466 | 131 | 54 |
| Binary | 11010101 | 1100 | 10110011 | 0 | 1011110 | 10000 | 10000 | 100110110 | 1011001 | 101100 |
Color Harmonies of #D50CB3
Complementary color
Monochromatic Colors of #D50CB3
Black with #D50CB3
Text Example
Text Example
White with #D50CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CB3; }
p { color: rgb(213,12,179); }
H1.HeaderClassName
{
color: #D50CB3;
}
.AnyTagClassName
{
color: #D50CB3;
}
</style>
background-color css
<style>
a { background-color: #D50CB3; }
a { background-color: rgb(213,12,179); }
div.DivClassName
{
background-color: #D50CB3;
}
.BgClassName
{
background-color: #D50CB3;
}
</style>
border-color css
<style>
span { border-color: #D50CB3; }
span { border-color: rgb(213,12,179); }
td.TdClassName
{
border-color: #D50CB3;
}
.TagClassName
{
border-color: #D50CB3;
}
</style>