Shades of Deep Magenta #D004E3
Tints of Deep Magenta #D004E3
RGB
CMYK
RGB Variations
Color information
#D004E3 (or 0xD004E3) is known color: Deep Magenta. HEX triplet: D0, 04 and E3. RGB value is (208,4,227). Sum of RGB (Red+Green+Blue) = 208+4+227=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 227 (89.06% from 255 or 51.71% from 439); Max value from RGB is 227 - color contains mainly: blue. Hex color #D004E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004E3 is #2FFB1C. Grayscale: #595959. Windows color (decimal): -3144477 or 14877904. OLE color: 14877904.
HSL color Cylindrical-coordinate representation of color #D004E3: hue angle of 294.89º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004E3 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 4 | 227 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.11 |
| HSL | 294.89º | 0.97% | 0.45% | - |
| HSV(B) | 294.89º | 0.98% | 0.89% | - |
| XYZ | 39.92 | 19.04 | 74.24 | - |
| YUV | 90.42 | 205.09 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 227 | 0.08 | 0.98 | 0 | 0.11 | 294.89 | 0.97 | 0.45 |
| Hex | D0 | 4 | E3 | 8 | 62 | 0 | B | 127 | 61 | 2D |
| Octal | 320 | 4 | 343 | 10 | 142 | 0 | 13 | 447 | 141 | 55 |
| Binary | 11010000 | 100 | 11100011 | 1000 | 1100010 | 0 | 1011 | 100100111 | 1100001 | 101101 |
Color Harmonies of #D004E3
Complementary color
Monochromatic Colors of #D004E3
Black with #D004E3
Text Example
Text Example
White with #D004E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004E3; }
p { color: rgb(208,4,227); }
H1.HeaderClassName
{
color: #D004E3;
}
.AnyTagClassName
{
color: #D004E3;
}
</style>
background-color css
<style>
a { background-color: #D004E3; }
a { background-color: rgb(208,4,227); }
div.DivClassName
{
background-color: #D004E3;
}
.BgClassName
{
background-color: #D004E3;
}
</style>
border-color css
<style>
span { border-color: #D004E3; }
span { border-color: rgb(208,4,227); }
td.TdClassName
{
border-color: #D004E3;
}
.TagClassName
{
border-color: #D004E3;
}
</style>