#DB9B87

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

Shades of Tonys Pink #DB9B87

Tints of Tonys Pink #DB9B87

Color information

#DB9B87 (or 0xDB9B87) is unknown color: approx Tonys Pink. HEX triplet: DB, 9B and 87. RGB value is (219,155,135). Sum of RGB (Red+Green+Blue) = 219+155+135=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B87 is #246478. Grayscale: #ABABAB. Windows color (decimal): -2385017 or 8887259. OLE color: 8887259.

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

Color convert

RGB219155135-
CMYK00.290.380.14
HSL14.29º53.85%69.41%-
HSV(B)14.29º38.36%85.88%-
XYZ45.3140.2528.3-
YUV171.86107.2161.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=43.03%
G=30.45%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915513500.290.380.1414.2953.8569.41
HexDB9B8701D26Ee3645
Octal33323320703546161666105
Binary110110111001101110000111011101100110111011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9B87; }

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

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

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

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

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

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

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

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