Shades of Shocking #DB8BBC
Tints of Shocking #DB8BBC
RGB
CMYK
RGB Variations
Color information
#DB8BBC (or 0xDB8BBC) is known color: Shocking. HEX triplet: DB, 8B and BC. RGB value is (219,139,188). Sum of RGB (Red+Green+Blue) = 219+139+188=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BBC is #247443. Grayscale: #A8A8A8. Windows color (decimal): -2389060 or 12356571. OLE color: 12356571.
HSL color Cylindrical-coordinate representation of color #DB8BBC: hue angle of 323.25º 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 #DB8BBC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 188 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.14 |
| HSL | 323.25º | 0.53% | 0.7% | - |
| HSV(B) | 323.25º | 0.37% | 0.86% | - |
| XYZ | 47.52 | 37.16 | 52.24 | - |
| YUV | 168.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 188 | 0 | 0.37 | 0.14 | 0.14 | 323.25 | 0.53 | 0.7 |
| Hex | DB | 8B | BC | 0 | 25 | E | E | 143 | 35 | 46 |
| Octal | 333 | 213 | 274 | 0 | 45 | 16 | 16 | 503 | 65 | 106 |
| Binary | 11011011 | 10001011 | 10111100 | 0 | 100101 | 1110 | 1110 | 101000011 | 110101 | 1000110 |
Color Harmonies of #DB8BBC
Complementary color
Monochromatic Colors of #DB8BBC
Black with #DB8BBC
Text Example
Text Example
White with #DB8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BBC; }
p { color: rgb(219,139,188); }
H1.HeaderClassName
{
color: #DB8BBC;
}
.AnyTagClassName
{
color: #DB8BBC;
}
</style>
background-color css
<style>
a { background-color: #DB8BBC; }
a { background-color: rgb(219,139,188); }
div.DivClassName
{
background-color: #DB8BBC;
}
.BgClassName
{
background-color: #DB8BBC;
}
</style>
border-color css
<style>
span { border-color: #DB8BBC; }
span { border-color: rgb(219,139,188); }
td.TdClassName
{
border-color: #DB8BBC;
}
.TagClassName
{
border-color: #DB8BBC;
}
</style>