Shades of Deep Magenta #D904BE
Tints of Deep Magenta #D904BE
RGB
CMYK
RGB Variations
Color information
#D904BE (or 0xD904BE) is known color: Deep Magenta. HEX triplet: D9, 04 and BE. RGB value is (217,4,190). Sum of RGB (Red+Green+Blue) = 217+4+190=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D904BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904BE is #26FB41. Grayscale: #585858. Windows color (decimal): -2554690 or 12453081. OLE color: 12453081.
HSL color Cylindrical-coordinate representation of color #D904BE: hue angle of 307.61º 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 #D904BE is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.61º | 0.96% | 0.43% | - |
| HSV(B) | 307.61º | 0.98% | 0.85% | - |
| XYZ | 37.95 | 18.56 | 50.3 | - |
| YUV | 88.89 | 185.07 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 190 | 0 | 0.98 | 0.12 | 0.15 | 307.61 | 0.96 | 0.43 |
| Hex | D9 | 4 | BE | 0 | 62 | C | F | 134 | 60 | 2B |
| Octal | 331 | 4 | 276 | 0 | 142 | 14 | 17 | 464 | 140 | 53 |
| Binary | 11011001 | 100 | 10111110 | 0 | 1100010 | 1100 | 1111 | 100110100 | 1100000 | 101011 |
Color Harmonies of #D904BE
Complementary color
Monochromatic Colors of #D904BE
Black with #D904BE
Text Example
Text Example
White with #D904BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904BE; }
p { color: rgb(217,4,190); }
H1.HeaderClassName
{
color: #D904BE;
}
.AnyTagClassName
{
color: #D904BE;
}
</style>
background-color css
<style>
a { background-color: #D904BE; }
a { background-color: rgb(217,4,190); }
div.DivClassName
{
background-color: #D904BE;
}
.BgClassName
{
background-color: #D904BE;
}
</style>
border-color css
<style>
span { border-color: #D904BE; }
span { border-color: rgb(217,4,190); }
td.TdClassName
{
border-color: #D904BE;
}
.TagClassName
{
border-color: #D904BE;
}
</style>