Shades of Deep Magenta #D703CC
Tints of Deep Magenta #D703CC
RGB
CMYK
RGB Variations
Color information
#D703CC (or 0xD703CC) is known color: Deep Magenta. HEX triplet: D7, 03 and CC. RGB value is (215,3,204). Sum of RGB (Red+Green+Blue) = 215+3+204=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D703CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703CC is #28FC33. Grayscale: #585858. Windows color (decimal): -2686004 or 13370327. OLE color: 13370327.
HSL color Cylindrical-coordinate representation of color #D703CC: hue angle of 303.11º 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 #D703CC is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.16 |
| HSL | 303.11º | 0.97% | 0.43% | - |
| HSV(B) | 303.11º | 0.99% | 0.84% | - |
| XYZ | 38.96 | 18.87 | 58.72 | - |
| YUV | 89.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 204 | 0 | 0.99 | 0.05 | 0.16 | 303.11 | 0.97 | 0.43 |
| Hex | D7 | 3 | CC | 0 | 63 | 5 | 10 | 12F | 61 | 2B |
| Octal | 327 | 3 | 314 | 0 | 143 | 5 | 20 | 457 | 141 | 53 |
| Binary | 11010111 | 11 | 11001100 | 0 | 1100011 | 101 | 10000 | 100101111 | 1100001 | 101011 |
Color Harmonies of #D703CC
Complementary color
Monochromatic Colors of #D703CC
Black with #D703CC
Text Example
Text Example
White with #D703CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703CC; }
p { color: rgb(215,3,204); }
H1.HeaderClassName
{
color: #D703CC;
}
.AnyTagClassName
{
color: #D703CC;
}
</style>
background-color css
<style>
a { background-color: #D703CC; }
a { background-color: rgb(215,3,204); }
div.DivClassName
{
background-color: #D703CC;
}
.BgClassName
{
background-color: #D703CC;
}
</style>
border-color css
<style>
span { border-color: #D703CC; }
span { border-color: rgb(215,3,204); }
td.TdClassName
{
border-color: #D703CC;
}
.TagClassName
{
border-color: #D703CC;
}
</style>