Shades of Deep Magenta #D704C4
Tints of Deep Magenta #D704C4
RGB
CMYK
RGB Variations
Color information
#D704C4 (or 0xD704C4) is known color: Deep Magenta. HEX triplet: D7, 04 and C4. RGB value is (215,4,196). Sum of RGB (Red+Green+Blue) = 215+4+196=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D704C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704C4 is #28FB3B. Grayscale: #585858. Windows color (decimal): -2685756 or 12846295. OLE color: 12846295.
HSL color Cylindrical-coordinate representation of color #D704C4: hue angle of 305.4º 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 #D704C4 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 196 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.16 |
| HSL | 305.4º | 0.96% | 0.43% | - |
| HSV(B) | 305.4º | 0.98% | 0.84% | - |
| XYZ | 38.03 | 18.52 | 53.79 | - |
| YUV | 88.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 196 | 0 | 0.98 | 0.09 | 0.16 | 305.4 | 0.96 | 0.43 |
| Hex | D7 | 4 | C4 | 0 | 62 | 9 | 10 | 131 | 60 | 2B |
| Octal | 327 | 4 | 304 | 0 | 142 | 11 | 20 | 461 | 140 | 53 |
| Binary | 11010111 | 100 | 11000100 | 0 | 1100010 | 1001 | 10000 | 100110001 | 1100000 | 101011 |
Color Harmonies of #D704C4
Complementary color
Monochromatic Colors of #D704C4
Black with #D704C4
Text Example
Text Example
White with #D704C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704C4; }
p { color: rgb(215,4,196); }
H1.HeaderClassName
{
color: #D704C4;
}
.AnyTagClassName
{
color: #D704C4;
}
</style>
background-color css
<style>
a { background-color: #D704C4; }
a { background-color: rgb(215,4,196); }
div.DivClassName
{
background-color: #D704C4;
}
.BgClassName
{
background-color: #D704C4;
}
</style>
border-color css
<style>
span { border-color: #D704C4; }
span { border-color: rgb(215,4,196); }
td.TdClassName
{
border-color: #D704C4;
}
.TagClassName
{
border-color: #D704C4;
}
</style>