Shades of Deep Magenta #D319E2
Tints of Deep Magenta #D319E2
RGB
CMYK
RGB Variations
Color information
#D319E2 (or 0xD319E2) is known color: Deep Magenta. HEX triplet: D3, 19 and E2. RGB value is (211,25,226). Sum of RGB (Red+Green+Blue) = 211+25+226=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #D319E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D319E2 is #2CE61D. Grayscale: #666666. Windows color (decimal): -2942494 or 14817747. OLE color: 14817747.
HSL color Cylindrical-coordinate representation of color #D319E2: hue angle of 295.52º 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 #D319E2 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 25 | 226 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.11 |
| HSL | 295.52º | 0.8% | 0.49% | - |
| HSV(B) | 295.52º | 0.89% | 0.89% | - |
| XYZ | 40.94 | 20.04 | 73.66 | - |
| YUV | 103.53 | 197.12 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 226 | 0.07 | 0.89 | 0 | 0.11 | 295.52 | 0.8 | 0.49 |
| Hex | D3 | 19 | E2 | 7 | 59 | 0 | B | 128 | 50 | 31 |
| Octal | 323 | 31 | 342 | 7 | 131 | 0 | 13 | 450 | 120 | 61 |
| Binary | 11010011 | 11001 | 11100010 | 111 | 1011001 | 0 | 1011 | 100101000 | 1010000 | 110001 |
Color Harmonies of #D319E2
Complementary color
Monochromatic Colors of #D319E2
Black with #D319E2
Text Example
Text Example
White with #D319E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319E2; }
p { color: rgb(211,25,226); }
H1.HeaderClassName
{
color: #D319E2;
}
.AnyTagClassName
{
color: #D319E2;
}
</style>
background-color css
<style>
a { background-color: #D319E2; }
a { background-color: rgb(211,25,226); }
div.DivClassName
{
background-color: #D319E2;
}
.BgClassName
{
background-color: #D319E2;
}
</style>
border-color css
<style>
span { border-color: #D319E2; }
span { border-color: rgb(211,25,226); }
td.TdClassName
{
border-color: #D319E2;
}
.TagClassName
{
border-color: #D319E2;
}
</style>