#DB87BB

Color #DB87BB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DB87BB

Tints of Shocking #DB87BB

Color information

#DB87BB (or 0xDB87BB) is unknown color: approx Shocking. HEX triplet: DB, 87 and BB. RGB value is (219,135,187). Sum of RGB (Red+Green+Blue) = 219+135+187=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87BB is #247844. Grayscale: #A5A5A5. Windows color (decimal): -2390085 or 12290011. OLE color: 12290011.

HSL color Cylindrical-coordinate representation of color #DB87BB: hue angle of 322.86º 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 #DB87BB is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219135187-
CMYK00.380.150.14
HSL322.86º53.85%69.41%-
HSV(B)322.86º38.36%85.88%-
XYZ46.8535.9851.49-
YUV166.04139.83165.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=40.48%
G=24.95%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913518700.380.150.14322.8653.8569.41
HexDB87BB026FE1433645
Octal333207273046171650366105
Binary1101101110000111101110110100110111111101010000111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB87BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB87BB; }

 p { color: rgb(219,135,187); }

 H1.HeaderClassName
 {
   color: #DB87BB;
 }
 .AnyTagClassName
 {
   color: #DB87BB;
 }
</style>
background-color css

<style>
 a { background-color: #DB87BB; }

 a { background-color: rgb(219,135,187); }

 div.DivClassName
 {
   background-color: #DB87BB;
 }
 .BgClassName
 {
   background-color: #DB87BB;
 }
</style>
border-color css

<style>
 span { border-color: #DB87BB; }

 span { border-color: rgb(219,135,187); }

 td.TdClassName
 {
   border-color: #DB87BB;
 }
 .TagClassName
 {
   border-color: #DB87BB;
 }
</style>