Shades of Deep Magenta #D50FCE
Tints of Deep Magenta #D50FCE
RGB
CMYK
RGB Variations
Color information
#D50FCE (or 0xD50FCE) is known color: Deep Magenta. HEX triplet: D5, 0F and CE. RGB value is (213,15,206). Sum of RGB (Red+Green+Blue) = 213+15+206=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D50FCE is #2AF031. Grayscale: #5F5F5F. Windows color (decimal): -2814002 or 13504469. OLE color: 13504469.
HSL color Cylindrical-coordinate representation of color #D50FCE: hue angle of 302.12º degrees, saturation: 0.87, 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 #D50FCE is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.16 |
| HSL | 302.12º | 0.87% | 0.45% | - |
| HSV(B) | 302.12º | 0.93% | 0.84% | - |
| XYZ | 38.75 | 18.94 | 60.01 | - |
| YUV | 95.98 | 190.1 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 206 | 0 | 0.93 | 0.03 | 0.16 | 302.12 | 0.87 | 0.45 |
| Hex | D5 | F | CE | 0 | 5D | 3 | 10 | 12E | 57 | 2D |
| Octal | 325 | 17 | 316 | 0 | 135 | 3 | 20 | 456 | 127 | 55 |
| Binary | 11010101 | 1111 | 11001110 | 0 | 1011101 | 11 | 10000 | 100101110 | 1010111 | 101101 |
Color Harmonies of #D50FCE
Complementary color
Monochromatic Colors of #D50FCE
Black with #D50FCE
Text Example
Text Example
White with #D50FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FCE; }
p { color: rgb(213,15,206); }
H1.HeaderClassName
{
color: #D50FCE;
}
.AnyTagClassName
{
color: #D50FCE;
}
</style>
background-color css
<style>
a { background-color: #D50FCE; }
a { background-color: rgb(213,15,206); }
div.DivClassName
{
background-color: #D50FCE;
}
.BgClassName
{
background-color: #D50FCE;
}
</style>
border-color css
<style>
span { border-color: #D50FCE; }
span { border-color: rgb(213,15,206); }
td.TdClassName
{
border-color: #D50FCE;
}
.TagClassName
{
border-color: #D50FCE;
}
</style>