Shades of Deep Magenta #D509D1
Tints of Deep Magenta #D509D1
RGB
CMYK
RGB Variations
Color information
#D509D1 (or 0xD509D1) is known color: Deep Magenta. HEX triplet: D5, 09 and D1. RGB value is (213,9,209). Sum of RGB (Red+Green+Blue) = 213+9+209=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D509D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509D1 is #2AF62E. Grayscale: #5C5C5C. Windows color (decimal): -2815535 or 13699541. OLE color: 13699541.
HSL color Cylindrical-coordinate representation of color #D509D1: hue angle of 301.18º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509D1 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.16 |
| HSL | 301.18º | 0.92% | 0.44% | - |
| HSV(B) | 301.18º | 0.96% | 0.84% | - |
| XYZ | 39.05 | 18.94 | 61.92 | - |
| YUV | 92.8 | 193.59 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 209 | 0 | 0.96 | 0.02 | 0.16 | 301.18 | 0.92 | 0.44 |
| Hex | D5 | 9 | D1 | 0 | 60 | 2 | 10 | 12D | 5C | 2C |
| Octal | 325 | 11 | 321 | 0 | 140 | 2 | 20 | 455 | 134 | 54 |
| Binary | 11010101 | 1001 | 11010001 | 0 | 1100000 | 10 | 10000 | 100101101 | 1011100 | 101100 |
Color Harmonies of #D509D1
Complementary color
Monochromatic Colors of #D509D1
Black with #D509D1
Text Example
Text Example
White with #D509D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509D1; }
p { color: rgb(213,9,209); }
H1.HeaderClassName
{
color: #D509D1;
}
.AnyTagClassName
{
color: #D509D1;
}
</style>
background-color css
<style>
a { background-color: #D509D1; }
a { background-color: rgb(213,9,209); }
div.DivClassName
{
background-color: #D509D1;
}
.BgClassName
{
background-color: #D509D1;
}
</style>
border-color css
<style>
span { border-color: #D509D1; }
span { border-color: rgb(213,9,209); }
td.TdClassName
{
border-color: #D509D1;
}
.TagClassName
{
border-color: #D509D1;
}
</style>