Shades of Deep Magenta #D509BD
Tints of Deep Magenta #D509BD
RGB
CMYK
RGB Variations
Color information
#D509BD (or 0xD509BD) is known color: Deep Magenta. HEX triplet: D5, 09 and BD. RGB value is (213,9,189). Sum of RGB (Red+Green+Blue) = 213+9+189=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D509BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509BD is #2AF642. Grayscale: #5A5A5A. Windows color (decimal): -2815555 or 12388821. OLE color: 12388821.
HSL color Cylindrical-coordinate representation of color #D509BD: hue angle of 307.06º 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 #D509BD is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.16 |
| HSL | 307.06º | 0.92% | 0.44% | - |
| HSV(B) | 307.06º | 0.96% | 0.84% | - |
| XYZ | 36.72 | 18.02 | 49.69 | - |
| YUV | 90.52 | 183.59 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 189 | 0 | 0.96 | 0.11 | 0.16 | 307.06 | 0.92 | 0.44 |
| Hex | D5 | 9 | BD | 0 | 60 | B | 10 | 133 | 5C | 2C |
| Octal | 325 | 11 | 275 | 0 | 140 | 13 | 20 | 463 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111101 | 0 | 1100000 | 1011 | 10000 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D509BD
Complementary color
Monochromatic Colors of #D509BD
Black with #D509BD
Text Example
Text Example
White with #D509BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509BD; }
p { color: rgb(213,9,189); }
H1.HeaderClassName
{
color: #D509BD;
}
.AnyTagClassName
{
color: #D509BD;
}
</style>
background-color css
<style>
a { background-color: #D509BD; }
a { background-color: rgb(213,9,189); }
div.DivClassName
{
background-color: #D509BD;
}
.BgClassName
{
background-color: #D509BD;
}
</style>
border-color css
<style>
span { border-color: #D509BD; }
span { border-color: rgb(213,9,189); }
td.TdClassName
{
border-color: #D509BD;
}
.TagClassName
{
border-color: #D509BD;
}
</style>