Shades of Shocking #DB99BB
Tints of Shocking #DB99BB
RGB
CMYK
RGB Variations
Color information
#DB99BB (or 0xDB99BB) is known color: Shocking. HEX triplet: DB, 99 and BB. RGB value is (219,153,187). Sum of RGB (Red+Green+Blue) = 219+153+187=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99BB is #246644. Grayscale: #B0B0B0. Windows color (decimal): -2385477 or 12294619. OLE color: 12294619.
HSL color Cylindrical-coordinate representation of color #DB99BB: hue angle of 329.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99BB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 187 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.14 |
| HSL | 329.09º | 0.48% | 0.73% | - |
| HSV(B) | 329.09º | 0.3% | 0.86% | - |
| XYZ | 49.57 | 41.43 | 52.4 | - |
| YUV | 176.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 187 | 0 | 0.30 | 0.15 | 0.14 | 329.09 | 0.48 | 0.73 |
| Hex | DB | 99 | BB | 0 | 1E | F | E | 149 | 30 | 49 |
| Octal | 333 | 231 | 273 | 0 | 36 | 17 | 16 | 511 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10111011 | 0 | 11110 | 1111 | 1110 | 101001001 | 110000 | 1001001 |
Color Harmonies of #DB99BB
Complementary color
Monochromatic Colors of #DB99BB
Black with #DB99BB
Text Example
Text Example
White with #DB99BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99BB; }
p { color: rgb(219,153,187); }
H1.HeaderClassName
{
color: #DB99BB;
}
.AnyTagClassName
{
color: #DB99BB;
}
</style>
background-color css
<style>
a { background-color: #DB99BB; }
a { background-color: rgb(219,153,187); }
div.DivClassName
{
background-color: #DB99BB;
}
.BgClassName
{
background-color: #DB99BB;
}
</style>
border-color css
<style>
span { border-color: #DB99BB; }
span { border-color: rgb(219,153,187); }
td.TdClassName
{
border-color: #DB99BB;
}
.TagClassName
{
border-color: #DB99BB;
}
</style>