Shades of Deep Magenta #D503C8
Tints of Deep Magenta #D503C8
RGB
CMYK
RGB Variations
Color information
#D503C8 (or 0xD503C8) is known color: Deep Magenta. HEX triplet: D5, 03 and C8. RGB value is (213,3,200). Sum of RGB (Red+Green+Blue) = 213+3+200=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D503C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503C8 is #2AFC37. Grayscale: #575757. Windows color (decimal): -2817080 or 13108181. OLE color: 13108181.
HSL color Cylindrical-coordinate representation of color #D503C8: hue angle of 303.71º 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 #D503C8 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 200 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.16 |
| HSL | 303.71º | 0.97% | 0.42% | - |
| HSV(B) | 303.71º | 0.99% | 0.84% | - |
| XYZ | 37.9 | 18.38 | 56.19 | - |
| YUV | 88.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 200 | 0 | 0.99 | 0.06 | 0.16 | 303.71 | 0.97 | 0.42 |
| Hex | D5 | 3 | C8 | 0 | 63 | 6 | 10 | 130 | 61 | 2A |
| Octal | 325 | 3 | 310 | 0 | 143 | 6 | 20 | 460 | 141 | 52 |
| Binary | 11010101 | 11 | 11001000 | 0 | 1100011 | 110 | 10000 | 100110000 | 1100001 | 101010 |
Color Harmonies of #D503C8
Complementary color
Monochromatic Colors of #D503C8
Black with #D503C8
Text Example
Text Example
White with #D503C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503C8; }
p { color: rgb(213,3,200); }
H1.HeaderClassName
{
color: #D503C8;
}
.AnyTagClassName
{
color: #D503C8;
}
</style>
background-color css
<style>
a { background-color: #D503C8; }
a { background-color: rgb(213,3,200); }
div.DivClassName
{
background-color: #D503C8;
}
.BgClassName
{
background-color: #D503C8;
}
</style>
border-color css
<style>
span { border-color: #D503C8; }
span { border-color: rgb(213,3,200); }
td.TdClassName
{
border-color: #D503C8;
}
.TagClassName
{
border-color: #D503C8;
}
</style>