#DA8B79

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

Shades of My Pink #DA8B79

Tints of My Pink #DA8B79

Color information

#DA8B79 (or 0xDA8B79) is unknown color: approx My Pink. HEX triplet: DA, 8B and 79. RGB value is (218,139,121). Sum of RGB (Red+Green+Blue) = 218+139+121=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B79 is #257486. Grayscale: #A0A0A0. Windows color (decimal): -2454663 or 7965658. OLE color: 7965658.

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

Color convert

RGB218139121-
CMYK00.360.440.15
HSL11.13º56.73%66.47%-
HSV(B)11.13º44.5%85.49%-
XYZ41.634.7522.6-
YUV160.57105.67168.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.61%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=45.61%
G=29.08%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813912100.360.440.1511.1356.7366.47
HexDA8B790242CFb3942
Octal33221317104454171371102
Binary110110101000101111110010100100101100111110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8B79; }

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

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

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

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

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

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

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

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