Shades of Shocking #DB8BBB
Tints of Shocking #DB8BBB
RGB
CMYK
RGB Variations
Color information
#DB8BBB (or 0xDB8BBB) is known color: Shocking. HEX triplet: DB, 8B and BB. RGB value is (219,139,187). Sum of RGB (Red+Green+Blue) = 219+139+187=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BBB is #247444. Grayscale: #A8A8A8. Windows color (decimal): -2389061 or 12291035. OLE color: 12291035.
HSL color Cylindrical-coordinate representation of color #DB8BBB: hue angle of 324º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BBB is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 187 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.14 |
| HSL | 324º | 0.53% | 0.7% | - |
| HSV(B) | 324º | 0.37% | 0.86% | - |
| XYZ | 47.42 | 37.11 | 51.68 | - |
| YUV | 168.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 187 | 0 | 0.37 | 0.15 | 0.14 | 324 | 0.53 | 0.7 |
| Hex | DB | 8B | BB | 0 | 25 | F | E | 144 | 35 | 46 |
| Octal | 333 | 213 | 273 | 0 | 45 | 17 | 16 | 504 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10111011 | 0 | 100101 | 1111 | 1110 | 101000100 | 110101 | 1000110 |
Color Harmonies of #DB8BBB
Complementary color
Monochromatic Colors of #DB8BBB
Black with #DB8BBB
Text Example
Text Example
White with #DB8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BBB; }
p { color: rgb(219,139,187); }
H1.HeaderClassName
{
color: #DB8BBB;
}
.AnyTagClassName
{
color: #DB8BBB;
}
</style>
background-color css
<style>
a { background-color: #DB8BBB; }
a { background-color: rgb(219,139,187); }
div.DivClassName
{
background-color: #DB8BBB;
}
.BgClassName
{
background-color: #DB8BBB;
}
</style>
border-color css
<style>
span { border-color: #DB8BBB; }
span { border-color: rgb(219,139,187); }
td.TdClassName
{
border-color: #DB8BBB;
}
.TagClassName
{
border-color: #DB8BBB;
}
</style>