Shades of Deep Magenta #D919E4
Tints of Deep Magenta #D919E4
RGB
CMYK
RGB Variations
Color information
#D919E4 (or 0xD919E4) is known color: Deep Magenta. HEX triplet: D9, 19 and E4. RGB value is (217,25,228). Sum of RGB (Red+Green+Blue) = 217+25+228=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #D919E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919E4 is #26E61B. Grayscale: #686868. Windows color (decimal): -2549276 or 14948825. OLE color: 14948825.
HSL color Cylindrical-coordinate representation of color #D919E4: hue angle of 296.75º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919E4 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 25 | 228 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.11 |
| HSL | 296.75º | 0.8% | 0.5% | - |
| HSV(B) | 296.75º | 0.89% | 0.89% | - |
| XYZ | 42.97 | 21.05 | 75.2 | - |
| YUV | 105.55 | 197.11 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 228 | 0.05 | 0.89 | 0 | 0.11 | 296.75 | 0.8 | 0.5 |
| Hex | D9 | 19 | E4 | 5 | 59 | 0 | B | 129 | 50 | 32 |
| Octal | 331 | 31 | 344 | 5 | 131 | 0 | 13 | 451 | 120 | 62 |
| Binary | 11011001 | 11001 | 11100100 | 101 | 1011001 | 0 | 1011 | 100101001 | 1010000 | 110010 |
Color Harmonies of #D919E4
Complementary color
Monochromatic Colors of #D919E4
Black with #D919E4
Text Example
Text Example
White with #D919E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919E4; }
p { color: rgb(217,25,228); }
H1.HeaderClassName
{
color: #D919E4;
}
.AnyTagClassName
{
color: #D919E4;
}
</style>
background-color css
<style>
a { background-color: #D919E4; }
a { background-color: rgb(217,25,228); }
div.DivClassName
{
background-color: #D919E4;
}
.BgClassName
{
background-color: #D919E4;
}
</style>
border-color css
<style>
span { border-color: #D919E4; }
span { border-color: rgb(217,25,228); }
td.TdClassName
{
border-color: #D919E4;
}
.TagClassName
{
border-color: #D919E4;
}
</style>