Shades of Deep Magenta #D507E4
Tints of Deep Magenta #D507E4
RGB
CMYK
RGB Variations
Color information
#D507E4 (or 0xD507E4) is known color: Deep Magenta. HEX triplet: D5, 07 and E4. RGB value is (213,7,228). Sum of RGB (Red+Green+Blue) = 213+7+228=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #D507E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507E4 is #2AF81B. Grayscale: #5D5D5D. Windows color (decimal): -2816028 or 14944213. OLE color: 14944213.
HSL color Cylindrical-coordinate representation of color #D507E4: hue angle of 295.93º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507E4 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 7 | 228 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.11 |
| HSL | 295.93º | 0.94% | 0.46% | - |
| HSV(B) | 295.93º | 0.97% | 0.89% | - |
| XYZ | 41.52 | 19.9 | 75.05 | - |
| YUV | 93.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 228 | 0.07 | 0.97 | 0 | 0.11 | 295.93 | 0.94 | 0.46 |
| Hex | D5 | 7 | E4 | 7 | 61 | 0 | B | 128 | 5E | 2E |
| Octal | 325 | 7 | 344 | 7 | 141 | 0 | 13 | 450 | 136 | 56 |
| Binary | 11010101 | 111 | 11100100 | 111 | 1100001 | 0 | 1011 | 100101000 | 1011110 | 101110 |
Color Harmonies of #D507E4
Complementary color
Monochromatic Colors of #D507E4
Black with #D507E4
Text Example
Text Example
White with #D507E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507E4; }
p { color: rgb(213,7,228); }
H1.HeaderClassName
{
color: #D507E4;
}
.AnyTagClassName
{
color: #D507E4;
}
</style>
background-color css
<style>
a { background-color: #D507E4; }
a { background-color: rgb(213,7,228); }
div.DivClassName
{
background-color: #D507E4;
}
.BgClassName
{
background-color: #D507E4;
}
</style>
border-color css
<style>
span { border-color: #D507E4; }
span { border-color: rgb(213,7,228); }
td.TdClassName
{
border-color: #D507E4;
}
.TagClassName
{
border-color: #D507E4;
}
</style>