Shades of Deep Magenta #D704C9
Tints of Deep Magenta #D704C9
RGB
CMYK
RGB Variations
Color information
#D704C9 (or 0xD704C9) is known color: Deep Magenta. HEX triplet: D7, 04 and C9. RGB value is (215,4,201). Sum of RGB (Red+Green+Blue) = 215+4+201=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D704C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704C9 is #28FB36. Grayscale: #585858. Windows color (decimal): -2685751 or 13173975. OLE color: 13173975.
HSL color Cylindrical-coordinate representation of color #D704C9: hue angle of 303.98º 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 #D704C9 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 201 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.16 |
| HSL | 303.98º | 0.96% | 0.43% | - |
| HSV(B) | 303.98º | 0.98% | 0.84% | - |
| XYZ | 38.61 | 18.75 | 56.84 | - |
| YUV | 89.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 201 | 0 | 0.98 | 0.07 | 0.16 | 303.98 | 0.96 | 0.43 |
| Hex | D7 | 4 | C9 | 0 | 62 | 7 | 10 | 130 | 60 | 2B |
| Octal | 327 | 4 | 311 | 0 | 142 | 7 | 20 | 460 | 140 | 53 |
| Binary | 11010111 | 100 | 11001001 | 0 | 1100010 | 111 | 10000 | 100110000 | 1100000 | 101011 |
Color Harmonies of #D704C9
Complementary color
Monochromatic Colors of #D704C9
Black with #D704C9
Text Example
Text Example
White with #D704C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704C9; }
p { color: rgb(215,4,201); }
H1.HeaderClassName
{
color: #D704C9;
}
.AnyTagClassName
{
color: #D704C9;
}
</style>
background-color css
<style>
a { background-color: #D704C9; }
a { background-color: rgb(215,4,201); }
div.DivClassName
{
background-color: #D704C9;
}
.BgClassName
{
background-color: #D704C9;
}
</style>
border-color css
<style>
span { border-color: #D704C9; }
span { border-color: rgb(215,4,201); }
td.TdClassName
{
border-color: #D704C9;
}
.TagClassName
{
border-color: #D704C9;
}
</style>