Shades of Deep Magenta #D507D9
Tints of Deep Magenta #D507D9
RGB
CMYK
RGB Variations
Color information
#D507D9 (or 0xD507D9) is known color: Deep Magenta. HEX triplet: D5, 07 and D9. RGB value is (213,7,217). Sum of RGB (Red+Green+Blue) = 213+7+217=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 7 (3.12% from 255 or 1.60% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #D507D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507D9 is #2AF826. Grayscale: #5B5B5B. Windows color (decimal): -2816039 or 14223317. OLE color: 14223317.
HSL color Cylindrical-coordinate representation of color #D507D9: hue angle of 298.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507D9 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 7 | 217 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.15 |
| HSL | 298.86º | 0.94% | 0.44% | - |
| HSV(B) | 298.86º | 0.97% | 0.85% | - |
| XYZ | 40.04 | 19.31 | 67.26 | - |
| YUV | 92.53 | 198.25 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 217 | 0.02 | 0.97 | 0 | 0.15 | 298.86 | 0.94 | 0.44 |
| Hex | D5 | 7 | D9 | 2 | 61 | 0 | F | 12B | 5E | 2C |
| Octal | 325 | 7 | 331 | 2 | 141 | 0 | 17 | 453 | 136 | 54 |
| Binary | 11010101 | 111 | 11011001 | 10 | 1100001 | 0 | 1111 | 100101011 | 1011110 | 101100 |
Color Harmonies of #D507D9
Complementary color
Monochromatic Colors of #D507D9
Black with #D507D9
Text Example
Text Example
White with #D507D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507D9; }
p { color: rgb(213,7,217); }
H1.HeaderClassName
{
color: #D507D9;
}
.AnyTagClassName
{
color: #D507D9;
}
</style>
background-color css
<style>
a { background-color: #D507D9; }
a { background-color: rgb(213,7,217); }
div.DivClassName
{
background-color: #D507D9;
}
.BgClassName
{
background-color: #D507D9;
}
</style>
border-color css
<style>
span { border-color: #D507D9; }
span { border-color: rgb(213,7,217); }
td.TdClassName
{
border-color: #D507D9;
}
.TagClassName
{
border-color: #D507D9;
}
</style>