Shades of Deep Magenta #D800BB
Tints of Deep Magenta #D800BB
RGB
CMYK
RGB Variations
Color information
#D800BB (or 0xD800BB) is known color: Deep Magenta. HEX triplet: D8, 00 and BB. RGB value is (216,0,187). Sum of RGB (Red+Green+Blue) = 216+0+187=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D800BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800BB is #27FF44. Grayscale: #555555. Windows color (decimal): -2621253 or 12255448. OLE color: 12255448.
HSL color Cylindrical-coordinate representation of color #D800BB: hue angle of 308.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800BB is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.13 | 0.15 |
| HSL | 308.06º | 1% | 0.42% | - |
| HSV(B) | 308.06º | 1% | 0.85% | - |
| XYZ | 37.29 | 18.19 | 48.56 | - |
| YUV | 85.9 | 185.06 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 187 | 0 | 1 | 0.13 | 0.15 | 308.06 | 1 | 0.42 |
| Hex | D8 | 0 | BB | 0 | 64 | D | F | 134 | 64 | 2A |
| Octal | 330 | 0 | 273 | 0 | 144 | 15 | 17 | 464 | 144 | 52 |
| Binary | 11011000 | 0 | 10111011 | 0 | 1100100 | 1101 | 1111 | 100110100 | 1100100 | 101010 |
Color Harmonies of #D800BB
Complementary color
Monochromatic Colors of #D800BB
Black with #D800BB
Text Example
Text Example
White with #D800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800BB; }
p { color: rgb(216,0,187); }
H1.HeaderClassName
{
color: #D800BB;
}
.AnyTagClassName
{
color: #D800BB;
}
</style>
background-color css
<style>
a { background-color: #D800BB; }
a { background-color: rgb(216,0,187); }
div.DivClassName
{
background-color: #D800BB;
}
.BgClassName
{
background-color: #D800BB;
}
</style>
border-color css
<style>
span { border-color: #D800BB; }
span { border-color: rgb(216,0,187); }
td.TdClassName
{
border-color: #D800BB;
}
.TagClassName
{
border-color: #D800BB;
}
</style>