Shades of Deep Magenta #D004E5
Tints of Deep Magenta #D004E5
RGB
CMYK
RGB Variations
Color information
#D004E5 (or 0xD004E5) is known color: Deep Magenta. HEX triplet: D0, 04 and E5. RGB value is (208,4,229). Sum of RGB (Red+Green+Blue) = 208+4+229=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #D004E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004E5 is #2FFB1A. Grayscale: #595959. Windows color (decimal): -3144475 or 15008976. OLE color: 15008976.
HSL color Cylindrical-coordinate representation of color #D004E5: hue angle of 294.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004E5 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 4 | 229 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.10 |
| HSL | 294.4º | 0.97% | 0.46% | - |
| HSV(B) | 294.4º | 0.98% | 0.9% | - |
| XYZ | 40.2 | 19.15 | 75.71 | - |
| YUV | 90.65 | 206.09 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 229 | 0.09 | 0.98 | 0 | 0.10 | 294.4 | 0.97 | 0.46 |
| Hex | D0 | 4 | E5 | 9 | 62 | 0 | A | 126 | 61 | 2E |
| Octal | 320 | 4 | 345 | 11 | 142 | 0 | 12 | 446 | 141 | 56 |
| Binary | 11010000 | 100 | 11100101 | 1001 | 1100010 | 0 | 1010 | 100100110 | 1100001 | 101110 |
Color Harmonies of #D004E5
Complementary color
Monochromatic Colors of #D004E5
Black with #D004E5
Text Example
Text Example
White with #D004E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004E5; }
p { color: rgb(208,4,229); }
H1.HeaderClassName
{
color: #D004E5;
}
.AnyTagClassName
{
color: #D004E5;
}
</style>
background-color css
<style>
a { background-color: #D004E5; }
a { background-color: rgb(208,4,229); }
div.DivClassName
{
background-color: #D004E5;
}
.BgClassName
{
background-color: #D004E5;
}
</style>
border-color css
<style>
span { border-color: #D004E5; }
span { border-color: rgb(208,4,229); }
td.TdClassName
{
border-color: #D004E5;
}
.TagClassName
{
border-color: #D004E5;
}
</style>