Shades of Deep Magenta #D904C8
Tints of Deep Magenta #D904C8
RGB
CMYK
RGB Variations
Color information
#D904C8 (or 0xD904C8) is known color: Deep Magenta. HEX triplet: D9, 04 and C8. RGB value is (217,4,200). Sum of RGB (Red+Green+Blue) = 217+4+200=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D904C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904C8 is #26FB37. Grayscale: #595959. Windows color (decimal): -2554680 or 13108441. OLE color: 13108441.
HSL color Cylindrical-coordinate representation of color #D904C8: hue angle of 304.79º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904C8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.15 |
| HSL | 304.79º | 0.96% | 0.43% | - |
| HSV(B) | 304.79º | 0.98% | 0.85% | - |
| XYZ | 39.08 | 19.01 | 56.25 | - |
| YUV | 90.03 | 190.07 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 200 | 0 | 0.98 | 0.08 | 0.15 | 304.79 | 0.96 | 0.43 |
| Hex | D9 | 4 | C8 | 0 | 62 | 8 | F | 131 | 60 | 2B |
| Octal | 331 | 4 | 310 | 0 | 142 | 10 | 17 | 461 | 140 | 53 |
| Binary | 11011001 | 100 | 11001000 | 0 | 1100010 | 1000 | 1111 | 100110001 | 1100000 | 101011 |
Color Harmonies of #D904C8
Complementary color
Monochromatic Colors of #D904C8
Black with #D904C8
Text Example
Text Example
White with #D904C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904C8; }
p { color: rgb(217,4,200); }
H1.HeaderClassName
{
color: #D904C8;
}
.AnyTagClassName
{
color: #D904C8;
}
</style>
background-color css
<style>
a { background-color: #D904C8; }
a { background-color: rgb(217,4,200); }
div.DivClassName
{
background-color: #D904C8;
}
.BgClassName
{
background-color: #D904C8;
}
</style>
border-color css
<style>
span { border-color: #D904C8; }
span { border-color: rgb(217,4,200); }
td.TdClassName
{
border-color: #D904C8;
}
.TagClassName
{
border-color: #D904C8;
}
</style>