Shades of Deep Magenta #D511E4
Tints of Deep Magenta #D511E4
RGB
CMYK
RGB Variations
Color information
#D511E4 (or 0xD511E4) is known color: Deep Magenta. HEX triplet: D5, 11 and E4. RGB value is (213,17,228). Sum of RGB (Red+Green+Blue) = 213+17+228=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #D511E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511E4 is #2AEE1B. Grayscale: #636363. Windows color (decimal): -2813468 or 14946773. OLE color: 14946773.
HSL color Cylindrical-coordinate representation of color #D511E4: hue angle of 295.73º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D511E4 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 17 | 228 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.11 |
| HSL | 295.73º | 0.86% | 0.48% | - |
| HSV(B) | 295.73º | 0.93% | 0.89% | - |
| XYZ | 41.64 | 20.15 | 75.09 | - |
| YUV | 99.66 | 200.43 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 228 | 0.07 | 0.93 | 0 | 0.11 | 295.73 | 0.86 | 0.48 |
| Hex | D5 | 11 | E4 | 7 | 5D | 0 | B | 128 | 56 | 30 |
| Octal | 325 | 21 | 344 | 7 | 135 | 0 | 13 | 450 | 126 | 60 |
| Binary | 11010101 | 10001 | 11100100 | 111 | 1011101 | 0 | 1011 | 100101000 | 1010110 | 110000 |
Color Harmonies of #D511E4
Complementary color
Monochromatic Colors of #D511E4
Black with #D511E4
Text Example
Text Example
White with #D511E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511E4; }
p { color: rgb(213,17,228); }
H1.HeaderClassName
{
color: #D511E4;
}
.AnyTagClassName
{
color: #D511E4;
}
</style>
background-color css
<style>
a { background-color: #D511E4; }
a { background-color: rgb(213,17,228); }
div.DivClassName
{
background-color: #D511E4;
}
.BgClassName
{
background-color: #D511E4;
}
</style>
border-color css
<style>
span { border-color: #D511E4; }
span { border-color: rgb(213,17,228); }
td.TdClassName
{
border-color: #D511E4;
}
.TagClassName
{
border-color: #D511E4;
}
</style>