Shades of Deep Magenta #D816BB
Tints of Deep Magenta #D816BB
RGB
CMYK
RGB Variations
Color information
#D816BB (or 0xD816BB) is known color: Deep Magenta. HEX triplet: D8, 16 and BB. RGB value is (216,22,187). Sum of RGB (Red+Green+Blue) = 216+22+187=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D816BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D816BB is #27E944. Grayscale: #626262. Windows color (decimal): -2615621 or 12261080. OLE color: 12261080.
HSL color Cylindrical-coordinate representation of color #D816BB: hue angle of 308.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D816BB is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 187 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.15 |
| HSL | 308.97º | 0.82% | 0.47% | - |
| HSV(B) | 308.97º | 0.9% | 0.85% | - |
| XYZ | 37.58 | 18.76 | 48.65 | - |
| YUV | 98.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 187 | 0 | 0.90 | 0.13 | 0.15 | 308.97 | 0.82 | 0.47 |
| Hex | D8 | 16 | BB | 0 | 5A | D | F | 135 | 52 | 2F |
| Octal | 330 | 26 | 273 | 0 | 132 | 15 | 17 | 465 | 122 | 57 |
| Binary | 11011000 | 10110 | 10111011 | 0 | 1011010 | 1101 | 1111 | 100110101 | 1010010 | 101111 |
Color Harmonies of #D816BB
Complementary color
Monochromatic Colors of #D816BB
Black with #D816BB
Text Example
Text Example
White with #D816BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D816BB; }
p { color: rgb(216,22,187); }
H1.HeaderClassName
{
color: #D816BB;
}
.AnyTagClassName
{
color: #D816BB;
}
</style>
background-color css
<style>
a { background-color: #D816BB; }
a { background-color: rgb(216,22,187); }
div.DivClassName
{
background-color: #D816BB;
}
.BgClassName
{
background-color: #D816BB;
}
</style>
border-color css
<style>
span { border-color: #D816BB; }
span { border-color: rgb(216,22,187); }
td.TdClassName
{
border-color: #D816BB;
}
.TagClassName
{
border-color: #D816BB;
}
</style>