Shades of Deep Magenta #D009BB
Tints of Deep Magenta #D009BB
RGB
CMYK
RGB Variations
Color information
#D009BB (or 0xD009BB) is known color: Deep Magenta. HEX triplet: D0, 09 and BB. RGB value is (208,9,187). Sum of RGB (Red+Green+Blue) = 208+9+187=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D009BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009BB is #2FF644. Grayscale: #585858. Windows color (decimal): -3143237 or 12257744. OLE color: 12257744.
HSL color Cylindrical-coordinate representation of color #D009BB: hue angle of 306.33º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009BB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.18 |
| HSL | 306.33º | 0.92% | 0.43% | - |
| HSV(B) | 306.33º | 0.96% | 0.82% | - |
| XYZ | 35.08 | 17.19 | 48.48 | - |
| YUV | 88.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 187 | 0 | 0.96 | 0.10 | 0.18 | 306.33 | 0.92 | 0.43 |
| Hex | D0 | 9 | BB | 0 | 60 | A | 12 | 132 | 5C | 2B |
| Octal | 320 | 11 | 273 | 0 | 140 | 12 | 22 | 462 | 134 | 53 |
| Binary | 11010000 | 1001 | 10111011 | 0 | 1100000 | 1010 | 10010 | 100110010 | 1011100 | 101011 |
Color Harmonies of #D009BB
Complementary color
Monochromatic Colors of #D009BB
Black with #D009BB
Text Example
Text Example
White with #D009BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009BB; }
p { color: rgb(208,9,187); }
H1.HeaderClassName
{
color: #D009BB;
}
.AnyTagClassName
{
color: #D009BB;
}
</style>
background-color css
<style>
a { background-color: #D009BB; }
a { background-color: rgb(208,9,187); }
div.DivClassName
{
background-color: #D009BB;
}
.BgClassName
{
background-color: #D009BB;
}
</style>
border-color css
<style>
span { border-color: #D009BB; }
span { border-color: rgb(208,9,187); }
td.TdClassName
{
border-color: #D009BB;
}
.TagClassName
{
border-color: #D009BB;
}
</style>