#DA7F78

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

Shades of Sea Pink #DA7F78

Tints of Sea Pink #DA7F78

Color information

#DA7F78 (or 0xDA7F78) is unknown color: approx Sea Pink. HEX triplet: DA, 7F and 78. RGB value is (218,127,120). Sum of RGB (Red+Green+Blue) = 218+127+120=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F78 is #258087. Grayscale: #999999. Windows color (decimal): -2457736 or 7897050. OLE color: 7897050.

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

Color convert

RGB218127120-
CMYK00.420.450.15
HSL4.29º56.98%66.27%-
HSV(B)4.29º44.95%85.49%-
XYZ39.8931.4421.74-
YUV153.41109.15174.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.88%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=46.88%
G=27.31%
B=25.81%

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
Decimal21812712000.420.450.154.2956.9866.27
HexDA7F7802A2DF43942
Octal3321771700525517471102
Binary1101101011111111111000010101010110111111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F78; }

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

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

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

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

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

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

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

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