Shades of Deep Magenta #D503CA
Tints of Deep Magenta #D503CA
RGB
CMYK
RGB Variations
Color information
#D503CA (or 0xD503CA) is known color: Deep Magenta. HEX triplet: D5, 03 and CA. RGB value is (213,3,202). Sum of RGB (Red+Green+Blue) = 213+3+202=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D503CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503CA is #2AFC35. Grayscale: #575757. Windows color (decimal): -2817078 or 13239253. OLE color: 13239253.
HSL color Cylindrical-coordinate representation of color #D503CA: hue angle of 303.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503CA is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.16 |
| HSL | 303.14º | 0.97% | 0.42% | - |
| HSV(B) | 303.14º | 0.99% | 0.84% | - |
| XYZ | 38.13 | 18.48 | 57.43 | - |
| YUV | 88.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 202 | 0 | 0.99 | 0.05 | 0.16 | 303.14 | 0.97 | 0.42 |
| Hex | D5 | 3 | CA | 0 | 63 | 5 | 10 | 12F | 61 | 2A |
| Octal | 325 | 3 | 312 | 0 | 143 | 5 | 20 | 457 | 141 | 52 |
| Binary | 11010101 | 11 | 11001010 | 0 | 1100011 | 101 | 10000 | 100101111 | 1100001 | 101010 |
Color Harmonies of #D503CA
Complementary color
Monochromatic Colors of #D503CA
Black with #D503CA
Text Example
Text Example
White with #D503CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503CA; }
p { color: rgb(213,3,202); }
H1.HeaderClassName
{
color: #D503CA;
}
.AnyTagClassName
{
color: #D503CA;
}
</style>
background-color css
<style>
a { background-color: #D503CA; }
a { background-color: rgb(213,3,202); }
div.DivClassName
{
background-color: #D503CA;
}
.BgClassName
{
background-color: #D503CA;
}
</style>
border-color css
<style>
span { border-color: #D503CA; }
span { border-color: rgb(213,3,202); }
td.TdClassName
{
border-color: #D503CA;
}
.TagClassName
{
border-color: #D503CA;
}
</style>