Shades of Deep Magenta #D507DF
Tints of Deep Magenta #D507DF
RGB
CMYK
RGB Variations
Color information
#D507DF (or 0xD507DF) is known color: Deep Magenta. HEX triplet: D5, 07 and DF. RGB value is (213,7,223). Sum of RGB (Red+Green+Blue) = 213+7+223=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D507DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507DF is #2AF820. Grayscale: #5C5C5C. Windows color (decimal): -2816033 or 14616533. OLE color: 14616533.
HSL color Cylindrical-coordinate representation of color #D507DF: hue angle of 297.22º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 7 | 223 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.13 |
| HSL | 297.22º | 0.94% | 0.45% | - |
| HSV(B) | 297.22º | 0.97% | 0.87% | - |
| XYZ | 40.84 | 19.63 | 71.45 | - |
| YUV | 93.22 | 201.25 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 223 | 0.04 | 0.97 | 0 | 0.13 | 297.22 | 0.94 | 0.45 |
| Hex | D5 | 7 | DF | 4 | 61 | 0 | D | 129 | 5E | 2D |
| Octal | 325 | 7 | 337 | 4 | 141 | 0 | 15 | 451 | 136 | 55 |
| Binary | 11010101 | 111 | 11011111 | 100 | 1100001 | 0 | 1101 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D507DF
Complementary color
Monochromatic Colors of #D507DF
Black with #D507DF
Text Example
Text Example
White with #D507DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507DF; }
p { color: rgb(213,7,223); }
H1.HeaderClassName
{
color: #D507DF;
}
.AnyTagClassName
{
color: #D507DF;
}
</style>
background-color css
<style>
a { background-color: #D507DF; }
a { background-color: rgb(213,7,223); }
div.DivClassName
{
background-color: #D507DF;
}
.BgClassName
{
background-color: #D507DF;
}
</style>
border-color css
<style>
span { border-color: #D507DF; }
span { border-color: rgb(213,7,223); }
td.TdClassName
{
border-color: #D507DF;
}
.TagClassName
{
border-color: #D507DF;
}
</style>