Shades of Shocking #DB88B9
Tints of Shocking #DB88B9
RGB
CMYK
RGB Variations
Color information
#DB88B9 (or 0xDB88B9) is known color: Shocking. HEX triplet: DB, 88 and B9. RGB value is (219,136,185). Sum of RGB (Red+Green+Blue) = 219+136+185=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88B9 is #247746. Grayscale: #A6A6A6. Windows color (decimal): -2389831 or 12159195. OLE color: 12159195.
HSL color Cylindrical-coordinate representation of color #DB88B9: hue angle of 324.58º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88B9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 185 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.14 |
| HSL | 324.58º | 0.54% | 0.7% | - |
| HSV(B) | 324.58º | 0.38% | 0.86% | - |
| XYZ | 46.77 | 36.17 | 50.42 | - |
| YUV | 166.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 185 | 0 | 0.38 | 0.16 | 0.14 | 324.58 | 0.54 | 0.7 |
| Hex | DB | 88 | B9 | 0 | 26 | 10 | E | 145 | 36 | 46 |
| Octal | 333 | 210 | 271 | 0 | 46 | 20 | 16 | 505 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10111001 | 0 | 100110 | 10000 | 1110 | 101000101 | 110110 | 1000110 |
Color Harmonies of #DB88B9
Complementary color
Monochromatic Colors of #DB88B9
Black with #DB88B9
Text Example
Text Example
White with #DB88B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88B9; }
p { color: rgb(219,136,185); }
H1.HeaderClassName
{
color: #DB88B9;
}
.AnyTagClassName
{
color: #DB88B9;
}
</style>
background-color css
<style>
a { background-color: #DB88B9; }
a { background-color: rgb(219,136,185); }
div.DivClassName
{
background-color: #DB88B9;
}
.BgClassName
{
background-color: #DB88B9;
}
</style>
border-color css
<style>
span { border-color: #DB88B9; }
span { border-color: rgb(219,136,185); }
td.TdClassName
{
border-color: #DB88B9;
}
.TagClassName
{
border-color: #DB88B9;
}
</style>