#DA8985

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

Shades of My Pink #DA8985

Tints of My Pink #DA8985

Color information

#DA8985 (or 0xDA8985) is unknown color: approx My Pink. HEX triplet: DA, 89 and 85. RGB value is (218,137,133). Sum of RGB (Red+Green+Blue) = 218+137+133=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8985 is #25767A. Grayscale: #A0A0A0. Windows color (decimal): -2455163 or 8751578. OLE color: 8751578.

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

Color convert

RGB218137133-
CMYK00.370.390.15
HSL2.82º53.46%68.82%-
HSV(B)2.82º38.99%85.49%-
XYZ42.0934.4926.63-
YUV160.76112.34168.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=44.67%
G=28.07%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813713300.370.390.152.8253.4668.82
HexDA898502527F33545
Octal3322112050454717365105
Binary11011010100010011000010101001011001111111111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8985; }

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

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

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

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

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

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

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

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