Shades of Deep Magenta #D910E1
Tints of Deep Magenta #D910E1
RGB
CMYK
RGB Variations
Color information
#D910E1 (or 0xD910E1) is known color: Deep Magenta. HEX triplet: D9, 10 and E1. RGB value is (217,16,225). Sum of RGB (Red+Green+Blue) = 217+16+225=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #D910E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D910E1 is #26EF1E. Grayscale: #636363. Windows color (decimal): -2551583 or 14749913. OLE color: 14749913.
HSL color Cylindrical-coordinate representation of color #D910E1: hue angle of 297.7º 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 #D910E1 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 16 | 225 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.12 |
| HSL | 297.7º | 0.87% | 0.47% | - |
| HSV(B) | 297.7º | 0.93% | 0.88% | - |
| XYZ | 42.39 | 20.56 | 72.97 | - |
| YUV | 99.93 | 198.59 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 225 | 0.04 | 0.93 | 0 | 0.12 | 297.7 | 0.87 | 0.47 |
| Hex | D9 | 10 | E1 | 4 | 5D | 0 | C | 12A | 57 | 2F |
| Octal | 331 | 20 | 341 | 4 | 135 | 0 | 14 | 452 | 127 | 57 |
| Binary | 11011001 | 10000 | 11100001 | 100 | 1011101 | 0 | 1100 | 100101010 | 1010111 | 101111 |
Color Harmonies of #D910E1
Complementary color
Monochromatic Colors of #D910E1
Black with #D910E1
Text Example
Text Example
White with #D910E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D910E1; }
p { color: rgb(217,16,225); }
H1.HeaderClassName
{
color: #D910E1;
}
.AnyTagClassName
{
color: #D910E1;
}
</style>
background-color css
<style>
a { background-color: #D910E1; }
a { background-color: rgb(217,16,225); }
div.DivClassName
{
background-color: #D910E1;
}
.BgClassName
{
background-color: #D910E1;
}
</style>
border-color css
<style>
span { border-color: #D910E1; }
span { border-color: rgb(217,16,225); }
td.TdClassName
{
border-color: #D910E1;
}
.TagClassName
{
border-color: #D910E1;
}
</style>