Shades of Deep Magenta #D703C0
Tints of Deep Magenta #D703C0
RGB
CMYK
RGB Variations
Color information
#D703C0 (or 0xD703C0) is known color: Deep Magenta. HEX triplet: D7, 03 and C0. RGB value is (215,3,192). Sum of RGB (Red+Green+Blue) = 215+3+192=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D703C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703C0 is #28FC3F. Grayscale: #575757. Windows color (decimal): -2686016 or 12583895. OLE color: 12583895.
HSL color Cylindrical-coordinate representation of color #D703C0: hue angle of 306.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703C0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.51º | 0.97% | 0.43% | - |
| HSV(B) | 306.51º | 0.99% | 0.84% | - |
| XYZ | 37.57 | 18.32 | 51.42 | - |
| YUV | 87.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 192 | 0 | 0.99 | 0.11 | 0.16 | 306.51 | 0.97 | 0.43 |
| Hex | D7 | 3 | C0 | 0 | 63 | B | 10 | 133 | 61 | 2B |
| Octal | 327 | 3 | 300 | 0 | 143 | 13 | 20 | 463 | 141 | 53 |
| Binary | 11010111 | 11 | 11000000 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D703C0
Complementary color
Monochromatic Colors of #D703C0
Black with #D703C0
Text Example
Text Example
White with #D703C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703C0; }
p { color: rgb(215,3,192); }
H1.HeaderClassName
{
color: #D703C0;
}
.AnyTagClassName
{
color: #D703C0;
}
</style>
background-color css
<style>
a { background-color: #D703C0; }
a { background-color: rgb(215,3,192); }
div.DivClassName
{
background-color: #D703C0;
}
.BgClassName
{
background-color: #D703C0;
}
</style>
border-color css
<style>
span { border-color: #D703C0; }
span { border-color: rgb(215,3,192); }
td.TdClassName
{
border-color: #D703C0;
}
.TagClassName
{
border-color: #D703C0;
}
</style>