#DB9A88

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

Shades of Tonys Pink #DB9A88

Tints of Tonys Pink #DB9A88

Color information

#DB9A88 (or 0xDB9A88) is unknown color: approx Tonys Pink. HEX triplet: DB, 9A and 88. RGB value is (219,154,136). Sum of RGB (Red+Green+Blue) = 219+154+136=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A88 is #246577. Grayscale: #ABABAB. Windows color (decimal): -2385272 or 8952539. OLE color: 8952539.

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

Color convert

RGB219154136-
CMYK00.300.380.14
HSL13.01º53.55%69.61%-
HSV(B)13.01º37.9%85.88%-
XYZ45.2139.9528.62-
YUV171.38108.03161.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 136 (53.52% from 255) = 26.72%
R=43.03%
G=30.26%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915413600.300.380.1413.0153.5569.61
HexDB9A8801E26Ed3646
Octal33323221003646161566106
Binary110110111001101010001000011110100110111011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A88; }

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

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

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

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

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

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

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

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