Shades of Deep Magenta #D703D0
Tints of Deep Magenta #D703D0
RGB
CMYK
RGB Variations
Color information
#D703D0 (or 0xD703D0) is known color: Deep Magenta. HEX triplet: D7, 03 and D0. RGB value is (215,3,208). Sum of RGB (Red+Green+Blue) = 215+3+208=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D703D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703D0 is #28FC2F. Grayscale: #595959. Windows color (decimal): -2686000 or 13632471. OLE color: 13632471.
HSL color Cylindrical-coordinate representation of color #D703D0: hue angle of 301.98º 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 #D703D0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.16 |
| HSL | 301.98º | 0.97% | 0.43% | - |
| HSV(B) | 301.98º | 0.99% | 0.84% | - |
| XYZ | 39.44 | 19.07 | 61.28 | - |
| YUV | 89.76 | 194.74 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 208 | 0 | 0.99 | 0.03 | 0.16 | 301.98 | 0.97 | 0.43 |
| Hex | D7 | 3 | D0 | 0 | 63 | 3 | 10 | 12E | 61 | 2B |
| Octal | 327 | 3 | 320 | 0 | 143 | 3 | 20 | 456 | 141 | 53 |
| Binary | 11010111 | 11 | 11010000 | 0 | 1100011 | 11 | 10000 | 100101110 | 1100001 | 101011 |
Color Harmonies of #D703D0
Complementary color
Monochromatic Colors of #D703D0
Black with #D703D0
Text Example
Text Example
White with #D703D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703D0; }
p { color: rgb(215,3,208); }
H1.HeaderClassName
{
color: #D703D0;
}
.AnyTagClassName
{
color: #D703D0;
}
</style>
background-color css
<style>
a { background-color: #D703D0; }
a { background-color: rgb(215,3,208); }
div.DivClassName
{
background-color: #D703D0;
}
.BgClassName
{
background-color: #D703D0;
}
</style>
border-color css
<style>
span { border-color: #D703D0; }
span { border-color: rgb(215,3,208); }
td.TdClassName
{
border-color: #D703D0;
}
.TagClassName
{
border-color: #D703D0;
}
</style>