#DA9E87

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

Shades of Tonys Pink #DA9E87

Tints of Tonys Pink #DA9E87

Color information

#DA9E87 (or 0xDA9E87) is unknown color: approx Tonys Pink. HEX triplet: DA, 9E and 87. RGB value is (218,158,135). Sum of RGB (Red+Green+Blue) = 218+158+135=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E87 is #256178. Grayscale: #ADADAD. Windows color (decimal): -2449785 or 8888026. OLE color: 8888026.

HSL color Cylindrical-coordinate representation of color #DA9E87: hue angle of 16.63º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9E87 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218158135-
CMYK00.280.380.15
HSL16.63º52.87%69.22%-
HSV(B)16.63º38.07%85.49%-
XYZ45.5141.1128.46-
YUV173.32106.38159.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=42.66%
G=30.92%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815813500.280.380.1516.6352.8769.22
HexDA9E8701C26F113545
Octal33223620703446172165105
Binary1101101010011110100001110111001001101111100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E87; }

 p { color: rgb(218,158,135); }

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

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

 a { background-color: rgb(218,158,135); }

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

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

 span { border-color: rgb(218,158,135); }

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