Shades of Deep Magenta #D919E0
Tints of Deep Magenta #D919E0
RGB
CMYK
RGB Variations
Color information
#D919E0 (or 0xD919E0) is known color: Deep Magenta. HEX triplet: D9, 19 and E0. RGB value is (217,25,224). Sum of RGB (Red+Green+Blue) = 217+25+224=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D919E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919E0 is #26E61F. Grayscale: #686868. Windows color (decimal): -2549280 or 14686681. OLE color: 14686681.
HSL color Cylindrical-coordinate representation of color #D919E0: hue angle of 297.89º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919E0 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 25 | 224 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.12 |
| HSL | 297.89º | 0.8% | 0.49% | - |
| HSV(B) | 297.89º | 0.89% | 0.88% | - |
| XYZ | 42.42 | 20.83 | 72.31 | - |
| YUV | 105.09 | 195.11 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 224 | 0.03 | 0.89 | 0 | 0.12 | 297.89 | 0.8 | 0.49 |
| Hex | D9 | 19 | E0 | 3 | 59 | 0 | C | 12A | 50 | 31 |
| Octal | 331 | 31 | 340 | 3 | 131 | 0 | 14 | 452 | 120 | 61 |
| Binary | 11011001 | 11001 | 11100000 | 11 | 1011001 | 0 | 1100 | 100101010 | 1010000 | 110001 |
Color Harmonies of #D919E0
Complementary color
Monochromatic Colors of #D919E0
Black with #D919E0
Text Example
Text Example
White with #D919E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919E0; }
p { color: rgb(217,25,224); }
H1.HeaderClassName
{
color: #D919E0;
}
.AnyTagClassName
{
color: #D919E0;
}
</style>
background-color css
<style>
a { background-color: #D919E0; }
a { background-color: rgb(217,25,224); }
div.DivClassName
{
background-color: #D919E0;
}
.BgClassName
{
background-color: #D919E0;
}
</style>
border-color css
<style>
span { border-color: #D919E0; }
span { border-color: rgb(217,25,224); }
td.TdClassName
{
border-color: #D919E0;
}
.TagClassName
{
border-color: #D919E0;
}
</style>