Shades of Shocking #DB9BBB
Tints of Shocking #DB9BBB
RGB
CMYK
RGB Variations
Color information
#DB9BBB (or 0xDB9BBB) is known color: Shocking. HEX triplet: DB, 9B and BB. RGB value is (219,155,187). Sum of RGB (Red+Green+Blue) = 219+155+187=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BBB is #246444. Grayscale: #B1B1B1. Windows color (decimal): -2384965 or 12295131. OLE color: 12295131.
HSL color Cylindrical-coordinate representation of color #DB9BBB: hue angle of 330º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BBB is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 187 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.14 |
| HSL | 330º | 0.47% | 0.73% | - |
| HSV(B) | 330º | 0.29% | 0.86% | - |
| XYZ | 49.9 | 42.09 | 52.51 | - |
| YUV | 177.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 187 | 0 | 0.29 | 0.15 | 0.14 | 330 | 0.47 | 0.73 |
| Hex | DB | 9B | BB | 0 | 1D | F | E | 14A | 2F | 49 |
| Octal | 333 | 233 | 273 | 0 | 35 | 17 | 16 | 512 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10111011 | 0 | 11101 | 1111 | 1110 | 101001010 | 101111 | 1001001 |
Color Harmonies of #DB9BBB
Complementary color
Monochromatic Colors of #DB9BBB
Black with #DB9BBB
Text Example
Text Example
White with #DB9BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BBB; }
p { color: rgb(219,155,187); }
H1.HeaderClassName
{
color: #DB9BBB;
}
.AnyTagClassName
{
color: #DB9BBB;
}
</style>
background-color css
<style>
a { background-color: #DB9BBB; }
a { background-color: rgb(219,155,187); }
div.DivClassName
{
background-color: #DB9BBB;
}
.BgClassName
{
background-color: #DB9BBB;
}
</style>
border-color css
<style>
span { border-color: #DB9BBB; }
span { border-color: rgb(219,155,187); }
td.TdClassName
{
border-color: #DB9BBB;
}
.TagClassName
{
border-color: #DB9BBB;
}
</style>