Shades of Deep Magenta #D703DE
Tints of Deep Magenta #D703DE
RGB
CMYK
RGB Variations
Color information
#D703DE (or 0xD703DE) is known color: Deep Magenta. HEX triplet: D7, 03 and DE. RGB value is (215,3,222). Sum of RGB (Red+Green+Blue) = 215+3+222=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D703DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703DE is #28FC21. Grayscale: #5A5A5A. Windows color (decimal): -2685986 or 14549975. OLE color: 14549975.
HSL color Cylindrical-coordinate representation of color #D703DE: hue angle of 298.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703DE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 3 | 222 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.13 |
| HSL | 298.08º | 0.97% | 0.44% | - |
| HSV(B) | 298.08º | 0.99% | 0.87% | - |
| XYZ | 41.24 | 19.79 | 70.75 | - |
| YUV | 91.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 222 | 0.03 | 0.99 | 0 | 0.13 | 298.08 | 0.97 | 0.44 |
| Hex | D7 | 3 | DE | 3 | 63 | 0 | D | 12A | 61 | 2C |
| Octal | 327 | 3 | 336 | 3 | 143 | 0 | 15 | 452 | 141 | 54 |
| Binary | 11010111 | 11 | 11011110 | 11 | 1100011 | 0 | 1101 | 100101010 | 1100001 | 101100 |
Color Harmonies of #D703DE
Complementary color
Monochromatic Colors of #D703DE
Black with #D703DE
Text Example
Text Example
White with #D703DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703DE; }
p { color: rgb(215,3,222); }
H1.HeaderClassName
{
color: #D703DE;
}
.AnyTagClassName
{
color: #D703DE;
}
</style>
background-color css
<style>
a { background-color: #D703DE; }
a { background-color: rgb(215,3,222); }
div.DivClassName
{
background-color: #D703DE;
}
.BgClassName
{
background-color: #D703DE;
}
</style>
border-color css
<style>
span { border-color: #D703DE; }
span { border-color: rgb(215,3,222); }
td.TdClassName
{
border-color: #D703DE;
}
.TagClassName
{
border-color: #D703DE;
}
</style>