Shades of Deep Magenta #D703B8
Tints of Deep Magenta #D703B8
RGB
CMYK
RGB Variations
Color information
#D703B8 (or 0xD703B8) is known color: Deep Magenta. HEX triplet: D7, 03 and B8. RGB value is (215,3,184). Sum of RGB (Red+Green+Blue) = 215+3+184=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D703B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703B8 is #28FC47. Grayscale: #565656. Windows color (decimal): -2686024 or 12059607. OLE color: 12059607.
HSL color Cylindrical-coordinate representation of color #D703B8: hue angle of 308.77º 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 #D703B8 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.16 |
| HSL | 308.77º | 0.97% | 0.43% | - |
| HSV(B) | 308.77º | 0.99% | 0.84% | - |
| XYZ | 36.71 | 17.97 | 46.88 | - |
| YUV | 87.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 184 | 0 | 0.99 | 0.14 | 0.16 | 308.77 | 0.97 | 0.43 |
| Hex | D7 | 3 | B8 | 0 | 63 | E | 10 | 135 | 61 | 2B |
| Octal | 327 | 3 | 270 | 0 | 143 | 16 | 20 | 465 | 141 | 53 |
| Binary | 11010111 | 11 | 10111000 | 0 | 1100011 | 1110 | 10000 | 100110101 | 1100001 | 101011 |
Color Harmonies of #D703B8
Complementary color
Monochromatic Colors of #D703B8
Black with #D703B8
Text Example
Text Example
White with #D703B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703B8; }
p { color: rgb(215,3,184); }
H1.HeaderClassName
{
color: #D703B8;
}
.AnyTagClassName
{
color: #D703B8;
}
</style>
background-color css
<style>
a { background-color: #D703B8; }
a { background-color: rgb(215,3,184); }
div.DivClassName
{
background-color: #D703B8;
}
.BgClassName
{
background-color: #D703B8;
}
</style>
border-color css
<style>
span { border-color: #D703B8; }
span { border-color: rgb(215,3,184); }
td.TdClassName
{
border-color: #D703B8;
}
.TagClassName
{
border-color: #D703B8;
}
</style>