Shades of Deep Magenta #D509BA
Tints of Deep Magenta #D509BA
RGB
CMYK
RGB Variations
Color information
#D509BA (or 0xD509BA) is known color: Deep Magenta. HEX triplet: D5, 09 and BA. RGB value is (213,9,186). Sum of RGB (Red+Green+Blue) = 213+9+186=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D509BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509BA is #2AF645. Grayscale: #595959. Windows color (decimal): -2815558 or 12192213. OLE color: 12192213.
HSL color Cylindrical-coordinate representation of color #D509BA: hue angle of 307.94º 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 #D509BA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 307.94º | 0.92% | 0.44% | - |
| HSV(B) | 307.94º | 0.96% | 0.84% | - |
| XYZ | 36.4 | 17.89 | 47.99 | - |
| YUV | 90.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 186 | 0 | 0.96 | 0.13 | 0.16 | 307.94 | 0.92 | 0.44 |
| Hex | D5 | 9 | BA | 0 | 60 | D | 10 | 134 | 5C | 2C |
| Octal | 325 | 11 | 272 | 0 | 140 | 15 | 20 | 464 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111010 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D509BA
Complementary color
Monochromatic Colors of #D509BA
Black with #D509BA
Text Example
Text Example
White with #D509BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509BA; }
p { color: rgb(213,9,186); }
H1.HeaderClassName
{
color: #D509BA;
}
.AnyTagClassName
{
color: #D509BA;
}
</style>
background-color css
<style>
a { background-color: #D509BA; }
a { background-color: rgb(213,9,186); }
div.DivClassName
{
background-color: #D509BA;
}
.BgClassName
{
background-color: #D509BA;
}
</style>
border-color css
<style>
span { border-color: #D509BA; }
span { border-color: rgb(213,9,186); }
td.TdClassName
{
border-color: #D509BA;
}
.TagClassName
{
border-color: #D509BA;
}
</style>