Shades of Deep Magenta #D709BF
Tints of Deep Magenta #D709BF
RGB
CMYK
RGB Variations
Color information
#D709BF (or 0xD709BF) is known color: Deep Magenta. HEX triplet: D7, 09 and BF. RGB value is (215,9,191). Sum of RGB (Red+Green+Blue) = 215+9+191=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D709BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709BF is #28F640. Grayscale: #5A5A5A. Windows color (decimal): -2684481 or 12519895. OLE color: 12519895.
HSL color Cylindrical-coordinate representation of color #D709BF: hue angle of 306.99º 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 #D709BF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 191 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.16 |
| HSL | 306.99º | 0.92% | 0.44% | - |
| HSV(B) | 306.99º | 0.96% | 0.84% | - |
| XYZ | 37.53 | 18.4 | 50.86 | - |
| YUV | 91.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 191 | 0 | 0.96 | 0.11 | 0.16 | 306.99 | 0.92 | 0.44 |
| Hex | D7 | 9 | BF | 0 | 60 | B | 10 | 133 | 5C | 2C |
| Octal | 327 | 11 | 277 | 0 | 140 | 13 | 20 | 463 | 134 | 54 |
| Binary | 11010111 | 1001 | 10111111 | 0 | 1100000 | 1011 | 10000 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D709BF
Complementary color
Monochromatic Colors of #D709BF
Black with #D709BF
Text Example
Text Example
White with #D709BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709BF; }
p { color: rgb(215,9,191); }
H1.HeaderClassName
{
color: #D709BF;
}
.AnyTagClassName
{
color: #D709BF;
}
</style>
background-color css
<style>
a { background-color: #D709BF; }
a { background-color: rgb(215,9,191); }
div.DivClassName
{
background-color: #D709BF;
}
.BgClassName
{
background-color: #D709BF;
}
</style>
border-color css
<style>
span { border-color: #D709BF; }
span { border-color: rgb(215,9,191); }
td.TdClassName
{
border-color: #D709BF;
}
.TagClassName
{
border-color: #D709BF;
}
</style>