Shades of Deep Magenta #D004E4
Tints of Deep Magenta #D004E4
RGB
CMYK
RGB Variations
Color information
#D004E4 (or 0xD004E4) is known color: Deep Magenta. HEX triplet: D0, 04 and E4. RGB value is (208,4,228). Sum of RGB (Red+Green+Blue) = 208+4+228=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #D004E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004E4 is #2FFB1B. Grayscale: #595959. Windows color (decimal): -3144476 or 14943440. OLE color: 14943440.
HSL color Cylindrical-coordinate representation of color #D004E4: hue angle of 294.64º 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 #D004E4 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 4 | 228 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.11 |
| HSL | 294.64º | 0.97% | 0.45% | - |
| HSV(B) | 294.64º | 0.98% | 0.89% | - |
| XYZ | 40.06 | 19.1 | 74.97 | - |
| YUV | 90.53 | 205.59 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 228 | 0.09 | 0.98 | 0 | 0.11 | 294.64 | 0.97 | 0.45 |
| Hex | D0 | 4 | E4 | 9 | 62 | 0 | B | 127 | 61 | 2D |
| Octal | 320 | 4 | 344 | 11 | 142 | 0 | 13 | 447 | 141 | 55 |
| Binary | 11010000 | 100 | 11100100 | 1001 | 1100010 | 0 | 1011 | 100100111 | 1100001 | 101101 |
Color Harmonies of #D004E4
Complementary color
Monochromatic Colors of #D004E4
Black with #D004E4
Text Example
Text Example
White with #D004E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004E4; }
p { color: rgb(208,4,228); }
H1.HeaderClassName
{
color: #D004E4;
}
.AnyTagClassName
{
color: #D004E4;
}
</style>
background-color css
<style>
a { background-color: #D004E4; }
a { background-color: rgb(208,4,228); }
div.DivClassName
{
background-color: #D004E4;
}
.BgClassName
{
background-color: #D004E4;
}
</style>
border-color css
<style>
span { border-color: #D004E4; }
span { border-color: rgb(208,4,228); }
td.TdClassName
{
border-color: #D004E4;
}
.TagClassName
{
border-color: #D004E4;
}
</style>