Shades of Deep Magenta #D50DB5
Tints of Deep Magenta #D50DB5
RGB
CMYK
RGB Variations
Color information
#D50DB5 (or 0xD50DB5) is known color: Deep Magenta. HEX triplet: D5, 0D and B5. RGB value is (213,13,181). Sum of RGB (Red+Green+Blue) = 213+13+181=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D50DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DB5 is #2AF24A. Grayscale: #5B5B5B. Windows color (decimal): -2814539 or 11865557. OLE color: 11865557.
HSL color Cylindrical-coordinate representation of color #D50DB5: hue angle of 309.6º 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 #D50DB5 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 181 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.16 |
| HSL | 309.6º | 0.88% | 0.44% | - |
| HSV(B) | 309.6º | 0.94% | 0.84% | - |
| XYZ | 35.92 | 17.77 | 45.25 | - |
| YUV | 91.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 181 | 0 | 0.94 | 0.15 | 0.16 | 309.6 | 0.88 | 0.44 |
| Hex | D5 | D | B5 | 0 | 5E | F | 10 | 136 | 58 | 2C |
| Octal | 325 | 15 | 265 | 0 | 136 | 17 | 20 | 466 | 130 | 54 |
| Binary | 11010101 | 1101 | 10110101 | 0 | 1011110 | 1111 | 10000 | 100110110 | 1011000 | 101100 |
Color Harmonies of #D50DB5
Complementary color
Monochromatic Colors of #D50DB5
Black with #D50DB5
Text Example
Text Example
White with #D50DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DB5; }
p { color: rgb(213,13,181); }
H1.HeaderClassName
{
color: #D50DB5;
}
.AnyTagClassName
{
color: #D50DB5;
}
</style>
background-color css
<style>
a { background-color: #D50DB5; }
a { background-color: rgb(213,13,181); }
div.DivClassName
{
background-color: #D50DB5;
}
.BgClassName
{
background-color: #D50DB5;
}
</style>
border-color css
<style>
span { border-color: #D50DB5; }
span { border-color: rgb(213,13,181); }
td.TdClassName
{
border-color: #D50DB5;
}
.TagClassName
{
border-color: #D50DB5;
}
</style>