Shades of Deep Magenta #D809BB
Tints of Deep Magenta #D809BB
RGB
CMYK
RGB Variations
Color information
#D809BB (or 0xD809BB) is known color: Deep Magenta. HEX triplet: D8, 09 and BB. RGB value is (216,9,187). Sum of RGB (Red+Green+Blue) = 216+9+187=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D809BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809BB is #27F644. Grayscale: #5A5A5A. Windows color (decimal): -2618949 or 12257752. OLE color: 12257752.
HSL color Cylindrical-coordinate representation of color #D809BB: hue angle of 308.41º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809BB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 187 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.15 |
| HSL | 308.41º | 0.92% | 0.44% | - |
| HSV(B) | 308.41º | 0.96% | 0.85% | - |
| XYZ | 37.39 | 18.38 | 48.59 | - |
| YUV | 91.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 187 | 0 | 0.96 | 0.13 | 0.15 | 308.41 | 0.92 | 0.44 |
| Hex | D8 | 9 | BB | 0 | 60 | D | F | 134 | 5C | 2C |
| Octal | 330 | 11 | 273 | 0 | 140 | 15 | 17 | 464 | 134 | 54 |
| Binary | 11011000 | 1001 | 10111011 | 0 | 1100000 | 1101 | 1111 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D809BB
Complementary color
Monochromatic Colors of #D809BB
Black with #D809BB
Text Example
Text Example
White with #D809BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809BB; }
p { color: rgb(216,9,187); }
H1.HeaderClassName
{
color: #D809BB;
}
.AnyTagClassName
{
color: #D809BB;
}
</style>
background-color css
<style>
a { background-color: #D809BB; }
a { background-color: rgb(216,9,187); }
div.DivClassName
{
background-color: #D809BB;
}
.BgClassName
{
background-color: #D809BB;
}
</style>
border-color css
<style>
span { border-color: #D809BB; }
span { border-color: rgb(216,9,187); }
td.TdClassName
{
border-color: #D809BB;
}
.TagClassName
{
border-color: #D809BB;
}
</style>