#DB8B87

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

Shades of My Pink #DB8B87

Tints of My Pink #DB8B87

Color information

#DB8B87 (or 0xDB8B87) is unknown color: approx My Pink. HEX triplet: DB, 8B and 87. RGB value is (219,139,135). Sum of RGB (Red+Green+Blue) = 219+139+135=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8B87 is #247478. Grayscale: #A2A2A2. Windows color (decimal): -2389113 or 8883163. OLE color: 8883163.

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

Color convert

RGB219139135-
CMYK00.370.380.14
HSL2.86º53.85%69.41%-
HSV(B)2.86º38.36%85.88%-
XYZ42.8235.2727.47-
YUV162.46112.5168.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=44.42%
G=28.19%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913913500.370.380.142.8653.8569.41
HexDB8B8702526E33645
Octal3332132070454616366105
Binary11011011100010111000011101001011001101110111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8B87; }

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

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

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

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

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

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

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

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