#DB88BC

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

Shades of Shocking #DB88BC

Tints of Shocking #DB88BC

Color information

#DB88BC (or 0xDB88BC) is unknown color: approx Shocking. HEX triplet: DB, 88 and BC. RGB value is (219,136,188). Sum of RGB (Red+Green+Blue) = 219+136+188=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BC is #247743. Grayscale: #A6A6A6. Windows color (decimal): -2389828 or 12355803. OLE color: 12355803.

HSL color Cylindrical-coordinate representation of color #DB88BC: hue angle of 322.41º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88BC is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219136188-
CMYK00.380.140.14
HSL322.41º53.55%69.61%-
HSV(B)322.41º37.9%85.88%-
XYZ47.0936.352.1-
YUV166.74140165.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=40.33%
G=25.05%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913618800.380.140.14322.4153.5569.61
HexDB88BC026EE1423646
Octal333210274046161650266106
Binary1101101110001000101111000100110111011101010000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88BC; }

 p { color: rgb(219,136,188); }

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

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

 a { background-color: rgb(219,136,188); }

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

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

 span { border-color: rgb(219,136,188); }

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