Shades of Shocking #DB9DBC
Tints of Shocking #DB9DBC
RGB
CMYK
RGB Variations
Color information
#DB9DBC (or 0xDB9DBC) is known color: Shocking. HEX triplet: DB, 9D and BC. RGB value is (219,157,188). Sum of RGB (Red+Green+Blue) = 219+157+188=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBC is #246243. Grayscale: #B3B3B3. Windows color (decimal): -2384452 or 12361179. OLE color: 12361179.
HSL color Cylindrical-coordinate representation of color #DB9DBC: hue angle of 330º 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 #DB9DBC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 188 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.14 |
| HSL | 330º | 0.46% | 0.74% | - |
| HSV(B) | 330º | 0.28% | 0.86% | - |
| XYZ | 50.35 | 42.8 | 53.19 | - |
| YUV | 179.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 188 | 0 | 0.28 | 0.14 | 0.14 | 330 | 0.46 | 0.74 |
| Hex | DB | 9D | BC | 0 | 1C | E | E | 14A | 2E | 4A |
| Octal | 333 | 235 | 274 | 0 | 34 | 16 | 16 | 512 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10111100 | 0 | 11100 | 1110 | 1110 | 101001010 | 101110 | 1001010 |
Color Harmonies of #DB9DBC
Complementary color
Monochromatic Colors of #DB9DBC
Black with #DB9DBC
Text Example
Text Example
White with #DB9DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DBC; }
p { color: rgb(219,157,188); }
H1.HeaderClassName
{
color: #DB9DBC;
}
.AnyTagClassName
{
color: #DB9DBC;
}
</style>
background-color css
<style>
a { background-color: #DB9DBC; }
a { background-color: rgb(219,157,188); }
div.DivClassName
{
background-color: #DB9DBC;
}
.BgClassName
{
background-color: #DB9DBC;
}
</style>
border-color css
<style>
span { border-color: #DB9DBC; }
span { border-color: rgb(219,157,188); }
td.TdClassName
{
border-color: #DB9DBC;
}
.TagClassName
{
border-color: #DB9DBC;
}
</style>