#DA7875

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

Shades of Sea Pink #DA7875

Tints of Sea Pink #DA7875

Color information

#DA7875 (or 0xDA7875) is unknown color: approx Sea Pink. HEX triplet: DA, 78 and 75. RGB value is (218,120,117). Sum of RGB (Red+Green+Blue) = 218+120+117=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7875 is #25878A. Grayscale: #959595. Windows color (decimal): -2459531 or 7698650. OLE color: 7698650.

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

Color convert

RGB218120117-
CMYK00.450.460.15
HSL1.78º57.71%65.69%-
HSV(B)1.78º46.33%85.49%-
XYZ38.8429.6220.5-
YUV148.96109.97177.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.91%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=47.91%
G=26.37%
B=25.71%

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
Decimal21812011700.450.460.151.7857.7165.69
HexDA787502D2EF23a42
Octal3321701650555617272102
Binary110110101111000111010101011011011101111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7875; }

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

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

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

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

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

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

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

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