Shades of Deep Magenta #D509B2
Tints of Deep Magenta #D509B2
RGB
CMYK
RGB Variations
Color information
#D509B2 (or 0xD509B2) is known color: Deep Magenta. HEX triplet: D5, 09 and B2. RGB value is (213,9,178). Sum of RGB (Red+Green+Blue) = 213+9+178=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D509B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D509B2 is #2AF64D. Grayscale: #585858. Windows color (decimal): -2815566 or 11667925. OLE color: 11667925.
HSL color Cylindrical-coordinate representation of color #D509B2: hue angle of 310.29º 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 #D509B2 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.16 |
| HSL | 310.29º | 0.92% | 0.44% | - |
| HSV(B) | 310.29º | 0.96% | 0.84% | - |
| XYZ | 35.57 | 17.56 | 43.63 | - |
| YUV | 89.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 178 | 0 | 0.96 | 0.16 | 0.16 | 310.29 | 0.92 | 0.44 |
| Hex | D5 | 9 | B2 | 0 | 60 | 10 | 10 | 136 | 5C | 2C |
| Octal | 325 | 11 | 262 | 0 | 140 | 20 | 20 | 466 | 134 | 54 |
| Binary | 11010101 | 1001 | 10110010 | 0 | 1100000 | 10000 | 10000 | 100110110 | 1011100 | 101100 |
Color Harmonies of #D509B2
Complementary color
Monochromatic Colors of #D509B2
Black with #D509B2
Text Example
Text Example
White with #D509B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509B2; }
p { color: rgb(213,9,178); }
H1.HeaderClassName
{
color: #D509B2;
}
.AnyTagClassName
{
color: #D509B2;
}
</style>
background-color css
<style>
a { background-color: #D509B2; }
a { background-color: rgb(213,9,178); }
div.DivClassName
{
background-color: #D509B2;
}
.BgClassName
{
background-color: #D509B2;
}
</style>
border-color css
<style>
span { border-color: #D509B2; }
span { border-color: rgb(213,9,178); }
td.TdClassName
{
border-color: #D509B2;
}
.TagClassName
{
border-color: #D509B2;
}
</style>