Shades of Shocking #DB97BA
Tints of Shocking #DB97BA
RGB
CMYK
RGB Variations
Color information
#DB97BA (or 0xDB97BA) is known color: Shocking. HEX triplet: DB, 97 and BA. RGB value is (219,151,186). Sum of RGB (Red+Green+Blue) = 219+151+186=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97BA is #246845. Grayscale: #AFAFAF. Windows color (decimal): -2385990 or 12228571. OLE color: 12228571.
HSL color Cylindrical-coordinate representation of color #DB97BA: hue angle of 329.12º 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 #DB97BA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 186 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.14 |
| HSL | 329.12º | 0.49% | 0.73% | - |
| HSV(B) | 329.12º | 0.31% | 0.86% | - |
| XYZ | 49.14 | 40.74 | 51.73 | - |
| YUV | 175.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 186 | 0 | 0.31 | 0.15 | 0.14 | 329.12 | 0.49 | 0.73 |
| Hex | DB | 97 | BA | 0 | 1F | F | E | 149 | 31 | 49 |
| Octal | 333 | 227 | 272 | 0 | 37 | 17 | 16 | 511 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10111010 | 0 | 11111 | 1111 | 1110 | 101001001 | 110001 | 1001001 |
Color Harmonies of #DB97BA
Complementary color
Monochromatic Colors of #DB97BA
Black with #DB97BA
Text Example
Text Example
White with #DB97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97BA; }
p { color: rgb(219,151,186); }
H1.HeaderClassName
{
color: #DB97BA;
}
.AnyTagClassName
{
color: #DB97BA;
}
</style>
background-color css
<style>
a { background-color: #DB97BA; }
a { background-color: rgb(219,151,186); }
div.DivClassName
{
background-color: #DB97BA;
}
.BgClassName
{
background-color: #DB97BA;
}
</style>
border-color css
<style>
span { border-color: #DB97BA; }
span { border-color: rgb(219,151,186); }
td.TdClassName
{
border-color: #DB97BA;
}
.TagClassName
{
border-color: #DB97BA;
}
</style>