Shades of Shocking #DB97BB
Tints of Shocking #DB97BB
RGB
CMYK
RGB Variations
Color information
#DB97BB (or 0xDB97BB) is known color: Shocking. HEX triplet: DB, 97 and BB. RGB value is (219,151,187). Sum of RGB (Red+Green+Blue) = 219+151+187=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97BB is #246844. Grayscale: #AFAFAF. Windows color (decimal): -2385989 or 12294107. OLE color: 12294107.
HSL color Cylindrical-coordinate representation of color #DB97BB: hue angle of 328.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97BB is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 187 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.14 |
| HSL | 328.24º | 0.49% | 0.73% | - |
| HSV(B) | 328.24º | 0.31% | 0.86% | - |
| XYZ | 49.25 | 40.78 | 52.29 | - |
| YUV | 175.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 187 | 0 | 0.31 | 0.15 | 0.14 | 328.24 | 0.49 | 0.73 |
| Hex | DB | 97 | BB | 0 | 1F | F | E | 148 | 31 | 49 |
| Octal | 333 | 227 | 273 | 0 | 37 | 17 | 16 | 510 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10111011 | 0 | 11111 | 1111 | 1110 | 101001000 | 110001 | 1001001 |
Color Harmonies of #DB97BB
Complementary color
Monochromatic Colors of #DB97BB
Black with #DB97BB
Text Example
Text Example
White with #DB97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97BB; }
p { color: rgb(219,151,187); }
H1.HeaderClassName
{
color: #DB97BB;
}
.AnyTagClassName
{
color: #DB97BB;
}
</style>
background-color css
<style>
a { background-color: #DB97BB; }
a { background-color: rgb(219,151,187); }
div.DivClassName
{
background-color: #DB97BB;
}
.BgClassName
{
background-color: #DB97BB;
}
</style>
border-color css
<style>
span { border-color: #DB97BB; }
span { border-color: rgb(219,151,187); }
td.TdClassName
{
border-color: #DB97BB;
}
.TagClassName
{
border-color: #DB97BB;
}
</style>