Shades of Deep Magenta #D50DBE
Tints of Deep Magenta #D50DBE
RGB
CMYK
RGB Variations
Color information
#D50DBE (or 0xD50DBE) is known color: Deep Magenta. HEX triplet: D5, 0D and BE. RGB value is (213,13,190). Sum of RGB (Red+Green+Blue) = 213+13+190=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DBE is #2AF241. Grayscale: #5C5C5C. Windows color (decimal): -2814530 or 12455381. OLE color: 12455381.
HSL color Cylindrical-coordinate representation of color #D50DBE: hue angle of 306.9º 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 #D50DBE is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.16 |
| HSL | 306.9º | 0.88% | 0.44% | - |
| HSV(B) | 306.9º | 0.94% | 0.84% | - |
| XYZ | 36.88 | 18.15 | 50.28 | - |
| YUV | 92.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 190 | 0 | 0.94 | 0.11 | 0.16 | 306.9 | 0.88 | 0.44 |
| Hex | D5 | D | BE | 0 | 5E | B | 10 | 133 | 58 | 2C |
| Octal | 325 | 15 | 276 | 0 | 136 | 13 | 20 | 463 | 130 | 54 |
| Binary | 11010101 | 1101 | 10111110 | 0 | 1011110 | 1011 | 10000 | 100110011 | 1011000 | 101100 |
Color Harmonies of #D50DBE
Complementary color
Monochromatic Colors of #D50DBE
Black with #D50DBE
Text Example
Text Example
White with #D50DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DBE; }
p { color: rgb(213,13,190); }
H1.HeaderClassName
{
color: #D50DBE;
}
.AnyTagClassName
{
color: #D50DBE;
}
</style>
background-color css
<style>
a { background-color: #D50DBE; }
a { background-color: rgb(213,13,190); }
div.DivClassName
{
background-color: #D50DBE;
}
.BgClassName
{
background-color: #D50DBE;
}
</style>
border-color css
<style>
span { border-color: #D50DBE; }
span { border-color: rgb(213,13,190); }
td.TdClassName
{
border-color: #D50DBE;
}
.TagClassName
{
border-color: #D50DBE;
}
</style>