Shades of Deep Magenta #D703DC
Tints of Deep Magenta #D703DC
RGB
CMYK
RGB Variations
Color information
#D703DC (or 0xD703DC) is known color: Deep Magenta. HEX triplet: D7, 03 and DC. RGB value is (215,3,220). Sum of RGB (Red+Green+Blue) = 215+3+220=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #D703DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703DC is #28FC23. Grayscale: #5A5A5A. Windows color (decimal): -2685988 or 14418903. OLE color: 14418903.
HSL color Cylindrical-coordinate representation of color #D703DC: hue angle of 298.62º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703DC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 3 | 220 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.14 |
| HSL | 298.62º | 0.97% | 0.44% | - |
| HSV(B) | 298.62º | 0.99% | 0.86% | - |
| XYZ | 40.98 | 19.68 | 69.35 | - |
| YUV | 91.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 220 | 0.02 | 0.99 | 0 | 0.14 | 298.62 | 0.97 | 0.44 |
| Hex | D7 | 3 | DC | 2 | 63 | 0 | E | 12B | 61 | 2C |
| Octal | 327 | 3 | 334 | 2 | 143 | 0 | 16 | 453 | 141 | 54 |
| Binary | 11010111 | 11 | 11011100 | 10 | 1100011 | 0 | 1110 | 100101011 | 1100001 | 101100 |
Color Harmonies of #D703DC
Complementary color
Monochromatic Colors of #D703DC
Black with #D703DC
Text Example
Text Example
White with #D703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703DC; }
p { color: rgb(215,3,220); }
H1.HeaderClassName
{
color: #D703DC;
}
.AnyTagClassName
{
color: #D703DC;
}
</style>
background-color css
<style>
a { background-color: #D703DC; }
a { background-color: rgb(215,3,220); }
div.DivClassName
{
background-color: #D703DC;
}
.BgClassName
{
background-color: #D703DC;
}
</style>
border-color css
<style>
span { border-color: #D703DC; }
span { border-color: rgb(215,3,220); }
td.TdClassName
{
border-color: #D703DC;
}
.TagClassName
{
border-color: #D703DC;
}
</style>