Shades of Deep Magenta #D719E3
Tints of Deep Magenta #D719E3
RGB
CMYK
RGB Variations
Color information
#D719E3 (or 0xD719E3) is known color: Deep Magenta. HEX triplet: D7, 19 and E3. RGB value is (215,25,227). Sum of RGB (Red+Green+Blue) = 215+25+227=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #D719E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D719E3 is #28E61C. Grayscale: #686868. Windows color (decimal): -2680349 or 14883287. OLE color: 14883287.
HSL color Cylindrical-coordinate representation of color #D719E3: hue angle of 296.44º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D719E3 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 25 | 227 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.11 |
| HSL | 296.44º | 0.8% | 0.49% | - |
| HSV(B) | 296.44º | 0.89% | 0.89% | - |
| XYZ | 42.24 | 20.69 | 74.44 | - |
| YUV | 104.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 227 | 0.05 | 0.89 | 0 | 0.11 | 296.44 | 0.8 | 0.49 |
| Hex | D7 | 19 | E3 | 5 | 59 | 0 | B | 128 | 50 | 31 |
| Octal | 327 | 31 | 343 | 5 | 131 | 0 | 13 | 450 | 120 | 61 |
| Binary | 11010111 | 11001 | 11100011 | 101 | 1011001 | 0 | 1011 | 100101000 | 1010000 | 110001 |
Color Harmonies of #D719E3
Complementary color
Monochromatic Colors of #D719E3
Black with #D719E3
Text Example
Text Example
White with #D719E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719E3; }
p { color: rgb(215,25,227); }
H1.HeaderClassName
{
color: #D719E3;
}
.AnyTagClassName
{
color: #D719E3;
}
</style>
background-color css
<style>
a { background-color: #D719E3; }
a { background-color: rgb(215,25,227); }
div.DivClassName
{
background-color: #D719E3;
}
.BgClassName
{
background-color: #D719E3;
}
</style>
border-color css
<style>
span { border-color: #D719E3; }
span { border-color: rgb(215,25,227); }
td.TdClassName
{
border-color: #D719E3;
}
.TagClassName
{
border-color: #D719E3;
}
</style>