Shades of Deep Magenta #D804BC
Tints of Deep Magenta #D804BC
RGB
CMYK
RGB Variations
Color information
#D804BC (or 0xD804BC) is known color: Deep Magenta. HEX triplet: D8, 04 and BC. RGB value is (216,4,188). Sum of RGB (Red+Green+Blue) = 216+4+188=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D804BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D804BC is #27FB43. Grayscale: #575757. Windows color (decimal): -2620228 or 12322008. OLE color: 12322008.
HSL color Cylindrical-coordinate representation of color #D804BC: hue angle of 307.92º 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 #D804BC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.15 |
| HSL | 307.92º | 0.96% | 0.43% | - |
| HSV(B) | 307.92º | 0.98% | 0.85% | - |
| XYZ | 37.44 | 18.32 | 49.14 | - |
| YUV | 88.36 | 184.24 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 188 | 0 | 0.98 | 0.13 | 0.15 | 307.92 | 0.96 | 0.43 |
| Hex | D8 | 4 | BC | 0 | 62 | D | F | 134 | 60 | 2B |
| Octal | 330 | 4 | 274 | 0 | 142 | 15 | 17 | 464 | 140 | 53 |
| Binary | 11011000 | 100 | 10111100 | 0 | 1100010 | 1101 | 1111 | 100110100 | 1100000 | 101011 |
Color Harmonies of #D804BC
Complementary color
Monochromatic Colors of #D804BC
Black with #D804BC
Text Example
Text Example
White with #D804BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D804BC; }
p { color: rgb(216,4,188); }
H1.HeaderClassName
{
color: #D804BC;
}
.AnyTagClassName
{
color: #D804BC;
}
</style>
background-color css
<style>
a { background-color: #D804BC; }
a { background-color: rgb(216,4,188); }
div.DivClassName
{
background-color: #D804BC;
}
.BgClassName
{
background-color: #D804BC;
}
</style>
border-color css
<style>
span { border-color: #D804BC; }
span { border-color: rgb(216,4,188); }
td.TdClassName
{
border-color: #D804BC;
}
.TagClassName
{
border-color: #D804BC;
}
</style>