Shades of Deep Magenta #D904D8
Tints of Deep Magenta #D904D8
RGB
CMYK
RGB Variations
Color information
#D904D8 (or 0xD904D8) is known color: Deep Magenta. HEX triplet: D9, 04 and D8. RGB value is (217,4,216). Sum of RGB (Red+Green+Blue) = 217+4+216=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D904D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904D8 is #26FB27. Grayscale: #5B5B5B. Windows color (decimal): -2554664 or 14157017. OLE color: 14157017.
HSL color Cylindrical-coordinate representation of color #D904D8: hue angle of 300.28º 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 #D904D8 is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 216 | - |
| CMYK | 0 | 0.98 | 0.00 | 0.15 |
| HSL | 300.28º | 0.96% | 0.43% | - |
| HSV(B) | 300.28º | 0.98% | 0.85% | - |
| XYZ | 41.05 | 19.8 | 66.62 | - |
| YUV | 91.86 | 198.07 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 216 | 0 | 0.98 | 0.00 | 0.15 | 300.28 | 0.96 | 0.43 |
| Hex | D9 | 4 | D8 | 0 | 62 | 0 | F | 12C | 60 | 2B |
| Octal | 331 | 4 | 330 | 0 | 142 | 0 | 17 | 454 | 140 | 53 |
| Binary | 11011001 | 100 | 11011000 | 0 | 1100010 | 0 | 1111 | 100101100 | 1100000 | 101011 |
Color Harmonies of #D904D8
Complementary color
Monochromatic Colors of #D904D8
Black with #D904D8
Text Example
Text Example
White with #D904D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904D8; }
p { color: rgb(217,4,216); }
H1.HeaderClassName
{
color: #D904D8;
}
.AnyTagClassName
{
color: #D904D8;
}
</style>
background-color css
<style>
a { background-color: #D904D8; }
a { background-color: rgb(217,4,216); }
div.DivClassName
{
background-color: #D904D8;
}
.BgClassName
{
background-color: #D904D8;
}
</style>
border-color css
<style>
span { border-color: #D904D8; }
span { border-color: rgb(217,4,216); }
td.TdClassName
{
border-color: #D904D8;
}
.TagClassName
{
border-color: #D904D8;
}
</style>