Shades of Shocking #DB8DB9
Tints of Shocking #DB8DB9
RGB
CMYK
RGB Variations
Color information
#DB8DB9 (or 0xDB8DB9) is known color: Shocking. HEX triplet: DB, 8D and B9. RGB value is (219,141,185). Sum of RGB (Red+Green+Blue) = 219+141+185=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB9 is #247246. Grayscale: #A9A9A9. Windows color (decimal): -2388551 or 12160475. OLE color: 12160475.
HSL color Cylindrical-coordinate representation of color #DB8DB9: hue angle of 326.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DB9 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 185 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.14 |
| HSL | 326.15º | 0.52% | 0.71% | - |
| HSV(B) | 326.15º | 0.36% | 0.86% | - |
| XYZ | 47.5 | 37.61 | 50.66 | - |
| YUV | 169.34 | 136.84 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 185 | 0 | 0.36 | 0.16 | 0.14 | 326.15 | 0.52 | 0.71 |
| Hex | DB | 8D | B9 | 0 | 24 | 10 | E | 146 | 34 | 47 |
| Octal | 333 | 215 | 271 | 0 | 44 | 20 | 16 | 506 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10111001 | 0 | 100100 | 10000 | 1110 | 101000110 | 110100 | 1000111 |
Color Harmonies of #DB8DB9
Complementary color
Monochromatic Colors of #DB8DB9
Black with #DB8DB9
Text Example
Text Example
White with #DB8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DB9; }
p { color: rgb(219,141,185); }
H1.HeaderClassName
{
color: #DB8DB9;
}
.AnyTagClassName
{
color: #DB8DB9;
}
</style>
background-color css
<style>
a { background-color: #DB8DB9; }
a { background-color: rgb(219,141,185); }
div.DivClassName
{
background-color: #DB8DB9;
}
.BgClassName
{
background-color: #DB8DB9;
}
</style>
border-color css
<style>
span { border-color: #DB8DB9; }
span { border-color: rgb(219,141,185); }
td.TdClassName
{
border-color: #DB8DB9;
}
.TagClassName
{
border-color: #DB8DB9;
}
</style>