#DB9886

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

Shades of Tonys Pink #DB9886

Tints of Tonys Pink #DB9886

Color information

#DB9886 (or 0xDB9886) is unknown color: approx Tonys Pink. HEX triplet: DB, 98 and 86. RGB value is (219,152,134). Sum of RGB (Red+Green+Blue) = 219+152+134=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9886 is #246779. Grayscale: #AAAAAA. Windows color (decimal): -2385786 or 8820955. OLE color: 8820955.

HSL color Cylindrical-coordinate representation of color #DB9886: hue angle of 12.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9886 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219152134-
CMYK00.310.390.14
HSL12.71º54.14%69.22%-
HSV(B)12.71º38.81%85.88%-
XYZ44.7439.2427.77-
YUV169.98107.7162.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.37%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=43.37%
G=30.10%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915213400.310.390.1412.7154.1469.22
HexDB988601F27Ed3645
Octal33323020603747161566105
Binary110110111001100010000110011111100111111011011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9886; }

 p { color: rgb(219,152,134); }

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

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

 a { background-color: rgb(219,152,134); }

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

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

 span { border-color: rgb(219,152,134); }

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