Shades of Deep Magenta #D50ECF
Tints of Deep Magenta #D50ECF
RGB
CMYK
RGB Variations
Color information
#D50ECF (or 0xD50ECF) is known color: Deep Magenta. HEX triplet: D5, 0E and CF. RGB value is (213,14,207). Sum of RGB (Red+Green+Blue) = 213+14+207=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D50ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50ECF is #2AF130. Grayscale: #5E5E5E. Windows color (decimal): -2814257 or 13569749. OLE color: 13569749.
HSL color Cylindrical-coordinate representation of color #D50ECF: hue angle of 301.81º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50ECF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 207 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.16 |
| HSL | 301.81º | 0.88% | 0.45% | - |
| HSV(B) | 301.81º | 0.93% | 0.84% | - |
| XYZ | 38.86 | 18.97 | 60.64 | - |
| YUV | 95.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 207 | 0 | 0.93 | 0.03 | 0.16 | 301.81 | 0.88 | 0.45 |
| Hex | D5 | E | CF | 0 | 5D | 3 | 10 | 12E | 58 | 2D |
| Octal | 325 | 16 | 317 | 0 | 135 | 3 | 20 | 456 | 130 | 55 |
| Binary | 11010101 | 1110 | 11001111 | 0 | 1011101 | 11 | 10000 | 100101110 | 1011000 | 101101 |
Color Harmonies of #D50ECF
Complementary color
Monochromatic Colors of #D50ECF
Black with #D50ECF
Text Example
Text Example
White with #D50ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50ECF; }
p { color: rgb(213,14,207); }
H1.HeaderClassName
{
color: #D50ECF;
}
.AnyTagClassName
{
color: #D50ECF;
}
</style>
background-color css
<style>
a { background-color: #D50ECF; }
a { background-color: rgb(213,14,207); }
div.DivClassName
{
background-color: #D50ECF;
}
.BgClassName
{
background-color: #D50ECF;
}
</style>
border-color css
<style>
span { border-color: #D50ECF; }
span { border-color: rgb(213,14,207); }
td.TdClassName
{
border-color: #D50ECF;
}
.TagClassName
{
border-color: #D50ECF;
}
</style>