Shades of Shocking #DB9EB8
Tints of Shocking #DB9EB8
RGB
CMYK
RGB Variations
Color information
#DB9EB8 (or 0xDB9EB8) is known color: Shocking. HEX triplet: DB, 9E and B8. RGB value is (219,158,184). Sum of RGB (Red+Green+Blue) = 219+158+184=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EB8 is #246147. Grayscale: #B3B3B3. Windows color (decimal): -2384200 or 12099291. OLE color: 12099291.
HSL color Cylindrical-coordinate representation of color #DB9EB8: hue angle of 334.43º 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 #DB9EB8 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 184 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.14 |
| HSL | 334.43º | 0.46% | 0.74% | - |
| HSV(B) | 334.43º | 0.28% | 0.86% | - |
| XYZ | 50.09 | 42.97 | 51 | - |
| YUV | 179.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 184 | 0 | 0.28 | 0.16 | 0.14 | 334.43 | 0.46 | 0.74 |
| Hex | DB | 9E | B8 | 0 | 1C | 10 | E | 14E | 2E | 4A |
| Octal | 333 | 236 | 270 | 0 | 34 | 20 | 16 | 516 | 56 | 112 |
| Binary | 11011011 | 10011110 | 10111000 | 0 | 11100 | 10000 | 1110 | 101001110 | 101110 | 1001010 |
Color Harmonies of #DB9EB8
Complementary color
Monochromatic Colors of #DB9EB8
Black with #DB9EB8
Text Example
Text Example
White with #DB9EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EB8; }
p { color: rgb(219,158,184); }
H1.HeaderClassName
{
color: #DB9EB8;
}
.AnyTagClassName
{
color: #DB9EB8;
}
</style>
background-color css
<style>
a { background-color: #DB9EB8; }
a { background-color: rgb(219,158,184); }
div.DivClassName
{
background-color: #DB9EB8;
}
.BgClassName
{
background-color: #DB9EB8;
}
</style>
border-color css
<style>
span { border-color: #DB9EB8; }
span { border-color: rgb(219,158,184); }
td.TdClassName
{
border-color: #DB9EB8;
}
.TagClassName
{
border-color: #DB9EB8;
}
</style>