Shades of Deep Magenta #D709BC
Tints of Deep Magenta #D709BC
RGB
CMYK
RGB Variations
Color information
#D709BC (or 0xD709BC) is known color: Deep Magenta. HEX triplet: D7, 09 and BC. RGB value is (215,9,188). Sum of RGB (Red+Green+Blue) = 215+9+188=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D709BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709BC is #28F643. Grayscale: #5A5A5A. Windows color (decimal): -2684484 or 12323287. OLE color: 12323287.
HSL color Cylindrical-coordinate representation of color #D709BC: hue angle of 307.86º 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 #D709BC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 307.86º | 0.92% | 0.44% | - |
| HSV(B) | 307.86º | 0.96% | 0.84% | - |
| XYZ | 37.2 | 18.27 | 49.14 | - |
| YUV | 91 | 182.75 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 188 | 0 | 0.96 | 0.13 | 0.16 | 307.86 | 0.92 | 0.44 |
| Hex | D7 | 9 | BC | 0 | 60 | D | 10 | 134 | 5C | 2C |
| Octal | 327 | 11 | 274 | 0 | 140 | 15 | 20 | 464 | 134 | 54 |
| Binary | 11010111 | 1001 | 10111100 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D709BC
Complementary color
Monochromatic Colors of #D709BC
Black with #D709BC
Text Example
Text Example
White with #D709BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709BC; }
p { color: rgb(215,9,188); }
H1.HeaderClassName
{
color: #D709BC;
}
.AnyTagClassName
{
color: #D709BC;
}
</style>
background-color css
<style>
a { background-color: #D709BC; }
a { background-color: rgb(215,9,188); }
div.DivClassName
{
background-color: #D709BC;
}
.BgClassName
{
background-color: #D709BC;
}
</style>
border-color css
<style>
span { border-color: #D709BC; }
span { border-color: rgb(215,9,188); }
td.TdClassName
{
border-color: #D709BC;
}
.TagClassName
{
border-color: #D709BC;
}
</style>