Shades of Deep Magenta #D804B9
Tints of Deep Magenta #D804B9
RGB
CMYK
RGB Variations
Color information
#D804B9 (or 0xD804B9) is known color: Deep Magenta. HEX triplet: D8, 04 and B9. RGB value is (216,4,185). Sum of RGB (Red+Green+Blue) = 216+4+185=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D804B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804B9 is #27FB46. Grayscale: #575757. Windows color (decimal): -2620231 or 12125400. OLE color: 12125400.
HSL color Cylindrical-coordinate representation of color #D804B9: hue angle of 308.77º 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 #D804B9 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 185 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.15 |
| HSL | 308.77º | 0.96% | 0.43% | - |
| HSV(B) | 308.77º | 0.98% | 0.85% | - |
| XYZ | 37.12 | 18.19 | 47.45 | - |
| YUV | 88.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 185 | 0 | 0.98 | 0.14 | 0.15 | 308.77 | 0.96 | 0.43 |
| Hex | D8 | 4 | B9 | 0 | 62 | E | F | 135 | 60 | 2B |
| Octal | 330 | 4 | 271 | 0 | 142 | 16 | 17 | 465 | 140 | 53 |
| Binary | 11011000 | 100 | 10111001 | 0 | 1100010 | 1110 | 1111 | 100110101 | 1100000 | 101011 |
Color Harmonies of #D804B9
Complementary color
Monochromatic Colors of #D804B9
Black with #D804B9
Text Example
Text Example
White with #D804B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804B9; }
p { color: rgb(216,4,185); }
H1.HeaderClassName
{
color: #D804B9;
}
.AnyTagClassName
{
color: #D804B9;
}
</style>
background-color css
<style>
a { background-color: #D804B9; }
a { background-color: rgb(216,4,185); }
div.DivClassName
{
background-color: #D804B9;
}
.BgClassName
{
background-color: #D804B9;
}
</style>
border-color css
<style>
span { border-color: #D804B9; }
span { border-color: rgb(216,4,185); }
td.TdClassName
{
border-color: #D804B9;
}
.TagClassName
{
border-color: #D804B9;
}
</style>