Shades of Deep Magenta #D509BC
Tints of Deep Magenta #D509BC
RGB
CMYK
RGB Variations
Color information
#D509BC (or 0xD509BC) is known color: Deep Magenta. HEX triplet: D5, 09 and BC. RGB value is (213,9,188). Sum of RGB (Red+Green+Blue) = 213+9+188=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D509BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509BC is #2AF643. Grayscale: #595959. Windows color (decimal): -2815556 or 12323285. OLE color: 12323285.
HSL color Cylindrical-coordinate representation of color #D509BC: hue angle of 307.35º 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 #D509BC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.16 |
| HSL | 307.35º | 0.92% | 0.44% | - |
| HSV(B) | 307.35º | 0.96% | 0.84% | - |
| XYZ | 36.62 | 17.97 | 49.12 | - |
| YUV | 90.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 188 | 0 | 0.96 | 0.12 | 0.16 | 307.35 | 0.92 | 0.44 |
| Hex | D5 | 9 | BC | 0 | 60 | C | 10 | 133 | 5C | 2C |
| Octal | 325 | 11 | 274 | 0 | 140 | 14 | 20 | 463 | 134 | 54 |
| Binary | 11010101 | 1001 | 10111100 | 0 | 1100000 | 1100 | 10000 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D509BC
Complementary color
Monochromatic Colors of #D509BC
Black with #D509BC
Text Example
Text Example
White with #D509BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509BC; }
p { color: rgb(213,9,188); }
H1.HeaderClassName
{
color: #D509BC;
}
.AnyTagClassName
{
color: #D509BC;
}
</style>
background-color css
<style>
a { background-color: #D509BC; }
a { background-color: rgb(213,9,188); }
div.DivClassName
{
background-color: #D509BC;
}
.BgClassName
{
background-color: #D509BC;
}
</style>
border-color css
<style>
span { border-color: #D509BC; }
span { border-color: rgb(213,9,188); }
td.TdClassName
{
border-color: #D509BC;
}
.TagClassName
{
border-color: #D509BC;
}
</style>