Shades of Deep Magenta #D50CDA
Tints of Deep Magenta #D50CDA
RGB
CMYK
RGB Variations
Color information
#D50CDA (or 0xD50CDA) is known color: Deep Magenta. HEX triplet: D5, 0C and DA. RGB value is (213,12,218). Sum of RGB (Red+Green+Blue) = 213+12+218=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #D50CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50CDA is #2AF325. Grayscale: #5E5E5E. Windows color (decimal): -2814758 or 14290133. OLE color: 14290133.
HSL color Cylindrical-coordinate representation of color #D50CDA: hue angle of 298.54º degrees, saturation: 0.9, 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 #D50CDA is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 12 | 218 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.15 |
| HSL | 298.54º | 0.9% | 0.45% | - |
| HSV(B) | 298.54º | 0.94% | 0.85% | - |
| XYZ | 40.23 | 19.47 | 67.97 | - |
| YUV | 95.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 218 | 0.02 | 0.94 | 0 | 0.15 | 298.54 | 0.9 | 0.45 |
| Hex | D5 | C | DA | 2 | 5E | 0 | F | 12B | 5A | 2D |
| Octal | 325 | 14 | 332 | 2 | 136 | 0 | 17 | 453 | 132 | 55 |
| Binary | 11010101 | 1100 | 11011010 | 10 | 1011110 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D50CDA
Complementary color
Monochromatic Colors of #D50CDA
Black with #D50CDA
Text Example
Text Example
White with #D50CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CDA; }
p { color: rgb(213,12,218); }
H1.HeaderClassName
{
color: #D50CDA;
}
.AnyTagClassName
{
color: #D50CDA;
}
</style>
background-color css
<style>
a { background-color: #D50CDA; }
a { background-color: rgb(213,12,218); }
div.DivClassName
{
background-color: #D50CDA;
}
.BgClassName
{
background-color: #D50CDA;
}
</style>
border-color css
<style>
span { border-color: #D50CDA; }
span { border-color: rgb(213,12,218); }
td.TdClassName
{
border-color: #D50CDA;
}
.TagClassName
{
border-color: #D50CDA;
}
</style>