Shades of Deep Magenta #D904DE
Tints of Deep Magenta #D904DE
RGB
CMYK
RGB Variations
Color information
#D904DE (or 0xD904DE) is known color: Deep Magenta. HEX triplet: D9, 04 and DE. RGB value is (217,4,222). Sum of RGB (Red+Green+Blue) = 217+4+222=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #D904DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904DE is #26FB21. Grayscale: #5B5B5B. Windows color (decimal): -2554658 or 14550233. OLE color: 14550233.
HSL color Cylindrical-coordinate representation of color #D904DE: hue angle of 298.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904DE is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 4 | 222 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.13 |
| HSL | 298.62º | 0.96% | 0.44% | - |
| HSV(B) | 298.62º | 0.98% | 0.87% | - |
| XYZ | 41.84 | 20.11 | 70.78 | - |
| YUV | 92.54 | 201.07 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 222 | 0.02 | 0.98 | 0 | 0.13 | 298.62 | 0.96 | 0.44 |
| Hex | D9 | 4 | DE | 2 | 62 | 0 | D | 12B | 60 | 2C |
| Octal | 331 | 4 | 336 | 2 | 142 | 0 | 15 | 453 | 140 | 54 |
| Binary | 11011001 | 100 | 11011110 | 10 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101100 |
Color Harmonies of #D904DE
Complementary color
Monochromatic Colors of #D904DE
Black with #D904DE
Text Example
Text Example
White with #D904DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904DE; }
p { color: rgb(217,4,222); }
H1.HeaderClassName
{
color: #D904DE;
}
.AnyTagClassName
{
color: #D904DE;
}
</style>
background-color css
<style>
a { background-color: #D904DE; }
a { background-color: rgb(217,4,222); }
div.DivClassName
{
background-color: #D904DE;
}
.BgClassName
{
background-color: #D904DE;
}
</style>
border-color css
<style>
span { border-color: #D904DE; }
span { border-color: rgb(217,4,222); }
td.TdClassName
{
border-color: #D904DE;
}
.TagClassName
{
border-color: #D904DE;
}
</style>