Shades of Deep Magenta #D904E2
Tints of Deep Magenta #D904E2
RGB
CMYK
RGB Variations
Color information
#D904E2 (or 0xD904E2) is known color: Deep Magenta. HEX triplet: D9, 04 and E2. RGB value is (217,4,226). Sum of RGB (Red+Green+Blue) = 217+4+226=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #D904E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904E2 is #26FB1D. Grayscale: #5C5C5C. Windows color (decimal): -2554654 or 14812377. OLE color: 14812377.
HSL color Cylindrical-coordinate representation of color #D904E2: hue angle of 297.57º 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 #D904E2 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 4 | 226 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.11 |
| HSL | 297.57º | 0.97% | 0.45% | - |
| HSV(B) | 297.57º | 0.98% | 0.89% | - |
| XYZ | 42.39 | 20.33 | 73.64 | - |
| YUV | 93 | 203.07 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 226 | 0.04 | 0.98 | 0 | 0.11 | 297.57 | 0.97 | 0.45 |
| Hex | D9 | 4 | E2 | 4 | 62 | 0 | B | 12A | 61 | 2D |
| Octal | 331 | 4 | 342 | 4 | 142 | 0 | 13 | 452 | 141 | 55 |
| Binary | 11011001 | 100 | 11100010 | 100 | 1100010 | 0 | 1011 | 100101010 | 1100001 | 101101 |
Color Harmonies of #D904E2
Complementary color
Monochromatic Colors of #D904E2
Black with #D904E2
Text Example
Text Example
White with #D904E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904E2; }
p { color: rgb(217,4,226); }
H1.HeaderClassName
{
color: #D904E2;
}
.AnyTagClassName
{
color: #D904E2;
}
</style>
background-color css
<style>
a { background-color: #D904E2; }
a { background-color: rgb(217,4,226); }
div.DivClassName
{
background-color: #D904E2;
}
.BgClassName
{
background-color: #D904E2;
}
</style>
border-color css
<style>
span { border-color: #D904E2; }
span { border-color: rgb(217,4,226); }
td.TdClassName
{
border-color: #D904E2;
}
.TagClassName
{
border-color: #D904E2;
}
</style>