#DB88B8

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

Shades of Shocking #DB88B8

Tints of Shocking #DB88B8

Color information

#DB88B8 (or 0xDB88B8) is unknown color: approx Shocking. HEX triplet: DB, 88 and B8. RGB value is (219,136,184). Sum of RGB (Red+Green+Blue) = 219+136+184=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88B8 is #247747. Grayscale: #A6A6A6. Windows color (decimal): -2389832 or 12093659. OLE color: 12093659.

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

Color convert

RGB219136184-
CMYK00.380.160.14
HSL325.3º53.55%69.61%-
HSV(B)325.3º37.9%85.88%-
XYZ46.6736.1349.86-
YUV166.29138165.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=40.63%
G=25.23%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913618400.380.160.14325.353.5569.61
HexDB88B802610E1453646
Octal333210270046201650566106
Binary11011011100010001011100001001101000011101010001011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88B8; }

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

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

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

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

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

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

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

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