#D57775

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

Shades of Sea Pink #D57775

Tints of Sea Pink #D57775

Color information

#D57775 (or 0xD57775) is unknown color: approx Sea Pink. HEX triplet: D5, 77 and 75. RGB value is (213,119,117). Sum of RGB (Red+Green+Blue) = 213+119+117=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57775 is #2A888A. Grayscale: #929292. Windows color (decimal): -2787467 or 7698389. OLE color: 7698389.

HSL color Cylindrical-coordinate representation of color #D57775: hue angle of 1.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57775 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213119117-
CMYK00.440.450.16
HSL1.25º53.33%64.71%-
HSV(B)1.25º45.07%83.53%-
XYZ37.2528.6220.39-
YUV146.88111.14175.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=47.44%
G=26.50%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311911700.440.450.161.2553.3364.71
HexD5777502C2D1013541
Octal3251671650545520165101
Binary110101011110111111010101011001011011000011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57775; }

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

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

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

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

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

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

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

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