#DA8C85

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

Shades of My Pink #DA8C85

Tints of My Pink #DA8C85

Color information

#DA8C85 (or 0xDA8C85) is unknown color: approx My Pink. HEX triplet: DA, 8C and 85. RGB value is (218,140,133). Sum of RGB (Red+Green+Blue) = 218+140+133=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C85 is #25737A. Grayscale: #A2A2A2. Windows color (decimal): -2454395 or 8752346. OLE color: 8752346.

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

Color convert

RGB218140133-
CMYK00.360.390.15
HSL4.94º53.46%68.82%-
HSV(B)4.94º38.99%85.49%-
XYZ42.5335.3626.77-
YUV162.52111.34167.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=44.40%
G=28.51%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814013300.360.390.154.9453.4668.82
HexDA8C8502427F53545
Octal3322142050444717565105
Binary110110101000110010000101010010010011111111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C85; }

 p { color: rgb(218,140,133); }

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

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

 a { background-color: rgb(218,140,133); }

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

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

 span { border-color: rgb(218,140,133); }

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