Shades of Deep Magenta #D507D1
Tints of Deep Magenta #D507D1
RGB
CMYK
RGB Variations
Color information
#D507D1 (or 0xD507D1) is known color: Deep Magenta. HEX triplet: D5, 07 and D1. RGB value is (213,7,209). Sum of RGB (Red+Green+Blue) = 213+7+209=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D507D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507D1 is #2AF82E. Grayscale: #5B5B5B. Windows color (decimal): -2816047 or 13699029. OLE color: 13699029.
HSL color Cylindrical-coordinate representation of color #D507D1: hue angle of 301.17º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507D1 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.16 |
| HSL | 301.17º | 0.94% | 0.43% | - |
| HSV(B) | 301.17º | 0.97% | 0.84% | - |
| XYZ | 39.03 | 18.9 | 61.91 | - |
| YUV | 91.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 209 | 0 | 0.97 | 0.02 | 0.16 | 301.17 | 0.94 | 0.43 |
| Hex | D5 | 7 | D1 | 0 | 61 | 2 | 10 | 12D | 5E | 2B |
| Octal | 325 | 7 | 321 | 0 | 141 | 2 | 20 | 455 | 136 | 53 |
| Binary | 11010101 | 111 | 11010001 | 0 | 1100001 | 10 | 10000 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D507D1
Complementary color
Monochromatic Colors of #D507D1
Black with #D507D1
Text Example
Text Example
White with #D507D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507D1; }
p { color: rgb(213,7,209); }
H1.HeaderClassName
{
color: #D507D1;
}
.AnyTagClassName
{
color: #D507D1;
}
</style>
background-color css
<style>
a { background-color: #D507D1; }
a { background-color: rgb(213,7,209); }
div.DivClassName
{
background-color: #D507D1;
}
.BgClassName
{
background-color: #D507D1;
}
</style>
border-color css
<style>
span { border-color: #D507D1; }
span { border-color: rgb(213,7,209); }
td.TdClassName
{
border-color: #D507D1;
}
.TagClassName
{
border-color: #D507D1;
}
</style>