Shades of Deep Magenta #D703C1
Tints of Deep Magenta #D703C1
RGB
CMYK
RGB Variations
Color information
#D703C1 (or 0xD703C1) is known color: Deep Magenta. HEX triplet: D7, 03 and C1. RGB value is (215,3,193). Sum of RGB (Red+Green+Blue) = 215+3+193=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D703C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703C1 is #28FC3E. Grayscale: #575757. Windows color (decimal): -2686015 or 12649431. OLE color: 12649431.
HSL color Cylindrical-coordinate representation of color #D703C1: hue angle of 306.23º 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 #D703C1 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 193 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.16 |
| HSL | 306.23º | 0.97% | 0.43% | - |
| HSV(B) | 306.23º | 0.99% | 0.84% | - |
| XYZ | 37.68 | 18.36 | 52.01 | - |
| YUV | 88.05 | 187.24 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 193 | 0 | 0.99 | 0.10 | 0.16 | 306.23 | 0.97 | 0.43 |
| Hex | D7 | 3 | C1 | 0 | 63 | A | 10 | 132 | 61 | 2B |
| Octal | 327 | 3 | 301 | 0 | 143 | 12 | 20 | 462 | 141 | 53 |
| Binary | 11010111 | 11 | 11000001 | 0 | 1100011 | 1010 | 10000 | 100110010 | 1100001 | 101011 |
Color Harmonies of #D703C1
Complementary color
Monochromatic Colors of #D703C1
Black with #D703C1
Text Example
Text Example
White with #D703C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703C1; }
p { color: rgb(215,3,193); }
H1.HeaderClassName
{
color: #D703C1;
}
.AnyTagClassName
{
color: #D703C1;
}
</style>
background-color css
<style>
a { background-color: #D703C1; }
a { background-color: rgb(215,3,193); }
div.DivClassName
{
background-color: #D703C1;
}
.BgClassName
{
background-color: #D703C1;
}
</style>
border-color css
<style>
span { border-color: #D703C1; }
span { border-color: rgb(215,3,193); }
td.TdClassName
{
border-color: #D703C1;
}
.TagClassName
{
border-color: #D703C1;
}
</style>