Shades of Deep Magenta #D51EBA
Tints of Deep Magenta #D51EBA
RGB
CMYK
RGB Variations
Color information
#D51EBA (or 0xD51EBA) is known color: Deep Magenta. HEX triplet: D5, 1E and BA. RGB value is (213,30,186). Sum of RGB (Red+Green+Blue) = 213+30+186=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EBA is #2AE145. Grayscale: #666666. Windows color (decimal): -2810182 or 12197589. OLE color: 12197589.
HSL color Cylindrical-coordinate representation of color #D51EBA: hue angle of 308.85º 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 #D51EBA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 186 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.16 |
| HSL | 308.85º | 0.75% | 0.48% | - |
| HSV(B) | 308.85º | 0.86% | 0.84% | - |
| XYZ | 36.77 | 18.62 | 48.11 | - |
| YUV | 102.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 186 | 0 | 0.86 | 0.13 | 0.16 | 308.85 | 0.75 | 0.48 |
| Hex | D5 | 1E | BA | 0 | 56 | D | 10 | 135 | 4B | 30 |
| Octal | 325 | 36 | 272 | 0 | 126 | 15 | 20 | 465 | 113 | 60 |
| Binary | 11010101 | 11110 | 10111010 | 0 | 1010110 | 1101 | 10000 | 100110101 | 1001011 | 110000 |
Color Harmonies of #D51EBA
Complementary color
Monochromatic Colors of #D51EBA
Black with #D51EBA
Text Example
Text Example
White with #D51EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EBA; }
p { color: rgb(213,30,186); }
H1.HeaderClassName
{
color: #D51EBA;
}
.AnyTagClassName
{
color: #D51EBA;
}
</style>
background-color css
<style>
a { background-color: #D51EBA; }
a { background-color: rgb(213,30,186); }
div.DivClassName
{
background-color: #D51EBA;
}
.BgClassName
{
background-color: #D51EBA;
}
</style>
border-color css
<style>
span { border-color: #D51EBA; }
span { border-color: rgb(213,30,186); }
td.TdClassName
{
border-color: #D51EBA;
}
.TagClassName
{
border-color: #D51EBA;
}
</style>