Shades of Deep Magenta #D804B5
Tints of Deep Magenta #D804B5
RGB
CMYK
RGB Variations
Color information
#D804B5 (or 0xD804B5) is known color: Deep Magenta. HEX triplet: D8, 04 and B5. RGB value is (216,4,181). Sum of RGB (Red+Green+Blue) = 216+4+181=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D804B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804B5 is #27FB4A. Grayscale: #575757. Windows color (decimal): -2620235 or 11863256. OLE color: 11863256.
HSL color Cylindrical-coordinate representation of color #D804B5: hue angle of 309.91º 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 #D804B5 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 181 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.15 |
| HSL | 309.91º | 0.96% | 0.43% | - |
| HSV(B) | 309.91º | 0.98% | 0.85% | - |
| XYZ | 36.7 | 18.02 | 45.26 | - |
| YUV | 87.57 | 180.74 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 181 | 0 | 0.98 | 0.16 | 0.15 | 309.91 | 0.96 | 0.43 |
| Hex | D8 | 4 | B5 | 0 | 62 | 10 | F | 136 | 60 | 2B |
| Octal | 330 | 4 | 265 | 0 | 142 | 20 | 17 | 466 | 140 | 53 |
| Binary | 11011000 | 100 | 10110101 | 0 | 1100010 | 10000 | 1111 | 100110110 | 1100000 | 101011 |
Color Harmonies of #D804B5
Complementary color
Monochromatic Colors of #D804B5
Black with #D804B5
Text Example
Text Example
White with #D804B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804B5; }
p { color: rgb(216,4,181); }
H1.HeaderClassName
{
color: #D804B5;
}
.AnyTagClassName
{
color: #D804B5;
}
</style>
background-color css
<style>
a { background-color: #D804B5; }
a { background-color: rgb(216,4,181); }
div.DivClassName
{
background-color: #D804B5;
}
.BgClassName
{
background-color: #D804B5;
}
</style>
border-color css
<style>
span { border-color: #D804B5; }
span { border-color: rgb(216,4,181); }
td.TdClassName
{
border-color: #D804B5;
}
.TagClassName
{
border-color: #D804B5;
}
</style>