#D57A77

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

Shades of Sea Pink #D57A77

Tints of Sea Pink #D57A77

Color information

#D57A77 (or 0xD57A77) is unknown color: approx Sea Pink. HEX triplet: D5, 7A and 77. RGB value is (213,122,119). Sum of RGB (Red+Green+Blue) = 213+122+119=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A77 is #2A8588. Grayscale: #949494. Windows color (decimal): -2786697 or 7830229. OLE color: 7830229.

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

Color convert

RGB213122119-
CMYK00.430.440.16
HSL1.91º52.81%65.1%-
HSV(B)1.91º44.13%83.53%-
XYZ37.7329.421.14-
YUV148.87111.15173.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=46.92%
G=26.87%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312211900.430.440.161.9152.8165.1
HexD57A7702B2C1023541
Octal3251721670535420265101
Binary1101010111110101110111010101110110010000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A77; }

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

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

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

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

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

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

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

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