Shades of Deep Magenta #D703D4
Tints of Deep Magenta #D703D4
RGB
CMYK
RGB Variations
Color information
#D703D4 (or 0xD703D4) is known color: Deep Magenta. HEX triplet: D7, 03 and D4. RGB value is (215,3,212). Sum of RGB (Red+Green+Blue) = 215+3+212=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D703D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703D4 is #28FC2B. Grayscale: #595959. Windows color (decimal): -2685996 or 13894615. OLE color: 13894615.
HSL color Cylindrical-coordinate representation of color #D703D4: hue angle of 300.85º 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 #D703D4 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.16 |
| HSL | 300.85º | 0.97% | 0.43% | - |
| HSV(B) | 300.85º | 0.99% | 0.84% | - |
| XYZ | 39.94 | 19.27 | 63.9 | - |
| YUV | 90.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 212 | 0 | 0.99 | 0.01 | 0.16 | 300.85 | 0.97 | 0.43 |
| Hex | D7 | 3 | D4 | 0 | 63 | 1 | 10 | 12D | 61 | 2B |
| Octal | 327 | 3 | 324 | 0 | 143 | 1 | 20 | 455 | 141 | 53 |
| Binary | 11010111 | 11 | 11010100 | 0 | 1100011 | 1 | 10000 | 100101101 | 1100001 | 101011 |
Color Harmonies of #D703D4
Complementary color
Monochromatic Colors of #D703D4
Black with #D703D4
Text Example
Text Example
White with #D703D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703D4; }
p { color: rgb(215,3,212); }
H1.HeaderClassName
{
color: #D703D4;
}
.AnyTagClassName
{
color: #D703D4;
}
</style>
background-color css
<style>
a { background-color: #D703D4; }
a { background-color: rgb(215,3,212); }
div.DivClassName
{
background-color: #D703D4;
}
.BgClassName
{
background-color: #D703D4;
}
</style>
border-color css
<style>
span { border-color: #D703D4; }
span { border-color: rgb(215,3,212); }
td.TdClassName
{
border-color: #D703D4;
}
.TagClassName
{
border-color: #D703D4;
}
</style>