#DA8982

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

Shades of My Pink #DA8982

Tints of My Pink #DA8982

Color information

#DA8982 (or 0xDA8982) is unknown color: approx My Pink. HEX triplet: DA, 89 and 82. RGB value is (218,137,130). Sum of RGB (Red+Green+Blue) = 218+137+130=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8982 is #25767D. Grayscale: #A0A0A0. Windows color (decimal): -2455166 or 8554970. OLE color: 8554970.

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

Color convert

RGB218137130-
CMYK00.370.400.15
HSL4.77º54.32%68.24%-
HSV(B)4.77º40.37%85.49%-
XYZ41.8934.4125.55-
YUV160.42110.84169.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=44.95%
G=28.25%
B=26.80%

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
Decimal21813713000.370.400.154.7754.3268.24
HexDA898202528F53644
Octal3322112020455017566104
Binary110110101000100110000010010010110100011111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8982; }

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

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

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

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

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

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

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

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