Shades of Shocking #DB9EBC
Tints of Shocking #DB9EBC
RGB
CMYK
RGB Variations
Color information
#DB9EBC (or 0xDB9EBC) is known color: Shocking. HEX triplet: DB, 9E and BC. RGB value is (219,158,188). Sum of RGB (Red+Green+Blue) = 219+158+188=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EBC is #246143. Grayscale: #B3B3B3. Windows color (decimal): -2384196 or 12361435. OLE color: 12361435.
HSL color Cylindrical-coordinate representation of color #DB9EBC: hue angle of 330.49º 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 #DB9EBC is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 188 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.14 |
| HSL | 330.49º | 0.46% | 0.74% | - |
| HSV(B) | 330.49º | 0.28% | 0.86% | - |
| XYZ | 50.52 | 43.14 | 53.24 | - |
| YUV | 179.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 188 | 0 | 0.28 | 0.14 | 0.14 | 330.49 | 0.46 | 0.74 |
| Hex | DB | 9E | BC | 0 | 1C | E | E | 14A | 2E | 4A |
| Octal | 333 | 236 | 274 | 0 | 34 | 16 | 16 | 512 | 56 | 112 |
| Binary | 11011011 | 10011110 | 10111100 | 0 | 11100 | 1110 | 1110 | 101001010 | 101110 | 1001010 |
Color Harmonies of #DB9EBC
Complementary color
Monochromatic Colors of #DB9EBC
Black with #DB9EBC
Text Example
Text Example
White with #DB9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EBC; }
p { color: rgb(219,158,188); }
H1.HeaderClassName
{
color: #DB9EBC;
}
.AnyTagClassName
{
color: #DB9EBC;
}
</style>
background-color css
<style>
a { background-color: #DB9EBC; }
a { background-color: rgb(219,158,188); }
div.DivClassName
{
background-color: #DB9EBC;
}
.BgClassName
{
background-color: #DB9EBC;
}
</style>
border-color css
<style>
span { border-color: #DB9EBC; }
span { border-color: rgb(219,158,188); }
td.TdClassName
{
border-color: #DB9EBC;
}
.TagClassName
{
border-color: #DB9EBC;
}
</style>