#DB89BC

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

Shades of Shocking #DB89BC

Tints of Shocking #DB89BC

Color information

#DB89BC (or 0xDB89BC) is unknown color: approx Shocking. HEX triplet: DB, 89 and BC. RGB value is (219,137,188). Sum of RGB (Red+Green+Blue) = 219+137+188=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89BC is #247643. Grayscale: #A7A7A7. Windows color (decimal): -2389572 or 12356059. OLE color: 12356059.

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

Color convert

RGB219137188-
CMYK00.370.140.14
HSL322.68º53.25%69.8%-
HSV(B)322.68º37.44%85.88%-
XYZ47.2436.5852.15-
YUV167.33139.67164.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 137 (53.91% from 255) = 25.18%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=40.26%
G=25.18%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913718800.370.140.14322.6853.2569.8
HexDB89BC025EE1433546
Octal333211274045161650365106
Binary1101101110001001101111000100101111011101010000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89BC; }

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

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

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

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

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

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

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

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