Shades of Shocking #DB87BB
Tints of Shocking #DB87BB
RGB
CMYK
RGB Variations
Color information
#DB87BB (or 0xDB87BB) is known color: Shocking. HEX triplet: DB, 87 and BB. RGB value is (219,135,187). Sum of RGB (Red+Green+Blue) = 219+135+187=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87BB is #247844. Grayscale: #A5A5A5. Windows color (decimal): -2390085 or 12290011. OLE color: 12290011.
HSL color Cylindrical-coordinate representation of color #DB87BB: hue angle of 322.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 187 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.14 |
| HSL | 322.86º | 0.54% | 0.69% | - |
| HSV(B) | 322.86º | 0.38% | 0.86% | - |
| XYZ | 46.85 | 35.98 | 51.49 | - |
| YUV | 166.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 187 | 0 | 0.38 | 0.15 | 0.14 | 322.86 | 0.54 | 0.69 |
| Hex | DB | 87 | BB | 0 | 26 | F | E | 143 | 36 | 45 |
| Octal | 333 | 207 | 273 | 0 | 46 | 17 | 16 | 503 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10111011 | 0 | 100110 | 1111 | 1110 | 101000011 | 110110 | 1000101 |
Color Harmonies of #DB87BB
Complementary color
Monochromatic Colors of #DB87BB
Black with #DB87BB
Text Example
Text Example
White with #DB87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87BB; }
p { color: rgb(219,135,187); }
H1.HeaderClassName
{
color: #DB87BB;
}
.AnyTagClassName
{
color: #DB87BB;
}
</style>
background-color css
<style>
a { background-color: #DB87BB; }
a { background-color: rgb(219,135,187); }
div.DivClassName
{
background-color: #DB87BB;
}
.BgClassName
{
background-color: #DB87BB;
}
</style>
border-color css
<style>
span { border-color: #DB87BB; }
span { border-color: rgb(219,135,187); }
td.TdClassName
{
border-color: #DB87BB;
}
.TagClassName
{
border-color: #DB87BB;
}
</style>