#DA8E81

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

Shades of My Pink #DA8E81

Tints of My Pink #DA8E81

Color information

#DA8E81 (or 0xDA8E81) is unknown color: approx My Pink. HEX triplet: DA, 8E and 81. RGB value is (218,142,129). Sum of RGB (Red+Green+Blue) = 218+142+129=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E81 is #25717E. Grayscale: #A3A3A3. Windows color (decimal): -2453887 or 8490714. OLE color: 8490714.

HSL color Cylindrical-coordinate representation of color #DA8E81: hue angle of 8.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA8E81 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218142129-
CMYK00.350.410.15
HSL8.76º54.6%68.04%-
HSV(B)8.76º40.83%85.49%-
XYZ42.5535.8425.44-
YUV163.24108.68167.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=44.58%
G=29.04%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814212900.350.410.158.7654.668.04
HexDA8E8102329F93744
Octal33221620104351171167104
Binary1101101010001110100000010100011101001111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E81; }

 p { color: rgb(218,142,129); }

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

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

 a { background-color: rgb(218,142,129); }

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

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

 span { border-color: rgb(218,142,129); }

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