Shades of Deep Magenta #D509DF
Tints of Deep Magenta #D509DF
RGB
CMYK
RGB Variations
Color information
#D509DF (or 0xD509DF) is known color: Deep Magenta. HEX triplet: D5, 09 and DF. RGB value is (213,9,223). Sum of RGB (Red+Green+Blue) = 213+9+223=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #D509DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509DF is #2AF620. Grayscale: #5D5D5D. Windows color (decimal): -2815521 or 14617045. OLE color: 14617045.
HSL color Cylindrical-coordinate representation of color #D509DF: hue angle of 297.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509DF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 9 | 223 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.13 |
| HSL | 297.2º | 0.92% | 0.45% | - |
| HSV(B) | 297.2º | 0.96% | 0.87% | - |
| XYZ | 40.86 | 19.67 | 71.46 | - |
| YUV | 94.39 | 200.59 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 223 | 0.04 | 0.96 | 0 | 0.13 | 297.2 | 0.92 | 0.45 |
| Hex | D5 | 9 | DF | 4 | 60 | 0 | D | 129 | 5C | 2D |
| Octal | 325 | 11 | 337 | 4 | 140 | 0 | 15 | 451 | 134 | 55 |
| Binary | 11010101 | 1001 | 11011111 | 100 | 1100000 | 0 | 1101 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D509DF
Complementary color
Monochromatic Colors of #D509DF
Black with #D509DF
Text Example
Text Example
White with #D509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509DF; }
p { color: rgb(213,9,223); }
H1.HeaderClassName
{
color: #D509DF;
}
.AnyTagClassName
{
color: #D509DF;
}
</style>
background-color css
<style>
a { background-color: #D509DF; }
a { background-color: rgb(213,9,223); }
div.DivClassName
{
background-color: #D509DF;
}
.BgClassName
{
background-color: #D509DF;
}
</style>
border-color css
<style>
span { border-color: #D509DF; }
span { border-color: rgb(213,9,223); }
td.TdClassName
{
border-color: #D509DF;
}
.TagClassName
{
border-color: #D509DF;
}
</style>