Shades of Deep Magenta #D609BC
Tints of Deep Magenta #D609BC
RGB
CMYK
RGB Variations
Color information
#D609BC (or 0xD609BC) is known color: Deep Magenta. HEX triplet: D6, 09 and BC. RGB value is (214,9,188). Sum of RGB (Red+Green+Blue) = 214+9+188=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D609BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609BC is #29F643. Grayscale: #5A5A5A. Windows color (decimal): -2750020 or 12323286. OLE color: 12323286.
HSL color Cylindrical-coordinate representation of color #D609BC: hue angle of 307.61º 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 #D609BC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.16 |
| HSL | 307.61º | 0.92% | 0.44% | - |
| HSV(B) | 307.61º | 0.96% | 0.84% | - |
| XYZ | 36.91 | 18.12 | 49.13 | - |
| YUV | 90.7 | 182.92 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 188 | 0 | 0.96 | 0.12 | 0.16 | 307.61 | 0.92 | 0.44 |
| Hex | D6 | 9 | BC | 0 | 60 | C | 10 | 134 | 5C | 2C |
| Octal | 326 | 11 | 274 | 0 | 140 | 14 | 20 | 464 | 134 | 54 |
| Binary | 11010110 | 1001 | 10111100 | 0 | 1100000 | 1100 | 10000 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D609BC
Complementary color
Monochromatic Colors of #D609BC
Black with #D609BC
Text Example
Text Example
White with #D609BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609BC; }
p { color: rgb(214,9,188); }
H1.HeaderClassName
{
color: #D609BC;
}
.AnyTagClassName
{
color: #D609BC;
}
</style>
background-color css
<style>
a { background-color: #D609BC; }
a { background-color: rgb(214,9,188); }
div.DivClassName
{
background-color: #D609BC;
}
.BgClassName
{
background-color: #D609BC;
}
</style>
border-color css
<style>
span { border-color: #D609BC; }
span { border-color: rgb(214,9,188); }
td.TdClassName
{
border-color: #D609BC;
}
.TagClassName
{
border-color: #D609BC;
}
</style>