Shades of Deep Magenta #D904B5
Tints of Deep Magenta #D904B5
RGB
CMYK
RGB Variations
Color information
#D904B5 (or 0xD904B5) is known color: Deep Magenta. HEX triplet: D9, 04 and B5. RGB value is (217,4,181). Sum of RGB (Red+Green+Blue) = 217+4+181=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D904B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904B5 is #26FB4A. Grayscale: #575757. Windows color (decimal): -2554699 or 11863257. OLE color: 11863257.
HSL color Cylindrical-coordinate representation of color #D904B5: hue angle of 310.14º 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 #D904B5 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.15 |
| HSL | 310.14º | 0.96% | 0.43% | - |
| HSV(B) | 310.14º | 0.98% | 0.85% | - |
| XYZ | 37 | 18.17 | 45.27 | - |
| YUV | 87.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 181 | 0 | 0.98 | 0.17 | 0.15 | 310.14 | 0.96 | 0.43 |
| Hex | D9 | 4 | B5 | 0 | 62 | 11 | F | 136 | 60 | 2B |
| Octal | 331 | 4 | 265 | 0 | 142 | 21 | 17 | 466 | 140 | 53 |
| Binary | 11011001 | 100 | 10110101 | 0 | 1100010 | 10001 | 1111 | 100110110 | 1100000 | 101011 |
Color Harmonies of #D904B5
Complementary color
Monochromatic Colors of #D904B5
Black with #D904B5
Text Example
Text Example
White with #D904B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904B5; }
p { color: rgb(217,4,181); }
H1.HeaderClassName
{
color: #D904B5;
}
.AnyTagClassName
{
color: #D904B5;
}
</style>
background-color css
<style>
a { background-color: #D904B5; }
a { background-color: rgb(217,4,181); }
div.DivClassName
{
background-color: #D904B5;
}
.BgClassName
{
background-color: #D904B5;
}
</style>
border-color css
<style>
span { border-color: #D904B5; }
span { border-color: rgb(217,4,181); }
td.TdClassName
{
border-color: #D904B5;
}
.TagClassName
{
border-color: #D904B5;
}
</style>