Shades of Deep Magenta #D50DD9
Tints of Deep Magenta #D50DD9
RGB
CMYK
RGB Variations
Color information
#D50DD9 (or 0xD50DD9) is known color: Deep Magenta. HEX triplet: D5, 0D and D9. RGB value is (213,13,217). Sum of RGB (Red+Green+Blue) = 213+13+217=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #D50DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50DD9 is #2AF226. Grayscale: #5F5F5F. Windows color (decimal): -2814503 or 14224853. OLE color: 14224853.
HSL color Cylindrical-coordinate representation of color #D50DD9: hue angle of 298.82º degrees, saturation: 0.89, 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 #D50DD9 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 13 | 217 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.15 |
| HSL | 298.82º | 0.89% | 0.45% | - |
| HSV(B) | 298.82º | 0.94% | 0.85% | - |
| XYZ | 40.11 | 19.44 | 67.28 | - |
| YUV | 96.06 | 196.26 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 217 | 0.02 | 0.94 | 0 | 0.15 | 298.82 | 0.89 | 0.45 |
| Hex | D5 | D | D9 | 2 | 5E | 0 | F | 12B | 59 | 2D |
| Octal | 325 | 15 | 331 | 2 | 136 | 0 | 17 | 453 | 131 | 55 |
| Binary | 11010101 | 1101 | 11011001 | 10 | 1011110 | 0 | 1111 | 100101011 | 1011001 | 101101 |
Color Harmonies of #D50DD9
Complementary color
Monochromatic Colors of #D50DD9
Black with #D50DD9
Text Example
Text Example
White with #D50DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DD9; }
p { color: rgb(213,13,217); }
H1.HeaderClassName
{
color: #D50DD9;
}
.AnyTagClassName
{
color: #D50DD9;
}
</style>
background-color css
<style>
a { background-color: #D50DD9; }
a { background-color: rgb(213,13,217); }
div.DivClassName
{
background-color: #D50DD9;
}
.BgClassName
{
background-color: #D50DD9;
}
</style>
border-color css
<style>
span { border-color: #D50DD9; }
span { border-color: rgb(213,13,217); }
td.TdClassName
{
border-color: #D50DD9;
}
.TagClassName
{
border-color: #D50DD9;
}
</style>