Shades of Shocking #DB88BA
Tints of Shocking #DB88BA
RGB
CMYK
RGB Variations
Color information
#DB88BA (or 0xDB88BA) is known color: Shocking. HEX triplet: DB, 88 and BA. RGB value is (219,136,186). Sum of RGB (Red+Green+Blue) = 219+136+186=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BA is #247745. Grayscale: #A6A6A6. Windows color (decimal): -2389830 or 12224731. OLE color: 12224731.
HSL color Cylindrical-coordinate representation of color #DB88BA: hue angle of 323.86º 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 #DB88BA is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 186 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.14 |
| HSL | 323.86º | 0.54% | 0.7% | - |
| HSV(B) | 323.86º | 0.38% | 0.86% | - |
| XYZ | 46.88 | 36.21 | 50.97 | - |
| YUV | 166.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 186 | 0 | 0.38 | 0.15 | 0.14 | 323.86 | 0.54 | 0.7 |
| Hex | DB | 88 | BA | 0 | 26 | F | E | 144 | 36 | 46 |
| Octal | 333 | 210 | 272 | 0 | 46 | 17 | 16 | 504 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10111010 | 0 | 100110 | 1111 | 1110 | 101000100 | 110110 | 1000110 |
Color Harmonies of #DB88BA
Complementary color
Monochromatic Colors of #DB88BA
Black with #DB88BA
Text Example
Text Example
White with #DB88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88BA; }
p { color: rgb(219,136,186); }
H1.HeaderClassName
{
color: #DB88BA;
}
.AnyTagClassName
{
color: #DB88BA;
}
</style>
background-color css
<style>
a { background-color: #DB88BA; }
a { background-color: rgb(219,136,186); }
div.DivClassName
{
background-color: #DB88BA;
}
.BgClassName
{
background-color: #DB88BA;
}
</style>
border-color css
<style>
span { border-color: #DB88BA; }
span { border-color: rgb(219,136,186); }
td.TdClassName
{
border-color: #DB88BA;
}
.TagClassName
{
border-color: #DB88BA;
}
</style>