Shades of Deep Magenta #D609BB
Tints of Deep Magenta #D609BB
RGB
CMYK
RGB Variations
Color information
#D609BB (or 0xD609BB) is known color: Deep Magenta. HEX triplet: D6, 09 and BB. RGB value is (214,9,187). Sum of RGB (Red+Green+Blue) = 214+9+187=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D609BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609BB is #29F644. Grayscale: #5A5A5A. Windows color (decimal): -2750021 or 12257750. OLE color: 12257750.
HSL color Cylindrical-coordinate representation of color #D609BB: hue angle of 307.9º 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 #D609BB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.16 |
| HSL | 307.9º | 0.92% | 0.44% | - |
| HSV(B) | 307.9º | 0.96% | 0.84% | - |
| XYZ | 36.8 | 18.08 | 48.56 | - |
| YUV | 90.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 187 | 0 | 0.96 | 0.13 | 0.16 | 307.9 | 0.92 | 0.44 |
| Hex | D6 | 9 | BB | 0 | 60 | D | 10 | 134 | 5C | 2C |
| Octal | 326 | 11 | 273 | 0 | 140 | 15 | 20 | 464 | 134 | 54 |
| Binary | 11010110 | 1001 | 10111011 | 0 | 1100000 | 1101 | 10000 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D609BB
Complementary color
Monochromatic Colors of #D609BB
Black with #D609BB
Text Example
Text Example
White with #D609BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609BB; }
p { color: rgb(214,9,187); }
H1.HeaderClassName
{
color: #D609BB;
}
.AnyTagClassName
{
color: #D609BB;
}
</style>
background-color css
<style>
a { background-color: #D609BB; }
a { background-color: rgb(214,9,187); }
div.DivClassName
{
background-color: #D609BB;
}
.BgClassName
{
background-color: #D609BB;
}
</style>
border-color css
<style>
span { border-color: #D609BB; }
span { border-color: rgb(214,9,187); }
td.TdClassName
{
border-color: #D609BB;
}
.TagClassName
{
border-color: #D609BB;
}
</style>