Shades of Deep Magenta #D703CA
Tints of Deep Magenta #D703CA
RGB
CMYK
RGB Variations
Color information
#D703CA (or 0xD703CA) is known color: Deep Magenta. HEX triplet: D7, 03 and CA. RGB value is (215,3,202). Sum of RGB (Red+Green+Blue) = 215+3+202=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D703CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D703CA is #28FC35. Grayscale: #585858. Windows color (decimal): -2686006 or 13239255. OLE color: 13239255.
HSL color Cylindrical-coordinate representation of color #D703CA: hue angle of 303.68º 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 #D703CA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.16 |
| HSL | 303.68º | 0.97% | 0.43% | - |
| HSV(B) | 303.68º | 0.99% | 0.84% | - |
| XYZ | 38.72 | 18.78 | 57.46 | - |
| YUV | 89.07 | 191.74 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 202 | 0 | 0.99 | 0.06 | 0.16 | 303.68 | 0.97 | 0.43 |
| Hex | D7 | 3 | CA | 0 | 63 | 6 | 10 | 130 | 61 | 2B |
| Octal | 327 | 3 | 312 | 0 | 143 | 6 | 20 | 460 | 141 | 53 |
| Binary | 11010111 | 11 | 11001010 | 0 | 1100011 | 110 | 10000 | 100110000 | 1100001 | 101011 |
Color Harmonies of #D703CA
Complementary color
Monochromatic Colors of #D703CA
Black with #D703CA
Text Example
Text Example
White with #D703CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703CA; }
p { color: rgb(215,3,202); }
H1.HeaderClassName
{
color: #D703CA;
}
.AnyTagClassName
{
color: #D703CA;
}
</style>
background-color css
<style>
a { background-color: #D703CA; }
a { background-color: rgb(215,3,202); }
div.DivClassName
{
background-color: #D703CA;
}
.BgClassName
{
background-color: #D703CA;
}
</style>
border-color css
<style>
span { border-color: #D703CA; }
span { border-color: rgb(215,3,202); }
td.TdClassName
{
border-color: #D703CA;
}
.TagClassName
{
border-color: #D703CA;
}
</style>