#DA8B89

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

Shades of My Pink #DA8B89

Tints of My Pink #DA8B89

Color information

#DA8B89 (or 0xDA8B89) is unknown color: approx My Pink. HEX triplet: DA, 8B and 89. RGB value is (218,139,137). Sum of RGB (Red+Green+Blue) = 218+139+137=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B89 is #257476. Grayscale: #A2A2A2. Windows color (decimal): -2454647 or 9014234. OLE color: 9014234.

HSL color Cylindrical-coordinate representation of color #DA8B89: hue angle of 1.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8B89 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218139137-
CMYK00.360.370.15
HSL1.48º52.26%69.61%-
HSV(B)1.48º37.16%85.49%-
XYZ42.6635.1828.21-
YUV162.39113.67167.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=44.13%
G=28.14%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813913700.360.370.151.4852.2669.61
HexDA8B8902425F13446
Octal3322132110444517164106
Binary1101101010001011100010010100100100101111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B89; }

 p { color: rgb(218,139,137); }

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

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

 a { background-color: rgb(218,139,137); }

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

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

 span { border-color: rgb(218,139,137); }

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