Shades of Shocking #DB87BC
Tints of Shocking #DB87BC
RGB
CMYK
RGB Variations
Color information
#DB87BC (or 0xDB87BC) is known color: Shocking. HEX triplet: DB, 87 and BC. RGB value is (219,135,188). Sum of RGB (Red+Green+Blue) = 219+135+188=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87BC is #247843. Grayscale: #A6A6A6. Windows color (decimal): -2390084 or 12355547. OLE color: 12355547.
HSL color Cylindrical-coordinate representation of color #DB87BC: hue angle of 322.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87BC is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 188 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.14 |
| HSL | 322.14º | 0.54% | 0.69% | - |
| HSV(B) | 322.14º | 0.38% | 0.86% | - |
| XYZ | 46.95 | 36.02 | 52.05 | - |
| YUV | 166.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 188 | 0 | 0.38 | 0.14 | 0.14 | 322.14 | 0.54 | 0.69 |
| Hex | DB | 87 | BC | 0 | 26 | E | E | 142 | 36 | 45 |
| Octal | 333 | 207 | 274 | 0 | 46 | 16 | 16 | 502 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10111100 | 0 | 100110 | 1110 | 1110 | 101000010 | 110110 | 1000101 |
Color Harmonies of #DB87BC
Complementary color
Monochromatic Colors of #DB87BC
Black with #DB87BC
Text Example
Text Example
White with #DB87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87BC; }
p { color: rgb(219,135,188); }
H1.HeaderClassName
{
color: #DB87BC;
}
.AnyTagClassName
{
color: #DB87BC;
}
</style>
background-color css
<style>
a { background-color: #DB87BC; }
a { background-color: rgb(219,135,188); }
div.DivClassName
{
background-color: #DB87BC;
}
.BgClassName
{
background-color: #DB87BC;
}
</style>
border-color css
<style>
span { border-color: #DB87BC; }
span { border-color: rgb(219,135,188); }
td.TdClassName
{
border-color: #DB87BC;
}
.TagClassName
{
border-color: #DB87BC;
}
</style>