Shades of Deep Magenta #D509BF
Tints of Deep Magenta #D509BF
RGB
CMYK
RGB Variations
Color information
#D509BF (or 0xD509BF) is known color: Deep Magenta. HEX triplet: D5, 09 and BF. RGB value is (213,9,191). Sum of RGB (Red+Green+Blue) = 213+9+191=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D509BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509BF is #2AF640. Grayscale: #5A5A5A. Windows color (decimal): -2815553 or 12519893. OLE color: 12519893.
HSL color Cylindrical-coordinate representation of color #D509BF: hue angle of 306.47º 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 #D509BF is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 191 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.16 |
| HSL | 306.47º | 0.92% | 0.44% | - |
| HSV(B) | 306.47º | 0.96% | 0.84% | - |
| XYZ | 36.94 | 18.1 | 50.84 | - |
| YUV | 90.74 | 184.59 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 191 | 0 | 0.96 | 0.10 | 0.16 | 306.47 | 0.92 | 0.44 |
| Hex | D5 | 9 | BF | 0 | 60 | A | 10 | 132 | 5C | 2C |
| Octal | 325 | 11 | 277 | 0 | 140 | 12 | 20 | 462 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111111 | 0 | 1100000 | 1010 | 10000 | 100110010 | 1011100 | 101100 |
Color Harmonies of #D509BF
Complementary color
Monochromatic Colors of #D509BF
Black with #D509BF
Text Example
Text Example
White with #D509BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509BF; }
p { color: rgb(213,9,191); }
H1.HeaderClassName
{
color: #D509BF;
}
.AnyTagClassName
{
color: #D509BF;
}
</style>
background-color css
<style>
a { background-color: #D509BF; }
a { background-color: rgb(213,9,191); }
div.DivClassName
{
background-color: #D509BF;
}
.BgClassName
{
background-color: #D509BF;
}
</style>
border-color css
<style>
span { border-color: #D509BF; }
span { border-color: rgb(213,9,191); }
td.TdClassName
{
border-color: #D509BF;
}
.TagClassName
{
border-color: #D509BF;
}
</style>