Shades of Deep Magenta #D503DF
Tints of Deep Magenta #D503DF
RGB
CMYK
RGB Variations
Color information
#D503DF (or 0xD503DF) is known color: Deep Magenta. HEX triplet: D5, 03 and DF. RGB value is (213,3,223). Sum of RGB (Red+Green+Blue) = 213+3+223=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D503DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D503DF is #2AFC20. Grayscale: #5A5A5A. Windows color (decimal): -2817057 or 14615509. OLE color: 14615509.
HSL color Cylindrical-coordinate representation of color #D503DF: hue angle of 297.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D503DF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 3 | 223 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.13 |
| HSL | 297.27º | 0.97% | 0.44% | - |
| HSV(B) | 297.27º | 0.99% | 0.87% | - |
| XYZ | 40.79 | 19.54 | 71.43 | - |
| YUV | 90.87 | 202.57 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 223 | 0.04 | 0.99 | 0 | 0.13 | 297.27 | 0.97 | 0.44 |
| Hex | D5 | 3 | DF | 4 | 63 | 0 | D | 129 | 61 | 2C |
| Octal | 325 | 3 | 337 | 4 | 143 | 0 | 15 | 451 | 141 | 54 |
| Binary | 11010101 | 11 | 11011111 | 100 | 1100011 | 0 | 1101 | 100101001 | 1100001 | 101100 |
Color Harmonies of #D503DF
Complementary color
Monochromatic Colors of #D503DF
Black with #D503DF
Text Example
Text Example
White with #D503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D503DF; }
p { color: rgb(213,3,223); }
H1.HeaderClassName
{
color: #D503DF;
}
.AnyTagClassName
{
color: #D503DF;
}
</style>
background-color css
<style>
a { background-color: #D503DF; }
a { background-color: rgb(213,3,223); }
div.DivClassName
{
background-color: #D503DF;
}
.BgClassName
{
background-color: #D503DF;
}
</style>
border-color css
<style>
span { border-color: #D503DF; }
span { border-color: rgb(213,3,223); }
td.TdClassName
{
border-color: #D503DF;
}
.TagClassName
{
border-color: #D503DF;
}
</style>