Shades of Shocking #DB9FB9
Tints of Shocking #DB9FB9
RGB
CMYK
RGB Variations
Color information
#DB9FB9 (or 0xDB9FB9) is known color: Shocking. HEX triplet: DB, 9F and B9. RGB value is (219,159,185). Sum of RGB (Red+Green+Blue) = 219+159+185=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FB9 is #246046. Grayscale: #B3B3B3. Windows color (decimal): -2383943 or 12165083. OLE color: 12165083.
HSL color Cylindrical-coordinate representation of color #DB9FB9: hue angle of 334º 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 #DB9FB9 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 185 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.14 |
| HSL | 334º | 0.45% | 0.74% | - |
| HSV(B) | 334º | 0.27% | 0.86% | - |
| XYZ | 50.37 | 43.36 | 51.61 | - |
| YUV | 179.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 185 | 0 | 0.27 | 0.16 | 0.14 | 334 | 0.45 | 0.74 |
| Hex | DB | 9F | B9 | 0 | 1B | 10 | E | 14E | 2D | 4A |
| Octal | 333 | 237 | 271 | 0 | 33 | 20 | 16 | 516 | 55 | 112 |
| Binary | 11011011 | 10011111 | 10111001 | 0 | 11011 | 10000 | 1110 | 101001110 | 101101 | 1001010 |
Color Harmonies of #DB9FB9
Complementary color
Monochromatic Colors of #DB9FB9
Black with #DB9FB9
Text Example
Text Example
White with #DB9FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FB9; }
p { color: rgb(219,159,185); }
H1.HeaderClassName
{
color: #DB9FB9;
}
.AnyTagClassName
{
color: #DB9FB9;
}
</style>
background-color css
<style>
a { background-color: #DB9FB9; }
a { background-color: rgb(219,159,185); }
div.DivClassName
{
background-color: #DB9FB9;
}
.BgClassName
{
background-color: #DB9FB9;
}
</style>
border-color css
<style>
span { border-color: #DB9FB9; }
span { border-color: rgb(219,159,185); }
td.TdClassName
{
border-color: #DB9FB9;
}
.TagClassName
{
border-color: #DB9FB9;
}
</style>