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