Shades of Deep Magenta #D904B4
Tints of Deep Magenta #D904B4
RGB
CMYK
RGB Variations
Color information
#D904B4 (or 0xD904B4) is known color: Deep Magenta. HEX triplet: D9, 04 and B4. RGB value is (217,4,180). Sum of RGB (Red+Green+Blue) = 217+4+180=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D904B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904B4 is #26FB4B. Grayscale: #575757. Windows color (decimal): -2554700 or 11797721. OLE color: 11797721.
HSL color Cylindrical-coordinate representation of color #D904B4: hue angle of 310.42º 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 #D904B4 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 180 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.15 |
| HSL | 310.42º | 0.96% | 0.43% | - |
| HSV(B) | 310.42º | 0.98% | 0.85% | - |
| XYZ | 36.9 | 18.13 | 44.74 | - |
| YUV | 87.75 | 180.07 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 180 | 0 | 0.98 | 0.17 | 0.15 | 310.42 | 0.96 | 0.43 |
| Hex | D9 | 4 | B4 | 0 | 62 | 11 | F | 136 | 60 | 2B |
| Octal | 331 | 4 | 264 | 0 | 142 | 21 | 17 | 466 | 140 | 53 |
| Binary | 11011001 | 100 | 10110100 | 0 | 1100010 | 10001 | 1111 | 100110110 | 1100000 | 101011 |
Color Harmonies of #D904B4
Complementary color
Monochromatic Colors of #D904B4
Black with #D904B4
Text Example
Text Example
White with #D904B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904B4; }
p { color: rgb(217,4,180); }
H1.HeaderClassName
{
color: #D904B4;
}
.AnyTagClassName
{
color: #D904B4;
}
</style>
background-color css
<style>
a { background-color: #D904B4; }
a { background-color: rgb(217,4,180); }
div.DivClassName
{
background-color: #D904B4;
}
.BgClassName
{
background-color: #D904B4;
}
</style>
border-color css
<style>
span { border-color: #D904B4; }
span { border-color: rgb(217,4,180); }
td.TdClassName
{
border-color: #D904B4;
}
.TagClassName
{
border-color: #D904B4;
}
</style>