Shades of Deep Magenta #D310E1
Tints of Deep Magenta #D310E1
RGB
CMYK
RGB Variations
Color information
#D310E1 (or 0xD310E1) is known color: Deep Magenta. HEX triplet: D3, 10 and E1. RGB value is (211,16,225). Sum of RGB (Red+Green+Blue) = 211+16+225=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #D310E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D310E1 is #2CEF1E. Grayscale: #616161. Windows color (decimal): -2944799 or 14749907. OLE color: 14749907.
HSL color Cylindrical-coordinate representation of color #D310E1: hue angle of 295.98º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D310E1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 16 | 225 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.12 |
| HSL | 295.98º | 0.87% | 0.47% | - |
| HSV(B) | 295.98º | 0.93% | 0.88% | - |
| XYZ | 40.64 | 19.66 | 72.89 | - |
| YUV | 98.13 | 199.6 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 225 | 0.06 | 0.93 | 0 | 0.12 | 295.98 | 0.87 | 0.47 |
| Hex | D3 | 10 | E1 | 6 | 5D | 0 | C | 128 | 57 | 2F |
| Octal | 323 | 20 | 341 | 6 | 135 | 0 | 14 | 450 | 127 | 57 |
| Binary | 11010011 | 10000 | 11100001 | 110 | 1011101 | 0 | 1100 | 100101000 | 1010111 | 101111 |
Color Harmonies of #D310E1
Complementary color
Monochromatic Colors of #D310E1
Black with #D310E1
Text Example
Text Example
White with #D310E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D310E1; }
p { color: rgb(211,16,225); }
H1.HeaderClassName
{
color: #D310E1;
}
.AnyTagClassName
{
color: #D310E1;
}
</style>
background-color css
<style>
a { background-color: #D310E1; }
a { background-color: rgb(211,16,225); }
div.DivClassName
{
background-color: #D310E1;
}
.BgClassName
{
background-color: #D310E1;
}
</style>
border-color css
<style>
span { border-color: #D310E1; }
span { border-color: rgb(211,16,225); }
td.TdClassName
{
border-color: #D310E1;
}
.TagClassName
{
border-color: #D310E1;
}
</style>