Shades of Deep Magenta #D609BF
Tints of Deep Magenta #D609BF
RGB
CMYK
RGB Variations
Color information
#D609BF (or 0xD609BF) is known color: Deep Magenta. HEX triplet: D6, 09 and BF. RGB value is (214,9,191). Sum of RGB (Red+Green+Blue) = 214+9+191=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D609BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609BF is #29F640. Grayscale: #5A5A5A. Windows color (decimal): -2750017 or 12519894. OLE color: 12519894.
HSL color Cylindrical-coordinate representation of color #D609BF: hue angle of 306.73º 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 #D609BF is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 191 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.16 |
| HSL | 306.73º | 0.92% | 0.44% | - |
| HSV(B) | 306.73º | 0.96% | 0.84% | - |
| XYZ | 37.23 | 18.25 | 50.85 | - |
| YUV | 91.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 191 | 0 | 0.96 | 0.11 | 0.16 | 306.73 | 0.92 | 0.44 |
| Hex | D6 | 9 | BF | 0 | 60 | B | 10 | 133 | 5C | 2C |
| Octal | 326 | 11 | 277 | 0 | 140 | 13 | 20 | 463 | 134 | 54 |
| Binary | 11010110 | 1001 | 10111111 | 0 | 1100000 | 1011 | 10000 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D609BF
Complementary color
Monochromatic Colors of #D609BF
Black with #D609BF
Text Example
Text Example
White with #D609BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609BF; }
p { color: rgb(214,9,191); }
H1.HeaderClassName
{
color: #D609BF;
}
.AnyTagClassName
{
color: #D609BF;
}
</style>
background-color css
<style>
a { background-color: #D609BF; }
a { background-color: rgb(214,9,191); }
div.DivClassName
{
background-color: #D609BF;
}
.BgClassName
{
background-color: #D609BF;
}
</style>
border-color css
<style>
span { border-color: #D609BF; }
span { border-color: rgb(214,9,191); }
td.TdClassName
{
border-color: #D609BF;
}
.TagClassName
{
border-color: #D609BF;
}
</style>