Shades of Deep Magenta #D51ECE
Tints of Deep Magenta #D51ECE
RGB
CMYK
RGB Variations
Color information
#D51ECE (or 0xD51ECE) is known color: Deep Magenta. HEX triplet: D5, 1E and CE. RGB value is (213,30,206). Sum of RGB (Red+Green+Blue) = 213+30+206=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ECE is #2AE131. Grayscale: #686868. Windows color (decimal): -2810162 or 13508309. OLE color: 13508309.
HSL color Cylindrical-coordinate representation of color #D51ECE: hue angle of 302.3º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51ECE is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.16 |
| HSL | 302.3º | 0.75% | 0.48% | - |
| HSV(B) | 302.3º | 0.86% | 0.84% | - |
| XYZ | 39.05 | 19.53 | 60.1 | - |
| YUV | 104.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 206 | 0 | 0.86 | 0.03 | 0.16 | 302.3 | 0.75 | 0.48 |
| Hex | D5 | 1E | CE | 0 | 56 | 3 | 10 | 12E | 4B | 30 |
| Octal | 325 | 36 | 316 | 0 | 126 | 3 | 20 | 456 | 113 | 60 |
| Binary | 11010101 | 11110 | 11001110 | 0 | 1010110 | 11 | 10000 | 100101110 | 1001011 | 110000 |
Color Harmonies of #D51ECE
Complementary color
Monochromatic Colors of #D51ECE
Black with #D51ECE
Text Example
Text Example
White with #D51ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51ECE; }
p { color: rgb(213,30,206); }
H1.HeaderClassName
{
color: #D51ECE;
}
.AnyTagClassName
{
color: #D51ECE;
}
</style>
background-color css
<style>
a { background-color: #D51ECE; }
a { background-color: rgb(213,30,206); }
div.DivClassName
{
background-color: #D51ECE;
}
.BgClassName
{
background-color: #D51ECE;
}
</style>
border-color css
<style>
span { border-color: #D51ECE; }
span { border-color: rgb(213,30,206); }
td.TdClassName
{
border-color: #D51ECE;
}
.TagClassName
{
border-color: #D51ECE;
}
</style>