Shades of Deep Magenta #D703BF
Tints of Deep Magenta #D703BF
RGB
CMYK
RGB Variations
Color information
#D703BF (or 0xD703BF) is known color: Deep Magenta. HEX triplet: D7, 03 and BF. RGB value is (215,3,191). Sum of RGB (Red+Green+Blue) = 215+3+191=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D703BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703BF is #28FC40. Grayscale: #575757. Windows color (decimal): -2686017 or 12518359. OLE color: 12518359.
HSL color Cylindrical-coordinate representation of color #D703BF: hue angle of 306.79º 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 #D703BF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.16 |
| HSL | 306.79º | 0.97% | 0.43% | - |
| HSV(B) | 306.79º | 0.99% | 0.84% | - |
| XYZ | 37.46 | 18.27 | 50.84 | - |
| YUV | 87.82 | 186.24 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 191 | 0 | 0.99 | 0.11 | 0.16 | 306.79 | 0.97 | 0.43 |
| Hex | D7 | 3 | BF | 0 | 63 | B | 10 | 133 | 61 | 2B |
| Octal | 327 | 3 | 277 | 0 | 143 | 13 | 20 | 463 | 141 | 53 |
| Binary | 11010111 | 11 | 10111111 | 0 | 1100011 | 1011 | 10000 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D703BF
Complementary color
Monochromatic Colors of #D703BF
Black with #D703BF
Text Example
Text Example
White with #D703BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703BF; }
p { color: rgb(215,3,191); }
H1.HeaderClassName
{
color: #D703BF;
}
.AnyTagClassName
{
color: #D703BF;
}
</style>
background-color css
<style>
a { background-color: #D703BF; }
a { background-color: rgb(215,3,191); }
div.DivClassName
{
background-color: #D703BF;
}
.BgClassName
{
background-color: #D703BF;
}
</style>
border-color css
<style>
span { border-color: #D703BF; }
span { border-color: rgb(215,3,191); }
td.TdClassName
{
border-color: #D703BF;
}
.TagClassName
{
border-color: #D703BF;
}
</style>