Shades of Deep Magenta #D51EC4
Tints of Deep Magenta #D51EC4
RGB
CMYK
RGB Variations
Color information
#D51EC4 (or 0xD51EC4) is known color: Deep Magenta. HEX triplet: D5, 1E and C4. RGB value is (213,30,196). Sum of RGB (Red+Green+Blue) = 213+30+196=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EC4 is #2AE13B. Grayscale: #676767. Windows color (decimal): -2810172 or 12852949. OLE color: 12852949.
HSL color Cylindrical-coordinate representation of color #D51EC4: hue angle of 305.57º 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 #D51EC4 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 196 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.16 |
| HSL | 305.57º | 0.75% | 0.48% | - |
| HSV(B) | 305.57º | 0.86% | 0.84% | - |
| XYZ | 37.87 | 19.06 | 53.91 | - |
| YUV | 103.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 196 | 0 | 0.86 | 0.08 | 0.16 | 305.57 | 0.75 | 0.48 |
| Hex | D5 | 1E | C4 | 0 | 56 | 8 | 10 | 132 | 4B | 30 |
| Octal | 325 | 36 | 304 | 0 | 126 | 10 | 20 | 462 | 113 | 60 |
| Binary | 11010101 | 11110 | 11000100 | 0 | 1010110 | 1000 | 10000 | 100110010 | 1001011 | 110000 |
Color Harmonies of #D51EC4
Complementary color
Monochromatic Colors of #D51EC4
Black with #D51EC4
Text Example
Text Example
White with #D51EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EC4; }
p { color: rgb(213,30,196); }
H1.HeaderClassName
{
color: #D51EC4;
}
.AnyTagClassName
{
color: #D51EC4;
}
</style>
background-color css
<style>
a { background-color: #D51EC4; }
a { background-color: rgb(213,30,196); }
div.DivClassName
{
background-color: #D51EC4;
}
.BgClassName
{
background-color: #D51EC4;
}
</style>
border-color css
<style>
span { border-color: #D51EC4; }
span { border-color: rgb(213,30,196); }
td.TdClassName
{
border-color: #D51EC4;
}
.TagClassName
{
border-color: #D51EC4;
}
</style>