Shades of Deep Magenta #D51EC8
Tints of Deep Magenta #D51EC8
RGB
CMYK
RGB Variations
Color information
#D51EC8 (or 0xD51EC8) is known color: Deep Magenta. HEX triplet: D5, 1E and C8. RGB value is (213,30,200). Sum of RGB (Red+Green+Blue) = 213+30+200=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EC8 is #2AE137. Grayscale: #676767. Windows color (decimal): -2810168 or 13115093. OLE color: 13115093.
HSL color Cylindrical-coordinate representation of color #D51EC8: hue angle of 304.26º 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 #D51EC8 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 200 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.16 |
| HSL | 304.26º | 0.75% | 0.48% | - |
| HSV(B) | 304.26º | 0.86% | 0.84% | - |
| XYZ | 38.33 | 19.24 | 56.34 | - |
| YUV | 104.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 200 | 0 | 0.86 | 0.06 | 0.16 | 304.26 | 0.75 | 0.48 |
| Hex | D5 | 1E | C8 | 0 | 56 | 6 | 10 | 130 | 4B | 30 |
| Octal | 325 | 36 | 310 | 0 | 126 | 6 | 20 | 460 | 113 | 60 |
| Binary | 11010101 | 11110 | 11001000 | 0 | 1010110 | 110 | 10000 | 100110000 | 1001011 | 110000 |
Color Harmonies of #D51EC8
Complementary color
Monochromatic Colors of #D51EC8
Black with #D51EC8
Text Example
Text Example
White with #D51EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EC8; }
p { color: rgb(213,30,200); }
H1.HeaderClassName
{
color: #D51EC8;
}
.AnyTagClassName
{
color: #D51EC8;
}
</style>
background-color css
<style>
a { background-color: #D51EC8; }
a { background-color: rgb(213,30,200); }
div.DivClassName
{
background-color: #D51EC8;
}
.BgClassName
{
background-color: #D51EC8;
}
</style>
border-color css
<style>
span { border-color: #D51EC8; }
span { border-color: rgb(213,30,200); }
td.TdClassName
{
border-color: #D51EC8;
}
.TagClassName
{
border-color: #D51EC8;
}
</style>