#DA8B82

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

Shades of My Pink #DA8B82

Tints of My Pink #DA8B82

Color information

#DA8B82 (or 0xDA8B82) is unknown color: approx My Pink. HEX triplet: DA, 8B and 82. RGB value is (218,139,130). Sum of RGB (Red+Green+Blue) = 218+139+130=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8B82 is #25747D. Grayscale: #A1A1A1. Windows color (decimal): -2454654 or 8555482. OLE color: 8555482.

HSL color Cylindrical-coordinate representation of color #DA8B82: hue angle of 6.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8B82 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218139130-
CMYK00.360.400.15
HSL6.14º54.32%68.24%-
HSV(B)6.14º40.37%85.49%-
XYZ42.1834.9825.65-
YUV161.59110.17168.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=44.76%
G=28.54%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813913000.360.400.156.1454.3268.24
HexDA8B8202428F63644
Octal3322132020445017666104
Binary110110101000101110000010010010010100011111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B82; }

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

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

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

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

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

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

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

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