#DA8A82

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

Shades of My Pink #DA8A82

Tints of My Pink #DA8A82

Color information

#DA8A82 (or 0xDA8A82) is unknown color: approx My Pink. HEX triplet: DA, 8A and 82. RGB value is (218,138,130). Sum of RGB (Red+Green+Blue) = 218+138+130=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8A82 is #25757D. Grayscale: #A1A1A1. Windows color (decimal): -2454910 or 8555226. OLE color: 8555226.

HSL color Cylindrical-coordinate representation of color #DA8A82: hue angle of 5.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA8A82 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218138130-
CMYK00.370.400.15
HSL5.45º54.32%68.24%-
HSV(B)5.45º40.37%85.49%-
XYZ42.0334.6925.6-
YUV161.01110.5168.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.86%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=44.86%
G=28.40%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813813000.370.400.155.4554.3268.24
HexDA8A8202528F53644
Octal3322122020455017566104
Binary110110101000101010000010010010110100011111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8A82; }

 p { color: rgb(218,138,130); }

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

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

 a { background-color: rgb(218,138,130); }

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

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

 span { border-color: rgb(218,138,130); }

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