Shades of Deep Magenta #D609BD
Tints of Deep Magenta #D609BD
RGB
CMYK
RGB Variations
Color information
#D609BD (or 0xD609BD) is known color: Deep Magenta. HEX triplet: D6, 09 and BD. RGB value is (214,9,189). Sum of RGB (Red+Green+Blue) = 214+9+189=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D609BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609BD is #29F642. Grayscale: #5A5A5A. Windows color (decimal): -2750019 or 12388822. OLE color: 12388822.
HSL color Cylindrical-coordinate representation of color #D609BD: hue angle of 307.32º 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 #D609BD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.16 |
| HSL | 307.32º | 0.92% | 0.44% | - |
| HSV(B) | 307.32º | 0.96% | 0.84% | - |
| XYZ | 37.01 | 18.17 | 49.7 | - |
| YUV | 90.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 189 | 0 | 0.96 | 0.12 | 0.16 | 307.32 | 0.92 | 0.44 |
| Hex | D6 | 9 | BD | 0 | 60 | C | 10 | 133 | 5C | 2C |
| Octal | 326 | 11 | 275 | 0 | 140 | 14 | 20 | 463 | 134 | 54 |
| Binary | 11010110 | 1001 | 10111101 | 0 | 1100000 | 1100 | 10000 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D609BD
Complementary color
Monochromatic Colors of #D609BD
Black with #D609BD
Text Example
Text Example
White with #D609BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609BD; }
p { color: rgb(214,9,189); }
H1.HeaderClassName
{
color: #D609BD;
}
.AnyTagClassName
{
color: #D609BD;
}
</style>
background-color css
<style>
a { background-color: #D609BD; }
a { background-color: rgb(214,9,189); }
div.DivClassName
{
background-color: #D609BD;
}
.BgClassName
{
background-color: #D609BD;
}
</style>
border-color css
<style>
span { border-color: #D609BD; }
span { border-color: rgb(214,9,189); }
td.TdClassName
{
border-color: #D609BD;
}
.TagClassName
{
border-color: #D609BD;
}
</style>