Shades of Shocking #DB88BF
Tints of Shocking #DB88BF
RGB
CMYK
RGB Variations
Color information
#DB88BF (or 0xDB88BF) is known color: Shocking. HEX triplet: DB, 88 and BF. RGB value is (219,136,191). Sum of RGB (Red+Green+Blue) = 219+136+191=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BF is #247740. Grayscale: #A6A6A6. Windows color (decimal): -2389825 or 12552411. OLE color: 12552411.
HSL color Cylindrical-coordinate representation of color #DB88BF: hue angle of 320.24º 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 #DB88BF is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 191 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.14 |
| HSL | 320.24º | 0.54% | 0.7% | - |
| HSV(B) | 320.24º | 0.38% | 0.86% | - |
| XYZ | 47.42 | 36.43 | 53.82 | - |
| YUV | 167.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 191 | 0 | 0.38 | 0.13 | 0.14 | 320.24 | 0.54 | 0.7 |
| Hex | DB | 88 | BF | 0 | 26 | D | E | 140 | 36 | 46 |
| Octal | 333 | 210 | 277 | 0 | 46 | 15 | 16 | 500 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10111111 | 0 | 100110 | 1101 | 1110 | 101000000 | 110110 | 1000110 |
Color Harmonies of #DB88BF
Complementary color
Monochromatic Colors of #DB88BF
Black with #DB88BF
Text Example
Text Example
White with #DB88BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88BF; }
p { color: rgb(219,136,191); }
H1.HeaderClassName
{
color: #DB88BF;
}
.AnyTagClassName
{
color: #DB88BF;
}
</style>
background-color css
<style>
a { background-color: #DB88BF; }
a { background-color: rgb(219,136,191); }
div.DivClassName
{
background-color: #DB88BF;
}
.BgClassName
{
background-color: #DB88BF;
}
</style>
border-color css
<style>
span { border-color: #DB88BF; }
span { border-color: rgb(219,136,191); }
td.TdClassName
{
border-color: #DB88BF;
}
.TagClassName
{
border-color: #DB88BF;
}
</style>