Shades of Deep Magenta #D703B7
Tints of Deep Magenta #D703B7
RGB
CMYK
RGB Variations
Color information
#D703B7 (or 0xD703B7) is known color: Deep Magenta. HEX triplet: D7, 03 and B7. RGB value is (215,3,183). Sum of RGB (Red+Green+Blue) = 215+3+183=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D703B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703B7 is #28FC48. Grayscale: #565656. Windows color (decimal): -2686025 or 11994071. OLE color: 11994071.
HSL color Cylindrical-coordinate representation of color #D703B7: hue angle of 309.06º 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 #D703B7 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.16 |
| HSL | 309.06º | 0.97% | 0.43% | - |
| HSV(B) | 309.06º | 0.99% | 0.84% | - |
| XYZ | 36.6 | 17.93 | 46.33 | - |
| YUV | 86.91 | 182.24 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 183 | 0 | 0.99 | 0.15 | 0.16 | 309.06 | 0.97 | 0.43 |
| Hex | D7 | 3 | B7 | 0 | 63 | F | 10 | 135 | 61 | 2B |
| Octal | 327 | 3 | 267 | 0 | 143 | 17 | 20 | 465 | 141 | 53 |
| Binary | 11010111 | 11 | 10110111 | 0 | 1100011 | 1111 | 10000 | 100110101 | 1100001 | 101011 |
Color Harmonies of #D703B7
Complementary color
Monochromatic Colors of #D703B7
Black with #D703B7
Text Example
Text Example
White with #D703B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703B7; }
p { color: rgb(215,3,183); }
H1.HeaderClassName
{
color: #D703B7;
}
.AnyTagClassName
{
color: #D703B7;
}
</style>
background-color css
<style>
a { background-color: #D703B7; }
a { background-color: rgb(215,3,183); }
div.DivClassName
{
background-color: #D703B7;
}
.BgClassName
{
background-color: #D703B7;
}
</style>
border-color css
<style>
span { border-color: #D703B7; }
span { border-color: rgb(215,3,183); }
td.TdClassName
{
border-color: #D703B7;
}
.TagClassName
{
border-color: #D703B7;
}
</style>