Shades of Deep Magenta #D703CE
Tints of Deep Magenta #D703CE
RGB
CMYK
RGB Variations
Color information
#D703CE (or 0xD703CE) is known color: Deep Magenta. HEX triplet: D7, 03 and CE. RGB value is (215,3,206). Sum of RGB (Red+Green+Blue) = 215+3+206=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D703CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703CE is #28FC31. Grayscale: #585858. Windows color (decimal): -2686002 or 13501399. OLE color: 13501399.
HSL color Cylindrical-coordinate representation of color #D703CE: hue angle of 302.55º 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 #D703CE is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.16 |
| HSL | 302.55º | 0.97% | 0.43% | - |
| HSV(B) | 302.55º | 0.99% | 0.84% | - |
| XYZ | 39.2 | 18.97 | 59.99 | - |
| YUV | 89.53 | 193.74 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 206 | 0 | 0.99 | 0.04 | 0.16 | 302.55 | 0.97 | 0.43 |
| Hex | D7 | 3 | CE | 0 | 63 | 4 | 10 | 12F | 61 | 2B |
| Octal | 327 | 3 | 316 | 0 | 143 | 4 | 20 | 457 | 141 | 53 |
| Binary | 11010111 | 11 | 11001110 | 0 | 1100011 | 100 | 10000 | 100101111 | 1100001 | 101011 |
Color Harmonies of #D703CE
Complementary color
Monochromatic Colors of #D703CE
Black with #D703CE
Text Example
Text Example
White with #D703CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703CE; }
p { color: rgb(215,3,206); }
H1.HeaderClassName
{
color: #D703CE;
}
.AnyTagClassName
{
color: #D703CE;
}
</style>
background-color css
<style>
a { background-color: #D703CE; }
a { background-color: rgb(215,3,206); }
div.DivClassName
{
background-color: #D703CE;
}
.BgClassName
{
background-color: #D703CE;
}
</style>
border-color css
<style>
span { border-color: #D703CE; }
span { border-color: rgb(215,3,206); }
td.TdClassName
{
border-color: #D703CE;
}
.TagClassName
{
border-color: #D703CE;
}
</style>