Shades of Deep Magenta #D509B9
Tints of Deep Magenta #D509B9
RGB
CMYK
RGB Variations
Color information
#D509B9 (or 0xD509B9) is known color: Deep Magenta. HEX triplet: D5, 09 and B9. RGB value is (213,9,185). Sum of RGB (Red+Green+Blue) = 213+9+185=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D509B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509B9 is #2AF646. Grayscale: #595959. Windows color (decimal): -2815559 or 12126677. OLE color: 12126677.
HSL color Cylindrical-coordinate representation of color #D509B9: hue angle of 308.24º 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 #D509B9 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 185 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 308.24º | 0.92% | 0.44% | - |
| HSV(B) | 308.24º | 0.96% | 0.84% | - |
| XYZ | 36.3 | 17.84 | 47.43 | - |
| YUV | 90.06 | 181.59 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 185 | 0 | 0.96 | 0.13 | 0.16 | 308.24 | 0.92 | 0.44 |
| Hex | D5 | 9 | B9 | 0 | 60 | D | 10 | 134 | 5C | 2C |
| Octal | 325 | 11 | 271 | 0 | 140 | 15 | 20 | 464 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111001 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D509B9
Complementary color
Monochromatic Colors of #D509B9
Black with #D509B9
Text Example
Text Example
White with #D509B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509B9; }
p { color: rgb(213,9,185); }
H1.HeaderClassName
{
color: #D509B9;
}
.AnyTagClassName
{
color: #D509B9;
}
</style>
background-color css
<style>
a { background-color: #D509B9; }
a { background-color: rgb(213,9,185); }
div.DivClassName
{
background-color: #D509B9;
}
.BgClassName
{
background-color: #D509B9;
}
</style>
border-color css
<style>
span { border-color: #D509B9; }
span { border-color: rgb(213,9,185); }
td.TdClassName
{
border-color: #D509B9;
}
.TagClassName
{
border-color: #D509B9;
}
</style>