Shades of Shocking #DB9FBB
Tints of Shocking #DB9FBB
RGB
CMYK
RGB Variations
Color information
#DB9FBB (or 0xDB9FBB) is known color: Shocking. HEX triplet: DB, 9F and BB. RGB value is (219,159,187). Sum of RGB (Red+Green+Blue) = 219+159+187=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FBB is #246044. Grayscale: #B4B4B4. Windows color (decimal): -2383941 or 12296155. OLE color: 12296155.
HSL color Cylindrical-coordinate representation of color #DB9FBB: hue angle of 332º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FBB is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 187 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.14 |
| HSL | 332º | 0.45% | 0.74% | - |
| HSV(B) | 332º | 0.27% | 0.86% | - |
| XYZ | 50.58 | 43.44 | 52.73 | - |
| YUV | 180.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 187 | 0 | 0.27 | 0.15 | 0.14 | 332 | 0.45 | 0.74 |
| Hex | DB | 9F | BB | 0 | 1B | F | E | 14C | 2D | 4A |
| Octal | 333 | 237 | 273 | 0 | 33 | 17 | 16 | 514 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10111011 | 0 | 11011 | 1111 | 1110 | 101001100 | 101101 | 1001010 |
Color Harmonies of #DB9FBB
Complementary color
Monochromatic Colors of #DB9FBB
Black with #DB9FBB
Text Example
Text Example
White with #DB9FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FBB; }
p { color: rgb(219,159,187); }
H1.HeaderClassName
{
color: #DB9FBB;
}
.AnyTagClassName
{
color: #DB9FBB;
}
</style>
background-color css
<style>
a { background-color: #DB9FBB; }
a { background-color: rgb(219,159,187); }
div.DivClassName
{
background-color: #DB9FBB;
}
.BgClassName
{
background-color: #DB9FBB;
}
</style>
border-color css
<style>
span { border-color: #DB9FBB; }
span { border-color: rgb(219,159,187); }
td.TdClassName
{
border-color: #DB9FBB;
}
.TagClassName
{
border-color: #DB9FBB;
}
</style>