Shades of Deep Magenta #D703CD
Tints of Deep Magenta #D703CD
RGB
CMYK
RGB Variations
Color information
#D703CD (or 0xD703CD) is known color: Deep Magenta. HEX triplet: D7, 03 and CD. RGB value is (215,3,205). Sum of RGB (Red+Green+Blue) = 215+3+205=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D703CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703CD is #28FC32. Grayscale: #585858. Windows color (decimal): -2686003 or 13435863. OLE color: 13435863.
HSL color Cylindrical-coordinate representation of color #D703CD: hue angle of 302.83º 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 #D703CD is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.16 |
| HSL | 302.83º | 0.97% | 0.43% | - |
| HSV(B) | 302.83º | 0.99% | 0.84% | - |
| XYZ | 39.08 | 18.92 | 59.35 | - |
| YUV | 89.42 | 193.24 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 205 | 0 | 0.99 | 0.05 | 0.16 | 302.83 | 0.97 | 0.43 |
| Hex | D7 | 3 | CD | 0 | 63 | 5 | 10 | 12F | 61 | 2B |
| Octal | 327 | 3 | 315 | 0 | 143 | 5 | 20 | 457 | 141 | 53 |
| Binary | 11010111 | 11 | 11001101 | 0 | 1100011 | 101 | 10000 | 100101111 | 1100001 | 101011 |
Color Harmonies of #D703CD
Complementary color
Monochromatic Colors of #D703CD
Black with #D703CD
Text Example
Text Example
White with #D703CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703CD; }
p { color: rgb(215,3,205); }
H1.HeaderClassName
{
color: #D703CD;
}
.AnyTagClassName
{
color: #D703CD;
}
</style>
background-color css
<style>
a { background-color: #D703CD; }
a { background-color: rgb(215,3,205); }
div.DivClassName
{
background-color: #D703CD;
}
.BgClassName
{
background-color: #D703CD;
}
</style>
border-color css
<style>
span { border-color: #D703CD; }
span { border-color: rgb(215,3,205); }
td.TdClassName
{
border-color: #D703CD;
}
.TagClassName
{
border-color: #D703CD;
}
</style>