#DA8C87

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

Shades of My Pink #DA8C87

Tints of My Pink #DA8C87

Color information

#DA8C87 (or 0xDA8C87) is unknown color: approx My Pink. HEX triplet: DA, 8C and 87. RGB value is (218,140,135). Sum of RGB (Red+Green+Blue) = 218+140+135=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8C87 is #257378. Grayscale: #A2A2A2. Windows color (decimal): -2454393 or 8883418. OLE color: 8883418.

HSL color Cylindrical-coordinate representation of color #DA8C87: hue angle of 3.61º 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 #DA8C87 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218140135-
CMYK00.360.380.15
HSL3.61º52.87%69.22%-
HSV(B)3.61º38.07%85.49%-
XYZ42.6635.4127.51-
YUV162.75112.34167.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 140 (55.08% from 255) = 28.40%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=44.22%
G=28.40%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814013500.360.380.153.6152.8769.22
HexDA8C8702426F43545
Octal3322142070444617465105
Binary110110101000110010000111010010010011011111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8C87; }

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

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

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

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

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

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

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

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