#DB88BE

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

Shades of Shocking #DB88BE

Tints of Shocking #DB88BE

Color information

#DB88BE (or 0xDB88BE) is unknown color: approx Shocking. HEX triplet: DB, 88 and BE. RGB value is (219,136,190). Sum of RGB (Red+Green+Blue) = 219+136+190=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BE is #247741. Grayscale: #A6A6A6. Windows color (decimal): -2389826 or 12486875. OLE color: 12486875.

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

Color convert

RGB219136190-
CMYK00.380.130.14
HSL320.96º53.55%69.61%-
HSV(B)320.96º37.9%85.88%-
XYZ47.3136.3953.24-
YUV166.97141165.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 136 (53.52% from 255) = 24.95%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=40.18%
G=24.95%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913619000.380.130.14320.9653.5569.61
HexDB88BE026DE1413646
Octal333210276046151650166106
Binary1101101110001000101111100100110110111101010000011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88BE; }

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

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

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

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

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

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

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

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