Shades of Deep Magenta #D704CF
Tints of Deep Magenta #D704CF
RGB
CMYK
RGB Variations
Color information
#D704CF (or 0xD704CF) is known color: Deep Magenta. HEX triplet: D7, 04 and CF. RGB value is (215,4,207). Sum of RGB (Red+Green+Blue) = 215+4+207=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D704CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704CF is #28FB30. Grayscale: #595959. Windows color (decimal): -2685745 or 13567191. OLE color: 13567191.
HSL color Cylindrical-coordinate representation of color #D704CF: hue angle of 302.27º 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 #D704CF is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.16 |
| HSL | 302.27º | 0.96% | 0.43% | - |
| HSV(B) | 302.27º | 0.98% | 0.84% | - |
| XYZ | 39.33 | 19.04 | 60.63 | - |
| YUV | 90.23 | 193.9 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 207 | 0 | 0.98 | 0.04 | 0.16 | 302.27 | 0.96 | 0.43 |
| Hex | D7 | 4 | CF | 0 | 62 | 4 | 10 | 12E | 60 | 2B |
| Octal | 327 | 4 | 317 | 0 | 142 | 4 | 20 | 456 | 140 | 53 |
| Binary | 11010111 | 100 | 11001111 | 0 | 1100010 | 100 | 10000 | 100101110 | 1100000 | 101011 |
Color Harmonies of #D704CF
Complementary color
Monochromatic Colors of #D704CF
Black with #D704CF
Text Example
Text Example
White with #D704CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704CF; }
p { color: rgb(215,4,207); }
H1.HeaderClassName
{
color: #D704CF;
}
.AnyTagClassName
{
color: #D704CF;
}
</style>
background-color css
<style>
a { background-color: #D704CF; }
a { background-color: rgb(215,4,207); }
div.DivClassName
{
background-color: #D704CF;
}
.BgClassName
{
background-color: #D704CF;
}
</style>
border-color css
<style>
span { border-color: #D704CF; }
span { border-color: rgb(215,4,207); }
td.TdClassName
{
border-color: #D704CF;
}
.TagClassName
{
border-color: #D704CF;
}
</style>