Shades of Deep Magenta #D509B6
Tints of Deep Magenta #D509B6
RGB
CMYK
RGB Variations
Color information
#D509B6 (or 0xD509B6) is known color: Deep Magenta. HEX triplet: D5, 09 and B6. RGB value is (213,9,182). Sum of RGB (Red+Green+Blue) = 213+9+182=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D509B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509B6 is #2AF649. Grayscale: #595959. Windows color (decimal): -2815562 or 11930069. OLE color: 11930069.
HSL color Cylindrical-coordinate representation of color #D509B6: hue angle of 309.12º 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 #D509B6 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 182 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.16 |
| HSL | 309.12º | 0.92% | 0.44% | - |
| HSV(B) | 309.12º | 0.96% | 0.84% | - |
| XYZ | 35.98 | 17.72 | 45.78 | - |
| YUV | 89.72 | 180.09 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 182 | 0 | 0.96 | 0.15 | 0.16 | 309.12 | 0.92 | 0.44 |
| Hex | D5 | 9 | B6 | 0 | 60 | F | 10 | 135 | 5C | 2C |
| Octal | 325 | 11 | 266 | 0 | 140 | 17 | 20 | 465 | 134 | 54 |
| Binary | 11010101 | 1001 | 10110110 | 0 | 1100000 | 1111 | 10000 | 100110101 | 1011100 | 101100 |
Color Harmonies of #D509B6
Complementary color
Monochromatic Colors of #D509B6
Black with #D509B6
Text Example
Text Example
White with #D509B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509B6; }
p { color: rgb(213,9,182); }
H1.HeaderClassName
{
color: #D509B6;
}
.AnyTagClassName
{
color: #D509B6;
}
</style>
background-color css
<style>
a { background-color: #D509B6; }
a { background-color: rgb(213,9,182); }
div.DivClassName
{
background-color: #D509B6;
}
.BgClassName
{
background-color: #D509B6;
}
</style>
border-color css
<style>
span { border-color: #D509B6; }
span { border-color: rgb(213,9,182); }
td.TdClassName
{
border-color: #D509B6;
}
.TagClassName
{
border-color: #D509B6;
}
</style>