Shades of Deep Magenta #D704BC
Tints of Deep Magenta #D704BC
RGB
CMYK
RGB Variations
Color information
#D704BC (or 0xD704BC) is known color: Deep Magenta. HEX triplet: D7, 04 and BC. RGB value is (215,4,188). Sum of RGB (Red+Green+Blue) = 215+4+188=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D704BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704BC is #28FB43. Grayscale: #575757. Windows color (decimal): -2685764 or 12322007. OLE color: 12322007.
HSL color Cylindrical-coordinate representation of color #D704BC: hue angle of 307.68º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704BC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.16 |
| HSL | 307.68º | 0.96% | 0.43% | - |
| HSV(B) | 307.68º | 0.98% | 0.84% | - |
| XYZ | 37.14 | 18.16 | 49.13 | - |
| YUV | 88.07 | 184.4 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 188 | 0 | 0.98 | 0.13 | 0.16 | 307.68 | 0.96 | 0.43 |
| Hex | D7 | 4 | BC | 0 | 62 | D | 10 | 134 | 60 | 2B |
| Octal | 327 | 4 | 274 | 0 | 142 | 15 | 20 | 464 | 140 | 53 |
| Binary | 11010111 | 100 | 10111100 | 0 | 1100010 | 1101 | 10000 | 100110100 | 1100000 | 101011 |
Color Harmonies of #D704BC
Complementary color
Monochromatic Colors of #D704BC
Black with #D704BC
Text Example
Text Example
White with #D704BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704BC; }
p { color: rgb(215,4,188); }
H1.HeaderClassName
{
color: #D704BC;
}
.AnyTagClassName
{
color: #D704BC;
}
</style>
background-color css
<style>
a { background-color: #D704BC; }
a { background-color: rgb(215,4,188); }
div.DivClassName
{
background-color: #D704BC;
}
.BgClassName
{
background-color: #D704BC;
}
</style>
border-color css
<style>
span { border-color: #D704BC; }
span { border-color: rgb(215,4,188); }
td.TdClassName
{
border-color: #D704BC;
}
.TagClassName
{
border-color: #D704BC;
}
</style>