#DA7E78

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

Shades of Sea Pink #DA7E78

Tints of Sea Pink #DA7E78

Color information

#DA7E78 (or 0xDA7E78) is unknown color: approx Sea Pink. HEX triplet: DA, 7E and 78. RGB value is (218,126,120). Sum of RGB (Red+Green+Blue) = 218+126+120=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E78 is #258187. Grayscale: #989898. Windows color (decimal): -2457992 or 7896794. OLE color: 7896794.

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

Color convert

RGB218126120-
CMYK00.420.450.15
HSL3.67º56.98%66.27%-
HSV(B)3.67º44.95%85.49%-
XYZ39.7631.1821.69-
YUV152.82109.48174.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=46.98%
G=27.16%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812612000.420.450.153.6756.9866.27
HexDA7E7802A2DF43942
Octal3321761700525517471102
Binary1101101011111101111000010101010110111111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E78; }

 p { color: rgb(218,126,120); }

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

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

 a { background-color: rgb(218,126,120); }

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

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

 span { border-color: rgb(218,126,120); }

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