#DA7775

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

Shades of Sea Pink #DA7775

Tints of Sea Pink #DA7775

Color information

#DA7775 (or 0xDA7775) is unknown color: approx Sea Pink. HEX triplet: DA, 77 and 75. RGB value is (218,119,117). Sum of RGB (Red+Green+Blue) = 218+119+117=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7775 is #25888A. Grayscale: #949494. Windows color (decimal): -2459787 or 7698394. OLE color: 7698394.

HSL color Cylindrical-coordinate representation of color #DA7775: hue angle of 1.19º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7775 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218119117-
CMYK00.450.460.15
HSL1.19º57.71%65.69%-
HSV(B)1.19º46.33%85.49%-
XYZ38.7229.3820.46-
YUV148.37110.3177.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 117 (46.09% from 255) = 25.77%
R=48.02%
G=26.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811911700.450.460.151.1957.7165.69
HexDA777502D2EF13a42
Octal3321671650555617172102
Binary11011010111011111101010101101101110111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7775; }

 p { color: rgb(218,119,117); }

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

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

 a { background-color: rgb(218,119,117); }

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

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

 span { border-color: rgb(218,119,117); }

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