Shades of Shocking #DB9DBB
Tints of Shocking #DB9DBB
RGB
CMYK
RGB Variations
Color information
#DB9DBB (or 0xDB9DBB) is known color: Shocking. HEX triplet: DB, 9D and BB. RGB value is (219,157,187). Sum of RGB (Red+Green+Blue) = 219+157+187=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBB is #246244. Grayscale: #B2B2B2. Windows color (decimal): -2384453 or 12295643. OLE color: 12295643.
HSL color Cylindrical-coordinate representation of color #DB9DBB: hue angle of 330.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DBB is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 187 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.14 |
| HSL | 330.97º | 0.46% | 0.74% | - |
| HSV(B) | 330.97º | 0.28% | 0.86% | - |
| XYZ | 50.24 | 42.76 | 52.62 | - |
| YUV | 178.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 187 | 0 | 0.28 | 0.15 | 0.14 | 330.97 | 0.46 | 0.74 |
| Hex | DB | 9D | BB | 0 | 1C | F | E | 14B | 2E | 4A |
| Octal | 333 | 235 | 273 | 0 | 34 | 17 | 16 | 513 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10111011 | 0 | 11100 | 1111 | 1110 | 101001011 | 101110 | 1001010 |
Color Harmonies of #DB9DBB
Complementary color
Monochromatic Colors of #DB9DBB
Black with #DB9DBB
Text Example
Text Example
White with #DB9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DBB; }
p { color: rgb(219,157,187); }
H1.HeaderClassName
{
color: #DB9DBB;
}
.AnyTagClassName
{
color: #DB9DBB;
}
</style>
background-color css
<style>
a { background-color: #DB9DBB; }
a { background-color: rgb(219,157,187); }
div.DivClassName
{
background-color: #DB9DBB;
}
.BgClassName
{
background-color: #DB9DBB;
}
</style>
border-color css
<style>
span { border-color: #DB9DBB; }
span { border-color: rgb(219,157,187); }
td.TdClassName
{
border-color: #DB9DBB;
}
.TagClassName
{
border-color: #DB9DBB;
}
</style>